Age | Commit message (Expand) | Author |
2010-03-26 | gallium/llvmpipe: add PROGS target/rule to Makefile.template | Chris Li |
2010-03-25 | Revert "llvmpipe: optimize the lp_setup_fence() function" | Brian Paul |
2010-03-25 | llvmpipe: disable an assertion | Brian Paul |
2010-03-24 | llvmpipe: fix up some questionable fence code | Brian Paul |
2010-03-24 | llvmpipe: optimize the lp_setup_fence() function | Brian Paul |
2010-03-24 | llvmpipe: call lp_fence_signal() | Brian Paul |
2010-03-24 | llvmpipe: added lp_fence_signal() | Brian Paul |
2010-03-24 | llvmpipe: fix texture reference counting bug | Brian Paul |
2010-03-21 | drm/sw: llvmpipe texture_from_handle | George Sapountzis |
2010-03-18 | gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through | Brian Paul |
2010-03-18 | llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST | Brian Paul |
2010-03-18 | gallivm/llvmpipe: simplify front/back stencil ref value handling | Brian Paul |
2010-03-18 | llvmpipe: set opaque = FALSE if stencil enabled | Brian Paul |
2010-03-18 | llvmpipe: Fix crashes when there is no depth buffer bound. | José Fonseca |
2010-03-17 | gallivm/llvmpipe: basic stencil testing works | Brian Paul |
2010-03-17 | llvmpipe: remove incorrect depth test check | Brian Paul |
2010-03-17 | llvmpipe: silence some pointer/casting warnings | Brian Paul |
2010-03-17 | gallivm/llvmpipe: more asst changes for stencil testing | Brian Paul |
2010-03-17 | gallivm/llmvpipe: pass stencil refs state into z/stencil build code | Brian Paul |
2010-03-17 | llvmpipe: use new LP_JIT_CTX_ enums for jit context field positions | Brian Paul |
2010-03-17 | llvmpipe: added stencil ref values to jit context state | Brian Paul |
2010-03-17 | llvmpipe: break lines | Brian Paul |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-16 | llvmpipe: Fix rebase typo | Jakob Bornecrantz |
2010-03-16 | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz |
2010-03-15 | gallivm/llvmpipe: rename some constant building functions | Brian Paul |
2010-03-15 | gallivm/llvmpipe: rename os_llvm.h to lp_bld.h | Brian Paul |
2010-03-15 | llvmpipe: updated status in README file | Brian Paul |
2010-03-15 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-13 | llvmpipe: Ensure the context is flushed before modifying textures. | José Fonseca |
2010-03-13 | llvmpipe: Don't use texture transfer internally. | José Fonseca |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-13 | llvmpipe: Obey rasterization rules. | José Fonseca |
2010-03-13 | llvmpipe: setup_context -> lp_setup_context | José Fonseca |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-11 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-03-11 | gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]' | Brian Paul |
2010-03-11 | llvmpipe: fix comment typo | Brian Paul |
2010-03-11 | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h | Brian Paul |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-11 | gallium: Check for OOM condition when creating a sampler view. | Michal Krol |
2010-03-10 | llvmpipe: fix loop over mipmap levels | Brian Paul |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-10 | llvmpipe: Cope with null Vertex element cso. | José Fonseca |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger |
2010-03-09 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |