summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul2014-04-173-49/+2
* svga: use new inst_token_setp() helper functionBrian Paul2014-04-172-12/+26
* svga: use new inst_token_predicated() helper functionBrian Paul2014-04-172-13/+25
* radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell2014-04-173-9/+55
* nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst2014-04-174-24/+24
* r600g: Disable LLVM by default at runtime for graphicsMichel Dänzer2014-04-173-5/+5
* r600g,radeonsi: share some of gfx flush codeMarek Olšák2014-04-164-82/+55
* r600g,radeonsi: share r600_flush_from_stMarek Olšák2014-04-163-34/+17
* r600g: merge r600_flush with r600_context_flushMarek Olšák2014-04-163-45/+33
* radeonsi: merge si_flush with si_context_flushMarek Olšák2014-04-164-38/+33
* gallium/radeon: create and return a fence in the flush functionMarek Olšák2014-04-1616-63/+63
* r600g: remove redundant r600_flush_dma_from_winsysMarek Olšák2014-04-161-8/+1
* winsys/radeon: fold cs_set_flush_callback into cs_createMarek Olšák2014-04-166-16/+14
* radeonsi: cleanup redundant computation of flush flags and rename a functionMarek Olšák2014-04-161-8/+9
* r600g: remove redundant r600_flush_from_winsysMarek Olšák2014-04-161-8/+1
* winsys/radeon: remove cs_write_reloc, add simpler cs_get_relocMarek Olšák2014-04-162-3/+4
* 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