aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw: fix some build breakage when LLVM is not usedBrian Paul2013-03-282-1/+8
* st/dri: fix crash with HUD and single bufferingMarek Olšák2013-03-281-1/+2
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-278-71/+146
* draw/llvm: Cleanup the store debugging codeZack Rusin2013-03-271-8/+5
* draw: Allocate the output buffer for output primitivesZack Rusin2013-03-271-2/+1
* gallivm: Implement the breakc instructionZack Rusin2013-03-272-0/+34
* gallivm: implement implicit primitive flushingZack Rusin2013-03-272-0/+15
* gallium/llvm: implement geometry shaders in the llvm pathsZack Rusin2013-03-2710-79/+1285
* draw/gs: Fetch more than one primitive per invocationZack Rusin2013-03-272-13/+48
* draw/gs: Abstract the portions of GS that are tgsi specificZack Rusin2013-03-272-128/+156
* draw/llvm: Remove unused gs_constants from jit_contextZack Rusin2013-03-273-25/+11
* graw/gs: add missing max output vertices to all testsZack Rusin2013-03-274-0/+4
* 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
* gallium/docs: document get_driver_query_infoMarek Olšák2013-03-261-0/+12
* r600g: add a driver query returning the amount of requested VRAM and GTT memoryMarek Olšák2013-03-268-0/+61
* r600g: add a driver query returning the number of draw_vbo callsMarek Olšák2013-03-264-5/+65
* st/dri: integrate the HUDMarek Olšák2013-03-263-0/+11
* gallium: implement a heads-up display moduleMarek Olšák2013-03-269-0/+2082
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-263-1/+24
* gallium/tgsi: fix valgrind warningMarek Olšák2013-03-261-1/+1
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-264-2/+78
* 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
* gallium: undef PACKAGE_* macros to silence warningsBrian Paul2013-03-251-0/+8
* 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
* gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own fileRoland Scheidegger2013-03-245-343/+392
* llvmpipe: Fix assertions with assignment instead of comparison.Vinson Lee2013-03-241-2/+2
* clover: add dynamic_cast results checking down in clSetKernelArgument() code ...Dmitry Cherkassov2013-03-241-0/+12
* gallivm: Add code for rgb9e5 shared exponent format to float conversionRoland Scheidegger2013-03-243-3/+118
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-2311-1/+20
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-224-2/+382
* r600g: Honour legacy debugging environment variablesMichel Dänzer2013-03-221-0/+10