summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/SConscript
AgeCommit message (Expand)Author
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Add vsplit frontend.Chia-I Wu
2010-08-11auxiliary: Add u_staging.c to SCons build.Vinson Lee
2010-07-29gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul
2010-07-29scons: Use the current python executable for code generation.José Fonseca
2010-07-19util: add a memory pool for equally sized memory allocationsMarek Olšák
2010-07-16scons: Fix Cygwin build.Vinson Lee
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-07-02gallivm: Move gather functions to its own module.José Fonseca
2010-07-02gallivm: Code generate YUV format unpacking.José Fonseca
2010-06-25draw: limit the number of vertex shader variants kept aroundZack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
2010-06-03gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul
2010-04-29util: Add small caps checker helperJakob Bornecrantz
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-20draw: Remove draw_vs_llvm.c.José Fonseca
2010-04-18auxiliary: Add util/u_surfaces.c to SCons build.Vinson Lee
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09util: Add dedicated depth-stencil packing/unpacking functions.José Fonseca
2010-04-08util: Describe, implement, and test the new D3D9 color formats.José Fonseca
2010-04-07util: Implement YUV and subsampled RGB format conversion.José Fonseca
2010-04-06Merge branch 'gallium_draw_llvm'Zack Rusin
2010-04-06gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca
2010-04-06util: Support all SRGB formats.José Fonseca
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri
2010-04-01scons: Remove `util/u_gctors.cpp'.Michal Krol
2010-04-01gallium: Integrate util_half with scons.Michal Krol
2010-03-31Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-31util: Hook into libtxc_dxtn.so (WIP).José Fonseca
2010-03-31scons: Force to consider the util/u_format_pack.py for util/u_format_table.c.José Fonseca
2010-03-31util: Use u_format_pack.py's code instead of u_format_access.py.José Fonseca
2010-03-31util: Put the format pack/unpack functions in the description table.José Fonseca
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca
2010-03-31util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant.José Fonseca
2010-03-30Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-30draw llvm: various fixes for the translation codeZack Rusin
2010-03-29gallivm: added lp_bld_printf() functionChris Li
2010-03-15Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10target-helpers: helper for injecting common debug layersKeith Whitwell
2010-03-06util: Move the format tests cases here so that they can be easily shared.José Fonseca
2010-03-06gallivm: Integrate udis86 on scons builds.José Fonseca
2010-03-03gallivm: Rename lp_bld_misc -> lp_bld_init.José Fonseca