aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nouveau: accelerate buffer copies in resource_copy_regionChristoph Bumiller2013-04-035-11/+47
* nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methodsChristoph Bumiller2013-04-033-49/+129
* nvc0: read PM counters for each warp scheduler separatelyChristoph Bumiller2013-04-032-61/+138
* nvc0: add some metrics to driver specific queriesChristoph Bumiller2013-04-032-58/+160
* nvc0: add some driver statistics queriesChristoph Bumiller2013-04-0314-25/+279
* nvc0: disable compressed storage type 0xdb for nowChristoph Bumiller2013-04-031-1/+3
* nvc0: use correct hw query for PRIMITIVES_GENERATEDChristoph Bumiller2013-04-031-4/+7
* nvc0: use fence to check state of queries that don't write sequenceChristoph Bumiller2013-04-031-1/+5
* 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