| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -1/+1 |
* | Revert "scons: Fix build when rtti is disabled" | José Fonseca | 2013-10-16 | 1 | -5/+4 |
* | scons: Fix build when rtti is disabled | Alexander von Gluck IV | 2013-10-15 | 1 | -4/+5 |
* | llvmpipe: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 1 | -43/+2 |
* | llvmpipe: get rid of unused tiled/linear logic | Roland Scheidegger | 2013-05-18 | 1 | -2/+1 |
* | llvmpipe: Remove lp_build_blend_soa() | José Fonseca | 2012-11-29 | 1 | -1/+0 |
* | llvmpipe: Eliminate color buffer swizzling. | José Fonseca | 2012-11-29 | 1 | -20/+0 |
* | gallivm,draw,llvmpipe: Support wider native registers. | José Fonseca | 2012-07-17 | 1 | -1/+0 |
* | llvmpipe: Unified common code between AoS and SoA blending. | James Benton | 2012-07-16 | 1 | -0/+1 |
* | llvmpipe: Remove lp_test_sincos. | José Fonseca | 2012-02-21 | 1 | -1/+0 |
* | llvmpipe: Don't build lp_test_arit on MSVC. | José Fonseca | 2011-08-18 | 1 | -1/+1 |
* | llvmpipe: Unit tests for arithmetic functions. | José Fonseca | 2011-07-22 | 1 | -2/+3 |
* | scons: make embedding orthogonal to the platform | José Fonseca | 2011-06-17 | 1 | -1/+1 |
* | scons: Add aliases for the llvmpipe unit tests. | José Fonseca | 2011-02-19 | 1 | -2/+7 |
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -3/+3 |
* | llvmpipe: remove unused file | Keith Whitwell | 2010-10-17 | 1 | -1/+0 |
* | Merge remote branch 'origin/master' into lp-setup-llvm | Keith Whitwell | 2010-10-17 | 1 | -7/+1 |
|\ |
|
| * | llvmpipe: simplified SSE2 swz/unswz routines | Keith Whitwell | 2010-10-09 | 1 | -7/+1 |
* | | llvmpipe: remove setup fallback path | Keith Whitwell | 2010-10-17 | 1 | -1/+0 |
* | | llvmpipe: use llvm for attribute interpolant calculation | Keith Whitwell | 2010-09-18 | 1 | -2/+3 |
|/ |
|
* | llvmpipe: rasterization debugging helpers | Keith Whitwell | 2010-09-07 | 1 | -0/+1 |
* | llvmpipe: intrinsics version of triangle coeficient calculation | Keith Whitwell | 2010-08-27 | 1 | -0/+2 |
* | scons: Use the current python executable for code generation. | José Fonseca | 2010-07-29 | 1 | -1/+2 |
* | llvmpipe: Only use -mssse3 on gcc 4.3+ | José Fonseca | 2010-07-16 | 1 | -1/+5 |
* | llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM. | Chris Li | 2010-07-14 | 1 | -1/+9 |
* | llvmpipe: Don't build lp_test_round when using MSVC. | Vinson Lee | 2010-07-06 | 1 | -1/+3 |
* | llvmpipe: Add lp_test_round to SCons build. | Vinson Lee | 2010-07-06 | 1 | -0/+1 |
* | llvmpipe: added new lp_memory.[ch] files | Brian Paul | 2010-06-30 | 1 | -0/+1 |
* | llvmpipe: make geometry shaders and stream output work | Zack Rusin | 2010-06-22 | 1 | -0/+1 |
* | llvmpipe: hook up basic gs and multiple constant buffer support | Keith Whitwell | 2010-06-07 | 1 | -0/+1 |
* | llvmpipe: Unit test for sin/cos that compares against reference implementation. | Qicheng Christopher Li | 2010-05-24 | 1 | -0/+2 |
* | scons: Export shouldn't be part of the if stanza. | José Fonseca | 2010-05-11 | 1 | -1/+1 |
* | llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.c | José Fonseca | 2010-04-25 | 1 | -1/+1 |
* | gallivm: Bring aos format back to life. | José Fonseca | 2010-04-20 | 1 | -0/+1 |
* | gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory | Brian Paul | 2010-04-16 | 1 | -0/+3 |
* | gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directory | Brian Paul | 2010-04-16 | 1 | -0/+1 |
* | gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory | Brian Paul | 2010-04-16 | 1 | -0/+1 |
* | gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory | Brian Paul | 2010-04-16 | 1 | -0/+1 |
* | scons: Make LLVM a black-white dependency. | José Fonseca | 2010-04-11 | 1 | -5/+4 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -1/+0 |
* | llvmpipe: Don't rely on u_format_access.py | José Fonseca | 2010-03-31 | 1 | -1/+0 |
* | llvmpipe: Drop the aos format conversion. | José Fonseca | 2010-03-31 | 1 | -1/+0 |
* | util: Code generate functions to pack and unpack a single pixel. | José Fonseca | 2010-02-26 | 1 | -0/+1 |
* | llvmpipe: Fix scons dependencies. | José Fonseca | 2010-02-26 | 1 | -0/+6 |
* | llvmpipe: add lp_tile_image.c to sources | Brian Paul | 2010-02-23 | 1 | -0/+1 |
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -24/+0 |
* | Merge remote branch 'origin/lp-binning' | José Fonseca | 2010-02-05 | 1 | -8/+15 |
|\ |
|
| * | llvmpipe: added simple perf/statistics counting facility | Brian Paul | 2010-01-21 | 1 | -0/+1 |
| * | llvmpipe: re-order file list, fix indentation | Brian Paul | 2010-01-19 | 1 | -5/+5 |
| * | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-08 | 1 | -14/+18 |
| |\ |
|