| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Make PIPE_CAP_xxx enums. | José Fonseca | 2010-05-12 | 1 | -2/+2 |
* | llvmpipe: fix texture image size calculation | Brian Paul | 2010-05-11 | 1 | -1/+1 |
* | llvmpipe: add a simple resource tracking/debug feature | Brian Paul | 2010-05-11 | 2 | -0/+58 |
* | llvmpipe: remove trailing whitespace, rewrap comment | Brian Paul | 2010-05-11 | 1 | -3/+2 |
* | scons: Export shouldn't be part of the if stanza. | José Fonseca | 2010-05-11 | 1 | -1/+1 |
* | llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE | Brian Paul | 2010-05-10 | 1 | -1/+1 |
* | llvmpipe: fix up indexing of blend/colormask state for render targets | Brian Paul | 2010-05-10 | 5 | -24/+47 |
* | llvmpipe: update image dump/debug code | Brian Paul | 2010-05-10 | 1 | -16/+17 |
* | llvmpipe: add, update, rewrap comments | Brian Paul | 2010-05-10 | 2 | -6/+16 |
* | gallivm/llvmpipe: move an old comment to a better location | Brian Paul | 2010-05-10 | 1 | -11/+0 |
* | gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps. | José Fonseca | 2010-05-08 | 1 | -2/+2 |
* | llvmpipe: Cover more formats in unit test. | José Fonseca | 2010-05-08 | 1 | -29/+38 |
* | llvmpipe: Match p_screen.h's function prototype. | José Fonseca | 2010-05-08 | 1 | -1/+1 |
* | llvmpipe: Remove unnecessary header. | Vinson Lee | 2010-05-08 | 1 | -1/+0 |
* | gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960. | Török Edwin | 2010-05-06 | 1 | -1/+10 |
* | llvmpipe: Fix fence wait. | José Fonseca | 2010-05-06 | 1 | -1/+4 |
* | llvmpipe: implement occlusion query | Qicheng Christopher Li | 2010-05-06 | 14 | -50/+277 |
* | gallium: rename draw() to draw_elements() in vbuf code | Brian Paul | 2010-05-05 | 1 | -2/+2 |
* | llvmpipe: update driver's provoking vertex code | Brian Paul | 2010-05-05 | 2 | -93/+179 |
* | llvmpipe: added a new assertion as a hint to Coverity | Brian Paul | 2010-05-05 | 1 | -0/+1 |
* | llvmpipe: Remove unnecessary headers. | Vinson Lee | 2010-05-04 | 2 | -2/+0 |
* | llvmpipe: predicate LLVMDumpModule() on DEBUG_JIT | Brian Paul | 2010-05-04 | 1 | -3/+2 |
* | llvmpipe: fix broken compressed cube maps | Brian Paul | 2010-05-04 | 1 | -27/+47 |
* | llvmpipe: do some null pointer checking | Brian Paul | 2010-05-04 | 1 | -17/+22 |
* | llvmpipe: add some tests for malloc() returning NULL. | Brian Paul | 2010-05-04 | 2 | -22/+38 |
* | gallivm: Proper implementation of TXL opcode. | José Fonseca | 2010-05-04 | 1 | -2/+4 |
* | gallivm: Implement TXD. | José Fonseca | 2010-05-04 | 1 | -3/+4 |
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 1 | -0/+1 |
* | gallium: move framebuffer utility functions into a new file | Brian Paul | 2010-05-03 | 3 | -0/+3 |
* | Reorder LLVM passes, running mem2reg earlier. | Török Edwin | 2010-05-03 | 1 | -2/+2 |
* | llvmpipe: add lp_test_* to .gitignore | Xavier Chantry | 2010-05-03 | 1 | -0/+4 |
* | llvmpipe: Fix alpha blending for formats without alpha channel. | José Fonseca | 2010-05-03 | 1 | -2/+51 |
* | llvmpipe: Remove unused variable. | Vinson Lee | 2010-05-01 | 1 | -2/+0 |
* | softpipe & llvmpipe: Enable SM3 cap | Jakob Bornecrantz | 2010-04-29 | 1 | -0/+2 |
* | llvmpipe: fix texture/display target memory leak | Brian Paul | 2010-04-29 | 1 | -0/+5 |
* | llvmpipe: free vertex buffer memory in lp_setup_vbuf_destroy() | Brian Paul | 2010-04-28 | 1 | -1/+6 |
* | llvmpipe: fix scene queue memory leak | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: fix scene queue memory leak | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: fix mem leak in llvmpipe_resource_destroy() | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: fix surface memory leak during tear-down | Brian Paul | 2010-04-28 | 1 | -0/+2 |
* | llvmpipe: remove unused psize_slot field | Brian Paul | 2010-04-28 | 1 | -3/+0 |
* | llvmpipe: move/rename llvmpipe_init_surface_functions() | Brian Paul | 2010-04-28 | 3 | -7/+5 |
* | llvmpipe: make rasterizer-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -18/+17 |
* | llvmpipe: update comments, fix formatting | Brian Paul | 2010-04-28 | 1 | -10/+9 |
* | llvmpipe: remove old prototypes, fix-up formatting | Brian Paul | 2010-04-28 | 1 | -10/+9 |
* | llvmpipe: make shader-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 4 | -29/+37 |
* | llvmpipe: make clip-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -25/+28 |
* | llvmpipe: make draw-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -29/+22 |
* | llvmpipe: make vertex-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -21/+19 |
* | llvmpipe: make blend-related functions static, clean-up initializations | Brian Paul | 2010-04-28 | 3 | -42/+38 |