Age | Commit message (Expand) | Author |
2010-05-03 | gallium: move framebuffer utility functions into a new file | Brian Paul |
2010-04-29 | util: Add small caps checker helper | Jakob Bornecrantz |
2010-04-20 | gallivm: Bring aos format back to life. | José Fonseca |
2010-04-20 | draw: Remove draw_vs_llvm.c. | José Fonseca |
2010-04-18 | auxiliary: Add util/u_surfaces.c to SCons build. | Vinson Lee |
2010-04-16 | gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory | Brian Paul |
2010-04-16 | gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directory | Brian Paul |
2010-04-16 | gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory | Brian Paul |
2010-04-16 | gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory | Brian Paul |
2010-04-11 | scons: Make LLVM a black-white dependency. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-09 | util: Add dedicated depth-stencil packing/unpacking functions. | José Fonseca |
2010-04-08 | util: Describe, implement, and test the new D3D9 color formats. | José Fonseca |
2010-04-07 | util: Implement YUV and subsampled RGB format conversion. | José Fonseca |
2010-04-06 | Merge branch 'gallium_draw_llvm' | Zack Rusin |
2010-04-06 | gallivm: Move the global LLVM objects (module, engine, provider, target) into... | José Fonseca |
2010-04-06 | util: Support all SRGB formats. | José Fonseca |
2010-04-02 | gallium/util: pregenerate half float tables | Luca Barbieri |
2010-04-01 | scons: Remove `util/u_gctors.cpp'. | Michal Krol |
2010-04-01 | gallium: Integrate util_half with scons. | Michal Krol |
2010-03-31 | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin |
2010-03-31 | util: Hook into libtxc_dxtn.so (WIP). | José Fonseca |
2010-03-31 | scons: Force to consider the util/u_format_pack.py for util/u_format_table.c. | José Fonseca |
2010-03-31 | util: Use u_format_pack.py's code instead of u_format_access.py. | José Fonseca |
2010-03-31 | util: Put the format pack/unpack functions in the description table. | José Fonseca |
2010-03-31 | llvmpipe: Drop the aos format conversion. | José Fonseca |
2010-03-31 | util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant. | José Fonseca |
2010-03-30 | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin |
2010-03-30 | draw llvm: various fixes for the translation code | Zack Rusin |
2010-03-29 | gallivm: added lp_bld_printf() function | Chris Li |
2010-03-15 | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | target-helpers: helper for injecting common debug layers | Keith Whitwell |
2010-03-06 | util: Move the format tests cases here so that they can be easily shared. | José Fonseca |
2010-03-06 | gallivm: Integrate udis86 on scons builds. | José Fonseca |
2010-03-03 | gallivm: Rename lp_bld_misc -> lp_bld_init. | José Fonseca |
2010-02-26 | util: Code generate functions to pack and unpack a single pixel. | José Fonseca |
2010-02-24 | util: Cope with the fact that formats in u_format.csv are not ordered. | José Fonseca |
2010-02-22 | gallium/draw: initial code to properly support llvm in the draw module | Zack Rusin |
2010-02-14 | os: A stream for debug logging. | José Fonseca |
2010-02-14 | util: Helper functions to dump all state objects. | José Fonseca |
2010-02-14 | os: Add a growable string stream. | José Fonseca |
2010-02-14 | os: Make streams abstract. | José Fonseca |
2010-02-14 | util: Rename u_debug_dump.[ch] -> u_dump.[ch]. | José Fonseca |
2010-02-09 | tgsi: Remove tgsi_dump_c.[ch]. | Michal Krol |
2010-02-08 | gallivm: added lp_bld_misc.cpp to sources list | Brian Paul |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin |
2010-02-04 | auxiliary: util_stream -> os_stream | José Fonseca |
2010-02-04 | util: Reimplement u_time on top of os_time. | José Fonseca |
2010-02-04 | os: Time abstractions. | José Fonseca |