summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-102-0/+10
* gallivm: fix loops and conditionals within GSZack Rusin2013-04-102-19/+105
* gallivm: fix unsigned divide and remainder opcodesZack Rusin2013-04-101-4/+33
* gallivm: fix breakcZack Rusin2013-04-101-12/+14
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14
* gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul2013-04-041-1/+16
* gallium/hud: initialize sampler stateBrian Paul2013-04-041-0/+6
* gallivm: some minor cube map cleanupRoland Scheidegger2013-04-041-10/+15
* llvmpipe: implement ucmpZack Rusin2013-04-041-0/+21
* util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2013-04-042-0/+61
* gallium/hud: replace malloc w/ MALLOCBrian Paul2013-04-041-1/+1
* gallivm: honor explicit derivatives values for cube maps.Roland Scheidegger2013-04-044-28/+60
* gallivm: do per-pixel cube face selection (finally!!!)Roland Scheidegger2013-04-043-82/+180
* gallivm: minor rho calculation optimization for 1 or 3 coordsRoland Scheidegger2013-04-042-29/+22
* gallivm: use f16c hw support for float->half and half->float conversionRoland Scheidegger2013-04-044-4/+53
* draw/llvmpipe: allow independent so attachments to the vsZack Rusin2013-04-034-14/+16
* draw: remove unused functionZack Rusin2013-04-032-12/+0
* draw/llvm: use an enum instead of magic numbersZack Rusin2013-04-032-10/+15
* draw/gs: cleanup some debugging codeZack Rusin2013-04-031-4/+0
* draw/so: maintain an exact number of written verticesZack Rusin2013-04-033-7/+33
* 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