summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul2010-04-281-4/+16
* llvmpipe: remove some unneeded shader structure fieldsBrian Paul2010-04-281-5/+2
* llvmpipe: dump shaders if LP_DEBUG=tgsiBrian Paul2010-04-281-0/+5
* llvmpipe: Remove unused variable.Vinson Lee2010-04-261-2/+0
* llvmpipe: Remove unused variable.Vinson Lee2010-04-251-2/+0
* llvmpipe: Remove unused variable.Vinson Lee2010-04-241-2/+0
* llvmpipe: Remove unused variable.Vinson Lee2010-04-241-2/+0
* gallivm: implement indirect addressing over temporariesZack Rusin2010-04-221-1/+1
* llvmpipe: Fix typo in assert.José Fonseca2010-04-221-2/+2
* llvmpipe: Remove unused variable.Vinson Lee2010-04-201-3/+1
* llvmpipe: update commentBrian Paul2010-04-181-1/+1
* llvmpipe: fix color maskingBrian Paul2010-04-161-2/+4
* llvmpipe: remove unneeded declaration (which caused a warning)Brian Paul2010-04-161-1/+0
* llvmpipe: updated #includesBrian Paul2010-04-161-4/+5
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-1/+1
* llvmpipe: Respect pipe_sampler_view::format.José Fonseca2010-04-121-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+4
* gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul2010-03-181-27/+34
* 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