| Commit message (Expand) | Author | Age | Files | Lines |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 21 | -387/+227 |
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-04-08 | 1 | -1/+0 |
* | llvmpipe: Add missing include. | José Fonseca | 2010-04-07 | 1 | -0/+1 |
* | llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine. | José Fonseca | 2010-04-07 | 1 | -1/+1 |
* | llvmpipe: Remove unused variable. | Vinson Lee | 2010-04-06 | 1 | -1/+0 |
* | Merge branch 'gallium_draw_llvm' | Zack Rusin | 2010-04-06 | 1 | -2/+8 |
|\ |
|
| * | llvmpipe: use a define to decide whether to use draw llvm paths | Zack Rusin | 2010-04-06 | 1 | -1/+5 |
| * | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin | 2010-03-31 | 6 | -331/+13 |
| |\ |
|
| * \ | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin | 2010-03-30 | 27 | -190/+585 |
| |\ \ |
|
| * \ \ | Merge remote branch 'origin/master' into gallium_draw_llvm | Zack Rusin | 2010-03-15 | 42 | -1118/+1386 |
| |\ \ \ |
|
| * | | | | gallium/draw: initial code to properly support llvm in the draw module | Zack Rusin | 2010-02-22 | 1 | -2/+4 |
* | | | | | llvmpipe: Support S3TC when util_format_s3tc_enabled is set. | José Fonseca | 2010-04-06 | 1 | -18/+10 |
* | | | | | gallivm: Move the global LLVM objects (module, engine, provider, target) into... | José Fonseca | 2010-04-06 | 1 | -13/+4 |
* | | | | | llvmpipe: limit max texture size to 2Kx2K for now | Brian Paul | 2010-04-02 | 3 | -1/+8 |
* | | | | | llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT. | José Fonseca | 2010-04-01 | 1 | -1/+2 |
* | | | | | llvmpipe: More tweaks to the supported texture formats. | José Fonseca | 2010-04-01 | 1 | -10/+6 |
* | | | | | llvmpipe: Fix build... | José Fonseca | 2010-04-01 | 1 | -0/+23 |
* | | | | | llvmpipe: Fix (un)swizzling, broken due to use of VOID channels. | José Fonseca | 2010-04-01 | 1 | -2/+10 |
| |_|_|/
|/| | | |
|
* | | | | llvmpipe: Don't call unused generate_clamp(). | José Fonseca | 2010-03-31 | 1 | -2/+0 |
* | | | | llvmpipe: Disable threads by default on embedded. | José Fonseca | 2010-03-31 | 1 | -0/+4 |
* | | | | llvmpipe: Don't rely on u_format_access.py | José Fonseca | 2010-03-31 | 3 | -8/+7 |
* | | | | llvmpipe: More accurate format capability exporting. | José Fonseca | 2010-03-31 | 1 | -5/+1 |
* | | | | llvmpipe: Drop the aos format conversion. | José Fonseca | 2010-03-31 | 3 | -316/+1 |
| |_|/
|/| | |
|
* | | | Add test case for lp_bld_printf() | Chris Li | 2010-03-29 | 2 | -1/+164 |
* | | | gallium/llvmpipe: add PROGS target/rule to Makefile.template | Chris Li | 2010-03-26 | 1 | -8/+6 |
* | | | Revert "llvmpipe: optimize the lp_setup_fence() function" | Brian Paul | 2010-03-25 | 1 | -20/+6 |
* | | | llvmpipe: disable an assertion | Brian Paul | 2010-03-25 | 1 | -1/+1 |
* | | | llvmpipe: fix up some questionable fence code | Brian Paul | 2010-03-24 | 1 | -2/+1 |
* | | | llvmpipe: optimize the lp_setup_fence() function | Brian Paul | 2010-03-24 | 1 | -6/+20 |
* | | | llvmpipe: call lp_fence_signal() | Brian Paul | 2010-03-24 | 1 | -12/+1 |
* | | | llvmpipe: added lp_fence_signal() | Brian Paul | 2010-03-24 | 2 | -0/+20 |
* | | | llvmpipe: fix texture reference counting bug | Brian Paul | 2010-03-24 | 2 | -6/+22 |
* | | | drm/sw: llvmpipe texture_from_handle | George Sapountzis | 2010-03-21 | 1 | -0/+1 |
* | | | gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through | Brian Paul | 2010-03-18 | 6 | -27/+42 |
* | | | llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST | Brian Paul | 2010-03-18 | 3 | -20/+27 |
* | | | gallivm/llvmpipe: simplify front/back stencil ref value handling | Brian Paul | 2010-03-18 | 4 | -14/+23 |
* | | | llvmpipe: set opaque = FALSE if stencil enabled | Brian Paul | 2010-03-18 | 1 | -0/+1 |
* | | | llvmpipe: Fix crashes when there is no depth buffer bound. | José Fonseca | 2010-03-18 | 1 | -0/+3 |
* | | | gallivm/llvmpipe: basic stencil testing works | Brian Paul | 2010-03-17 | 1 | -1/+1 |
* | | | llvmpipe: remove incorrect depth test check | Brian Paul | 2010-03-17 | 1 | -4/+1 |
* | | | llvmpipe: silence some pointer/casting warnings | Brian Paul | 2010-03-17 | 1 | -3/+21 |
* | | | gallivm/llvmpipe: more asst changes for stencil testing | Brian Paul | 2010-03-17 | 1 | -27/+28 |
* | | | gallivm/llmvpipe: pass stencil refs state into z/stencil build code | Brian Paul | 2010-03-17 | 3 | -7/+18 |
* | | | llvmpipe: use new LP_JIT_CTX_ enums for jit context field positions | Brian Paul | 2010-03-17 | 3 | -32/+57 |
* | | | llvmpipe: added stencil ref values to jit context state | Brian Paul | 2010-03-17 | 5 | -19/+48 |
* | | | llvmpipe: break lines | Brian Paul | 2010-03-17 | 1 | -1/+2 |
* | | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-16 | 9 | -15/+71 |
|\ \ \ |
|
| * | | | llvmpipe: Fix rebase typo | Jakob Bornecrantz | 2010-03-16 | 1 | -4/+0 |
| * | | | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz | 2010-03-16 | 2 | -2/+55 |
| * | | | gallivm/llvmpipe: rename some constant building functions | Brian Paul | 2010-03-15 | 1 | -2/+2 |