summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMESChristian König2014-04-113-4/+2
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-1011-0/+24
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-103-3/+3
* r600g: Don't leak bytecode on shader compile failureMichel Dänzer2014-04-101-7/+12
* freedreno/a3xx: assert() -> debug_assert()Rob Clark2014-04-091-1/+1
* svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul2014-04-091-2/+2
* freedreno/a3xx/compiler: add CEILRob Clark2014-04-091-0/+1
* freedreno/a3xx/compiler: fix neg mov'sRob Clark2014-04-091-20/+1
* radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIKMarek Olšák2014-04-091-5/+5
* r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák2014-04-093-1/+41
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-091-1/+1
* gallium/radeon: fix warningsMarek Olšák2014-04-092-1/+2
* freedreno/a3xx: deal with optimized tex instructionsRob Clark2014-04-087-25/+41
* svga: replace sampler assertion with conditionalBrian Paul2014-04-082-5/+33
* nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin2014-04-071-3/+3
* nvc0: add support for texture gatherIlia Mirkin2014-04-074-5/+22
* nvc0: enable texture query lodIlia Mirkin2014-04-074-1/+55
* nv50: enable texture query lodIlia Mirkin2014-04-076-1/+34
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-0712-0/+12
* drivers/nouveau: mention dummy.cpp to use g++ linkerEmil Velikov2014-04-051-1/+1
* drivers/nouveau: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-2/+1
* drivers/r300: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-1/+1
* Revert "radeon: just don't map VRAM buffers at all"Leo Liu2014-04-041-2/+2
* radeon/vce: cleanup cpb handlingLeo Liu2014-04-043-11/+38
* llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* softpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* svga: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-15/+0
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-0211-0/+15
* nv50: implement clear_buffer to accelerate ARB_clear_buffer_objectIlia Mirkin2014-03-311-0/+115
* freedreno/a3xx/compiler: fix RECT texturesRob Clark2014-03-301-7/+24
* freedreno/a3xx/compiler: avoid negative register idsRob Clark2014-03-301-2/+2
* freedreno/a3xx: missing wfiRob Clark2014-03-304-3/+20
* freedreno/a3xx: little extra debugRob Clark2014-03-302-0/+5
* freedreno: handle null samplerRob Clark2014-03-302-3/+8
* svga: add work-around for Sauerbraten Z fighting issueBrian Paul2014-03-263-2/+49
* svga: null out query's hwbuf pointer after destroyingBrian Paul2014-03-261-0/+1
* svga: add some debug_printf() calls in the query object codeBrian Paul2014-03-261-2/+6
* svga: fix a comment (sampler vs. sampler_view)Brian Paul2014-03-261-1/+1
* llvmpipe: Fix llvmpipe_create_gs_state.Zack Rusin2014-03-261-3/+5
* llvmpipe: Simplify vertex and geometry shaders.José Fonseca2014-03-255-70/+33
* radeonsi: disable fast color clear for 1D-tiled surfaces on CIKMarek Olšák2014-03-221-0/+6
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-212-4/+36
* nvc0/ir: move sample id to second source arg to fix sampler2DMSIlia Mirkin2014-03-202-4/+12
* r600g: use more appropriate names for async DMA functionsMarek Olšák2014-03-205-32/+32
* r600g: deobfuscate async DMA codeMarek Olšák2014-03-206-31/+35
* r600g: don't flush the gfx IB explicitly before doing DMAMarek Olšák2014-03-204-11/+0
* radeonsi: Implement DMA blitNiels Ole Salscheider2014-03-206-20/+391
* radeon: Move r600_need_dma_space to common codeNiels Ole Salscheider2014-03-207-15/+15
* llvmpipe: Tighten check for alpha-only formatsRichard Sandiford2014-03-201-1/+1
* nouveau: don't assume libdrm include prefixJonathan Gray2014-03-204-4/+4