aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul2010-03-181-2/+2
* gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul2010-03-181-3/+4
* 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
* 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-171-6/+16
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-161-2/+2
|\
| * gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-151-2/+2
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+4
|\|
| * llvmpipe: fix comment typoBrian Paul2010-03-111-1/+1
| * gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-111-0/+3
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-0/+7
|\|
| * llvmpipe: Ensure context is flushed when destroying shaders.José Fonseca2010-03-031-0/+7
* | llvmpipe: Fix after sampler view changes.michal2009-12-101-1/+1
|/
* llvmpipe: s/debug_dump_/util_dump_/José Fonseca2010-02-141-17/+17
* llvmpipe: Use util_format_name().José Fonseca2010-02-141-2/+2
* llvmpipe: Remove reference to prefilter field.Michal Krol2010-02-091-1/+0
* llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin2010-02-081-5/+6
* llvmpipe: use new os time functionsBrian Paul2010-02-081-5/+5
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-13/+13
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-158/+486
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-14/+13
| |\
| * | llvmpipe: count/report time spent in LLVM compilationsBrian Paul2010-01-271-4/+16
| * | llvmpipe: updated commentBrian Paul2010-01-201-0/+2
| * | llvmpipe: tweak a commentBrian Paul2010-01-181-1/+1
| * | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-161-6/+5
| |\ \
| * | | llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul2010-01-151-14/+45
| * | | llvmpipe: asst code changes in lp_state_fs.cBrian Paul2010-01-151-27/+32
| * | | llvmpipe: implement scissor testingBrian Paul2010-01-141-0/+52
| * | | llvmpipe: commentsBrian Paul2010-01-131-0/+4
| * | | llvmpipe: Opaque shader implies complete colormask too.José Fonseca2010-01-131-0/+2
| * | | llvmpipe: Reset the bin when shading a whole tile with an opaque shader.José Fonseca2010-01-131-1/+11
| * | | llvmpipe: silence unused var warningsBrian Paul2010-01-121-3/+5
| * | | llvmpipe: disable the all in/out test code for nowBrian Paul2010-01-111-1/+1
| * | | llvmpipe: move, update commentsBrian Paul2010-01-111-17/+10
| * | | llvmpipe: refactor generate_fragment() codeBrian Paul2010-01-111-62/+76
| * | | llvmpipe: do the all-in test on the scalar c0 instead of vector c0Brian Paul2010-01-111-24/+21
| * | | llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell2010-01-111-1/+6
| * | | llvmpipe: initial mrt supportKeith Whitwell2010-01-101-45/+69
| * | | llvmpipe: optimize case when all four pixels are inside the triangleBrian Paul2010-01-081-29/+77
| * | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-17/+64
| |\ \ \
| * | | | llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell2010-01-061-1/+2
| * | | | llvmpipe: remove unused code, added comments, etcBrian Paul2009-12-171-5/+19
| * | | | llvmpipe: improve the in/out test a littleBrian Paul2009-12-171-18/+6
| * | | | llvmpipe: do final the pixel in/out triangle test in the fragment shaderBrian Paul2009-12-161-13/+131
| * | | | llvmpipe: fix blend debug stringsBrian Paul2009-12-031-5/+5
| * | | | llvmpipe: execute shaders on 4x4 blocks instead of 8x2Brian Paul2009-12-021-4/+8
| * | | | llvmpipe: Get jit_context/jit_function across the rasterizer.José Fonseca2009-10-091-0/+3