Age | Commit message (Expand) | Author |
2010-11-30 | util: rename u_mempool -> u_slab | Marek Olšák |
2010-11-17 | gallium: Remove redundant sw and debug target helpers | Jakob Bornecrantz |
2010-11-01 | scons: Revamp how to specify targets to build. | José Fonseca |
2010-10-11 | gallivm: More detailed analysis of tgsi shaders. | José Fonseca |
2010-09-21 | Merge branch 'sprite-coord' | Brian Paul |
2010-09-20 | util/r300g: split the r300 index buffer modifier functions out to util | Dave Airlie |
2010-09-17 | gallium: rework handling of sprite_coord_enable state | Brian Paul |
2010-09-16 | gallivm: Start collecting bitwise arithmetic helpers in a new module. | José Fonseca |
2010-09-15 | gallivm: expand AoS sampling to cover all filtering modes | Brian Paul |
2010-09-11 | gallivm: Basic AoS TGSI -> LLVM IR. | José Fonseca |
2010-08-21 | auxiliary: Add missing files to SCons build. | Vinson Lee |
2010-08-20 | auxiliary: add reference count debugging code | Luca Barbieri |
2010-08-20 | os_stream: add printf facility | Luca Barbieri |
2010-08-20 | auxiliary: add functions to describe gallium objects | Luca Barbieri |
2010-08-16 | draw: Remove varray and vcache. | Chia-I Wu |
2010-08-16 | draw: Add vsplit frontend. | Chia-I Wu |
2010-08-11 | auxiliary: Add u_staging.c to SCons build. | Vinson Lee |
2010-07-29 | gallivm: added lp_build_assert() function to make assertions in LLVM code | Brian Paul |
2010-07-29 | scons: Use the current python executable for code generation. | José Fonseca |
2010-07-19 | util: add a memory pool for equally sized memory allocations | Marek Olšák |
2010-07-16 | scons: Fix Cygwin build. | Vinson Lee |
2010-07-06 | draw: implement vertex texture sampling using llvm | Zack Rusin |
2010-07-02 | gallivm: Move gather functions to its own module. | José Fonseca |
2010-07-02 | gallivm: Code generate YUV format unpacking. | José Fonseca |
2010-06-25 | draw: limit the number of vertex shader variants kept around | Zack Rusin |
2010-06-08 | gallium: a lot more complete implementation of stream output | Zack Rusin |
2010-06-03 | gallivm: Factor out the quad derivative code into a single place. Fix ddy. | José Fonseca |
2010-05-08 | gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps. | José Fonseca |
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 |