summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: Implement support for primitive idZack Rusin2013-04-038-8/+33
* draw/so: Fix bogus assertZack Rusin2013-04-031-1/+0
* draw/gs: Fix memory corruption with multiple primitivesZack Rusin2013-04-031-10/+15
* gallivm: cleanup the gs interfaceZack Rusin2013-04-033-50/+85
* util: add new util_resource_size() function in u_resource.[ch]Brian Paul2013-04-032-1/+98
* util: move functions from u_resource.c to u_transfer.cBrian Paul2013-04-032-75/+74
* gallium/hud: try L8 texture for font if I8 format isn't supportedBrian Paul2013-04-031-4/+13
* gallium/hud: add support for PIPE_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-034-9/+52
* gallivm: bring back optimized but incorrect float to smallfloat optimizationsRoland Scheidegger2013-04-021-38/+78
* gallivm: consolidate code for float-to-half and float-to-packed conversion.Roland Scheidegger2013-04-023-108/+102
* gallium/hud: do .xxxx swizzling for the font texture in the fragment shaderMarek Olšák2013-04-021-6/+30
* hud: flush/unmap the vertex buffer before drawingBrian Paul2013-04-021-0/+3
* draw: use pipe_transfer_unmap() to match pipe_transfer_map()Brian Paul2013-04-021-1/+1
* gallivm: fix signed small float to float conversionRoland Scheidegger2013-04-021-1/+1
* gallivm: Minor comment cleanupAdam Jackson2013-04-011-1/+1
* gallivm: consolidate some half-to-float and r11g11b10-to-float codeRoland Scheidegger2013-03-293-63/+52
* draw: fix some build breakage when LLVM is not usedBrian Paul2013-03-282-1/+8
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-273-62/+84
* 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-279-77/+1283
* 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
* 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-261-1/+1
* 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
* gallium: undef PACKAGE_* macros to silence warningsBrian Paul2013-03-251-0/+8
* gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own fileRoland Scheidegger2013-03-245-343/+392
* gallivm: Add code for rgb9e5 shared exponent format to float conversionRoland Scheidegger2013-03-243-3/+118
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-222-0/+252
* postprocess: silence some MSVC float/int warningsBrian Paul2013-03-212-4/+4
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-203-19/+32
* tgsi: fix uninitialized declaration array fieldsBrian Paul2013-03-191-0/+13
* gallivm: fix return opcode handling in main function of a shaderRoland Scheidegger2013-03-192-3/+18
* tgsi: add initializer data to fix MSVC compile errorBrian Paul2013-03-191-1/+1
* tgsi: use separate structure for indirect address v2Christian König2013-03-1911-120/+163
* tgsi: add ArrayID to declarationsChristian König2013-03-195-3/+59
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-199-164/+0
* tgsi/ureg: implement support for array temporariesChristian König2013-03-192-24/+69
* tgsi/ureg: cleanup local temporary emission v2Christian König2013-03-191-17/+13
* gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst2013-03-161-2/+5
* draw: init pre_clip_pos = NULL to fix optimized build warningBrian Paul2013-03-141-1/+1
* tgsi: fix sample_d emit for arraysRoland Scheidegger2013-03-141-19/+11
* draw/so: Fix stream output with geometry shadersZack Rusin2013-03-122-8/+31
* gallivm: clean up passing derivatives aroundRoland Scheidegger2013-03-126-249/+196
* draw/gs: Correctly iterate the emitted primitivesZack Rusin2013-03-071-4/+4