summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Disable threads by default on embedded.José Fonseca2010-03-311-0/+4
* llvmpipe: Don't rely on u_format_access.pyJosé Fonseca2010-03-313-8/+7
* llvmpipe: More accurate format capability exporting.José Fonseca2010-03-311-5/+1
* llvmpipe: Drop the aos format conversion.José Fonseca2010-03-313-316/+1
* Add test case for lp_bld_printf()Chris Li2010-03-292-1/+164
* gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li2010-03-261-8/+6
* Revert "llvmpipe: optimize the lp_setup_fence() function"Brian Paul2010-03-251-20/+6
* llvmpipe: disable an assertionBrian Paul2010-03-251-1/+1
* llvmpipe: fix up some questionable fence codeBrian Paul2010-03-241-2/+1
* llvmpipe: optimize the lp_setup_fence() functionBrian Paul2010-03-241-6/+20
* llvmpipe: call lp_fence_signal()Brian Paul2010-03-241-12/+1
* llvmpipe: added lp_fence_signal()Brian Paul2010-03-242-0/+20
* llvmpipe: fix texture reference counting bugBrian Paul2010-03-242-6/+22
* drm/sw: llvmpipe texture_from_handleGeorge Sapountzis2010-03-211-0/+1
* gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul2010-03-186-27/+42
* llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul2010-03-183-20/+27
* gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul2010-03-184-14/+23
* llvmpipe: set opaque = FALSE if stencil enabledBrian Paul2010-03-181-0/+1
* llvmpipe: Fix crashes when there is no depth buffer bound.José Fonseca2010-03-181-0/+3
* gallivm/llvmpipe: basic stencil testing worksBrian Paul2010-03-171-1/+1
* llvmpipe: remove incorrect depth test checkBrian Paul2010-03-171-4/+1
* llvmpipe: silence some pointer/casting warningsBrian Paul2010-03-171-3/+21
* gallivm/llvmpipe: more asst changes for stencil testingBrian Paul2010-03-171-27/+28
* gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul2010-03-173-7/+18
* llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul2010-03-173-32/+57
* llvmpipe: added stencil ref values to jit context stateBrian Paul2010-03-175-19/+48
* llvmpipe: break linesBrian Paul2010-03-171-1/+2
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-169-15/+71
|\
| * llvmpipe: Fix rebase typoJakob Bornecrantz2010-03-161-4/+0
| * winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-162-2/+55
| * gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-151-2/+2
| * gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-155-5/+5
| * llvmpipe: updated status in README fileBrian Paul2010-03-151-6/+13
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-158-116/+252
|\|
| * llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca2010-03-134-0/+102
| * llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-135-116/+150
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1326-156/+177
|\|
| * llvmpipe: Obey rasterization rules.José Fonseca2010-03-135-30/+40
| * llvmpipe: setup_context -> lp_setup_contextJosé Fonseca2010-03-139-82/+82
| * Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2010-03-126-26/+35
| |\
| | * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-112-3/+4
| | * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-116-25/+33
| * | llvmpipe: Remove unnecessary header.Vinson Lee2010-03-111-1/+0
| * | gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2010-03-114-8/+10
| * | llvmpipe: fix comment typoBrian Paul2010-03-111-1/+1
| * | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-116-7/+8
| |/
| * llvmpipe: fix loop over mipmap levelsBrian Paul2010-03-101-1/+1
* | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1033-910/+1014
|\|
| * Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-104-17/+43
| |\