summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-11-10gallium: Remove redundant sw and debug target helpersremove-redundant-helpersJakob Bornecrantz1-2/+1
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke1-5/+5
2010-10-11gallivm: More detailed analysis of tgsi shaders.José Fonseca1-0/+1
2010-09-21Merge branch 'sprite-coord'Brian Paul1-0/+1
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie1-0/+1
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul1-0/+1
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca1-0/+1
2010-09-15gallivm: expand AoS sampling to cover all filtering modesBrian Paul1-0/+1
2010-09-11gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca1-0/+1
2010-08-21auxiliary: Reorder list of files in Makefile.Vinson Lee1-14/+14
2010-08-21gallium/auxiliary: add semantic linkage utility codeLuca Barbieri1-0/+1
2010-08-20auxiliary: add reference count debugging codeLuca Barbieri1-0/+1
2010-08-20os_stream: add printf facilityLuca Barbieri1-0/+1
2010-08-20auxiliary: add functions to describe gallium objectsLuca Barbieri1-0/+1
2010-08-16draw: Remove varray and vcache.Chia-I Wu1-3/+0
2010-08-16draw: Add vsplit frontend.Chia-I Wu1-0/+1
2010-08-11auxiliary: support for transfers using staging resourcesLuca Barbieri1-0/+1
2010-07-29gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul1-0/+1
2010-07-19util: add a memory pool for equally sized memory allocationsMarek Olšák1-0/+1
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin1-1/+2
2010-07-02gallivm: Move gather functions to its own module.José Fonseca1-0/+1
2010-07-02gallivm: Code generate YUV format unpacking.José Fonseca1-0/+1
2010-06-26draw: fix build with llvm and makeMarek Olšák1-0/+1
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin1-0/+1
2010-06-03gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca1-0/+1
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca1-1/+2
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul1-0/+1
2010-04-29util: Add small caps checker helperJakob Bornecrantz1-0/+1
2010-04-20gallivm: Bring aos format back to life.José Fonseca1-0/+1
2010-04-20draw: Remove draw_vs_llvm.c.José Fonseca1-1/+0
2010-04-18auxiliary: add util_surfaces to track a resource's pipe_surface structsLuca Barbieri1-0/+1
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul1-3/+0
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul1-1/+0
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul1-1/+0
2010-04-16gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul1-1/+0
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca1-0/+1
2010-04-08util: Describe, implement, and test the new D3D9 color formats.José Fonseca1-0/+1
2010-04-07util: Implement YUV and subsampled RGB format conversion.José Fonseca1-0/+1
2010-04-07gallium: Add files to Makefile.Vinson Lee1-1/+4
2010-04-06gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca1-2/+2
2010-04-06util: Support all SRGB formats.José Fonseca1-3/+5
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri1-1/+4
2010-04-01gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)Luca Barbieri1-3/+0
2010-04-01gallium/util: add fast half float conversion functionsLuca Barbieri1-0/+4
2010-03-31util: Hook into libtxc_dxtn.so (WIP).José Fonseca1-0/+1
2010-03-31util: Use u_format_pack.py's code instead of u_format_access.py.José Fonseca1-2/+1
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca1-5/+1
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca1-1/+0
2010-03-31util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca1-1/+0