summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* r600g/radeonsi: Map transfer staging texture unsynchronized when possibleMichel Dänzer2014-04-161-0/+2
* r600g/radeonsi: Use caching buffer manager for textures as wellMichel Dänzer2014-04-151-1/+1
* ilo: remove GPE state size estimationChia-I Wu2014-04-147-326/+97
* ilo: remove GPE command size estimationChia-I Wu2014-04-146-403/+87
* ilo: remove unused headersChia-I Wu2014-04-143-566/+0
* ilo: use only defines from genhw headersChia-I Wu2014-04-147-106/+87
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-1425-1626/+1626
* ilo: add genhw headersChia-I Wu2014-04-1422-131/+3504
* ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu2014-04-141-17/+46
* ilo: add TOY_OPCODE_DOChia-I Wu2014-04-146-7/+10
* softpipe: fix shadow samplingHeinrich Janzing2014-04-111-68/+51
* softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query casesBrian Paul2014-04-111-0/+3
* radeon/vce: implement B-frame supportChristian König2014-04-112-22/+53
* radeon/vce: add proper CPB backtrackChristian König2014-04-113-23/+123
* vl: add interface for H264 B-frame encodingChristian König2014-04-111-5/+6
* 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