summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-1/+1
* gallium/util: new polygon stipple utility helperBrian Paul2011-03-101-0/+1
* gallium/util: add LATC supportMarek Olšák2011-03-081-0/+1
* gallium: add RGTC UNORM support to u_format.Dave Airlie2011-03-021-0/+1
* util: import a new vertex buffer managerMarek Olšák2011-02-071-1/+2
* mesa: consolidate some compiler -D flagsBrian Paul2010-12-031-3/+0
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-1/+1
* util: rename u_mempool -> u_slabMarek Olšák2010-11-301-1/+1
* gallium: Remove redundant sw and debug target helpersJakob Bornecrantz2010-11-171-2/+1
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-5/+5
* gallivm: More detailed analysis of tgsi shaders.José Fonseca2010-10-111-0/+1
* Merge branch 'sprite-coord'Brian Paul2010-09-211-0/+1
|\
| * gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-0/+1
* | util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-201-0/+1
|/
* gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca2010-09-161-0/+1
* gallivm: expand AoS sampling to cover all filtering modesBrian Paul2010-09-151-0/+1
* gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca2010-09-111-0/+1
* auxiliary: Reorder list of files in Makefile.Vinson Lee2010-08-211-14/+14
* gallium/auxiliary: add semantic linkage utility codeLuca Barbieri2010-08-211-0/+1
* auxiliary: add reference count debugging codeLuca Barbieri2010-08-201-0/+1
* os_stream: add printf facilityLuca Barbieri2010-08-201-0/+1
* auxiliary: add functions to describe gallium objectsLuca Barbieri2010-08-201-0/+1
* draw: Remove varray and vcache.Chia-I Wu2010-08-161-3/+0
* draw: Add vsplit frontend.Chia-I Wu2010-08-161-0/+1
* auxiliary: support for transfers using staging resourcesLuca Barbieri2010-08-111-0/+1
* gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul2010-07-291-0/+1
* util: add a memory pool for equally sized memory allocationsMarek Olšák2010-07-191-0/+1
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-061-1/+2
* gallivm: Move gather functions to its own module.José Fonseca2010-07-021-0/+1
* gallivm: Code generate YUV format unpacking.José Fonseca2010-07-021-0/+1
* draw: fix build with llvm and makeMarek Olšák2010-06-261-0/+1
* gallium: a lot more complete implementation of stream outputZack Rusin2010-06-081-0/+1
* gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca2010-06-031-0/+1
* gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca2010-05-081-1/+2
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-031-0/+1
* util: Add small caps checker helperJakob Bornecrantz2010-04-291-0/+1
* gallivm: Bring aos format back to life.José Fonseca2010-04-201-0/+1
* draw: Remove draw_vs_llvm.c.José Fonseca2010-04-201-1/+0
* auxiliary: add util_surfaces to track a resource's pipe_surface structsLuca Barbieri2010-04-181-0/+1
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-161-3/+0
* gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul2010-04-161-1/+0
* gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul2010-04-161-1/+0
* gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-161-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca2010-04-091-0/+1
* util: Describe, implement, and test the new D3D9 color formats.José Fonseca2010-04-081-0/+1
* util: Implement YUV and subsampled RGB format conversion.José Fonseca2010-04-071-0/+1
* gallium: Add files to Makefile.Vinson Lee2010-04-071-1/+4
* gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca2010-04-061-2/+2
* util: Support all SRGB formats.José Fonseca2010-04-061-3/+5