summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/SConscript
AgeCommit message (Expand)Author
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
2010-02-26util: Code generate functions to pack and unpack a single pixel.José Fonseca
2010-02-24util: Cope with the fact that formats in u_format.csv are not ordered.José Fonseca
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin
2010-02-14os: A stream for debug logging.José Fonseca
2010-02-14util: Helper functions to dump all state objects.José Fonseca
2010-02-14os: Add a growable string stream.José Fonseca
2010-02-14os: Make streams abstract.José Fonseca
2010-02-14util: Rename u_debug_dump.[ch] -> u_dump.[ch].José Fonseca
2010-02-09tgsi: Remove tgsi_dump_c.[ch].Michal Krol
2010-02-08gallivm: added lp_bld_misc.cpp to sources listBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-02-04auxiliary: util_stream -> os_streamJosé Fonseca
2010-02-04util: Reimplement u_time on top of os_time.José Fonseca
2010-02-04os: Time abstractions.José Fonseca
2010-02-03os: New OS abstraction module.José Fonseca
2010-01-22Remove obsolete fileAlan Hourihane
2010-01-16util: add generic ringbuffer utitiltyKeith Whitwell
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol