summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: fix clipvertex trouble if position comes from gsRoland Scheidegger2014-08-061-1/+5
* draw: don't run pipeline stages when gs has no position outputRoland Scheidegger2014-08-062-1/+5
* gallivm: Fix build with latest LLVMJan Vesely2014-08-051-0/+8
* gallivm: fix cube map array (and cube map shadow with bias) handlingRoland Scheidegger2014-08-052-29/+125
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-047-316/+3
* gallium: Fix compiler warning.Jan Vesely2014-08-042-2/+2
* target-helpers: Do not build kms_dri on libdrm-less platforms.Jon TURNEY2014-08-011-0/+2
* gallium: Add a uif() helper function to complement fui()Eric Anholt2014-07-301-0/+8
* gallivm: fix up out-of-bounds level when using conformant out-of-bound behaviorRoland Scheidegger2014-07-311-0/+1
* gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna2014-07-301-0/+32
* os_process.c: Add cygwin as an expected platformYaakov Selkowitz2014-07-291-2/+2
* gallium/util: add a helper for calculating primitive count from vertex countMarek Olšák2014-07-281-0/+15
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-283-8/+8
* util: Fix typoTom Stellard2014-07-281-1/+1
* util: Add util_memcpy_cpu_to_le32() v3Tom Stellard2014-07-281-0/+17
* targets/dri: fix freedreno targetsRob Clark2014-07-231-2/+10
* util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.José Fonseca2014-07-151-2/+2
* gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin2014-07-091-0/+4
* targets/dri-swrast: Convert to static/shared pipe-driverEmil Velikov2014-07-101-0/+36
* targets/dri: cleanup conversion leftoversEmil Velikov2014-07-101-8/+3
* targets/dri: Add __driDriverGetExtensions_vmwgfxEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_i965 symbolEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_i915 symbolEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_freedreno symbolEmil Velikov2014-07-101-0/+12
* targets/dri: Add __driDriverGetExtensions_(r300|r600|radeonsi) symbolsEmil Velikov2014-07-101-0/+36
* targets/dri: Add __driDriverGetExtensions_nouveau symbolEmil Velikov2014-07-101-0/+12
* tgsi: add interpolation location modifier support to text parserIlia Mirkin2014-07-091-0/+17
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-098-15/+25
* gallium/u_blitter: fix some shader memory leaksBrian Paul2014-07-091-0/+9
* tgsi: properly parse indirect dimension references (e.g. for UBOs)Ilia Mirkin2014-07-091-0/+7
* gallium: fix u_default_transfer_inline_write for texturesMarek Olšák2014-07-081-2/+2
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-022-0/+4
* target-helpers: don't use designated initializersRoland Scheidegger2014-07-021-4/+4
* gallium/u_vbuf: get draw info from an indirect buffer if there's anyMarek Olšák2014-07-021-44/+72
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-023-0/+54
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-3/+3
* gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin2014-07-011-2/+2
* auxiliary/vl: Remove no longer used SPLIT_TARGETSEmil Velikov2014-06-261-8/+0
* draw: (trivial) fix clamping of viewport indexRoland Scheidegger2014-06-241-1/+1
* targets/vdpau-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-222-1/+25
* gallivm: Fix build after LLVM commit 211259Aaron Watry2014-06-201-1/+3
* gallivm: set mcpu when initializing llvm execution engineRoland Scheidegger2014-06-191-2/+20
* target-helpers: add dd_configuration(), dd_driver_name()Emil Velikov2014-06-191-0/+78
* target-helpers: add dd_create_screen() helperEmil Velikov2014-06-191-0/+206
* target-helpers: add a note about debug wrappersEmil Velikov2014-06-191-0/+4
* pipe-loader: add pipe_loader_ops::configuration()Emil Velikov2014-06-195-0/+53
* pipe-loader: note that we leak pipe_loader_drm_device->base->driver_nameEmil Velikov2014-06-191-0/+1
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-191-1/+1
* gallivm: fix SCALED -> NORM conversionsRoland Scheidegger2014-06-181-16/+23