aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* softpipe: silence some MSVC float/double warningsBrian Paul2013-03-211-6/+6
* rbug: silence some MSVC signed/unsigned warningsBrian Paul2013-03-212-2/+2
* radeonsi: Emit pixel shader state even when only the vertex shader changedMichel Dänzer2013-03-211-0/+5
* nvc0: fix max varying count, move CLIPVERTEX,FOG out of the wayChristoph Bumiller2013-03-203-12/+36
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-2016-59/+52
* r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on caymanAlex Deucher2013-03-191-1/+0
* r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xxAlex Deucher2013-03-192-1/+3
* radeon/llvm: Do not link against libgallium when building statically.Maarten Lankhorst2013-03-191-1/+4
* freedreno: clear fixesRob Clark2013-03-192-5/+16
* radeonsi: enable indirect adressingChristian König2013-03-192-6/+1
* radeonsi: implement indirect adressing of constantsChristian König2013-03-191-6/+8