summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-0310-0/+13
* r600g: don't reserve more stack space than required v5Vadim Girlin2013-04-023-56/+142
* r600g: fix range handling for tgsi input declarations v2Vadim Girlin2013-04-021-3/+7
* radeonsi: add instance divisor support v3Christian König2013-04-024-59/+94
* radeonsi: add start instance supportChristian König2013-04-023-10/+21
* radeonsi: add instanceid supportChristian König2013-04-024-7/+43
* radeon/llvm: move system value fetching to common codeChristian König2013-04-022-12/+12
* radeonsi: Handle arbitrary 2-byte formats in resource_copy_regionMichel Dänzer2013-04-021-0/+6
* nvc0: Fix fd leak in nvc0_create_decoderMaarten Lankhorst2013-04-021-2/+2
* r600g/llvm: Update LLVM_REVISION.txtVincent Lejeune2013-04-011-1/+1
* r600g/llvm: Use stack_size provided from llvm.Vincent Lejeune2013-04-011-0/+1
* r600g/llvm: uses function attribute to pass shader typeVincent Lejeune2013-04-011-0/+1
* r600g/llvm: Add support for cf_alu native encodeVincent Lejeune2013-04-013-1/+16
* llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul2013-04-013-0/+186
* r600g/llvm: Update LLVM_REVISIONVincent Lejeune2013-03-311-1/+1
* r600g/llvm: use native encode for texVincent Lejeune2013-03-311-23/+27
* nvc0: implement MP performance countersChristoph Bumiller2013-03-298-6/+556
* nvc0: enable compression when supportedChristoph Bumiller2013-03-293-3/+13
* nvc0: use NOUVEAU_GETPARAM_GRAPH_UNITS to get MP countChristoph Bumiller2013-03-294-29/+73
* nv50,nvc0: fix 3d blits, restore viewport after blitChristoph Bumiller2013-03-292-18/+32
* nv50: fix 3D render target setupChristoph Bumiller2013-03-291-2/+10
* llvmpipe: put .bmp extension on dumped image filesBrian Paul2013-03-281-2/+2
* llvmpipe: add 'f' suffix to 1.0 in fixed_to_float()Brian Paul2013-03-281-1/+1
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-275-9/+62
* gallium/llvm: implement geometry shaders in the llvm pathsZack Rusin2013-03-271-2/+2
* radeonsi: add cs tracing v3Jerome Glisse2013-03-276-1/+124
* radeon/llvm: document LLVM commitChristian König2013-03-261-1/+1
* radeonsi: add preloading for all samplersChristian König2013-03-261-12/+45
* radeonsi: add preloading of all constantsChristian König2013-03-261-16/+51
* radeonsi: mark most intrinsics as readnone/nounwindChristian König2013-03-261-8/+10
* radeonsi: mark all loads as constantChristian König2013-03-261-7/+25
* radeonsi: remove wqm intrinsicChristian König2013-03-261-9/+0
* radeon/llvm: remove uneeded inclusionChristian König2013-03-261-1/+0
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-263-0/+21
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-264-5/+65
* radeonsi: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r300g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* r600g: Use virtual address for PIPE_QUERY_SO* in r600_emit_query_endMartin Andersson2013-03-251-2/+3
* freedreno: use u_debug for debug env varsRob Clark2013-03-251-3/+10
* gallivm: init vars to silence warningsBrian Paul2013-03-251-2/+2
* freedreno: prefer sw upload for texturesRob Clark2013-03-251-0/+2
* freedreno: track maximal scissor boundsRob Clark2013-03-259-136/+162
* llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee2013-03-241-2/+2
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-239-0/+14
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-222-2/+130
* r600g: Honour legacy debugging environment variablesMichel Dänzer2013-03-221-0/+10
* freedreno: add pipe->blitRob Clark2013-03-211-3/+48
* softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul2013-03-211-6/+6
* softpipe: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2