summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca1-53/+1
2010-05-12llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca1-0/+5
2010-05-12llvmpipe: Move the opaque flag computation into the variant.José Fonseca1-0/+2
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li1-0/+1
2010-04-28llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul1-10/+3
2010-04-28llvmpipe: update comments, fix formattingBrian Paul1-10/+9
2010-04-28llvmpipe: remove old prototypes, fix-up formattingBrian Paul1-10/+9
2010-04-28llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul1-13/+6
2010-04-28llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul1-12/+4
2010-04-28llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul1-15/+3
2010-04-28llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul1-10/+2
2010-04-28llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul1-20/+3
2010-04-28llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul1-28/+4
2010-04-28llvmpipe: remove some unneeded shader structure fieldsBrian Paul1-4/+0
2010-04-19llvmpipe: Implement index bias.José Fonseca1-2/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-4/+4
2010-03-17gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul1-0/+1
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+1
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul1-1/+1
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+1
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul1-1/+1
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-5/+11
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger1-1/+1
2010-03-01llvmpipe: adapt to new vertex element csoRoland Scheidegger1-5/+11
2010-02-10llvmpipe: adapt to stencil ref changesRoland Scheidegger1-2/+5
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-1/+1
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-1/+1
2010-01-15llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul1-2/+2
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-1/+1
2010-01-14llvmpipe: implement scissor testingBrian Paul1-0/+1
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2010-01-11llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell1-3/+3
2010-01-10llvmpipe: initial mrt supportKeith Whitwell1-0/+6
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-8/+12
2010-01-07llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca1-1/+0
2010-01-06llvmpipe: remove dead codeKeith Whitwell1-7/+0
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-3/+3
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-1/+1
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell1-3/+3
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger1-4/+0
2009-12-10llvmpipe: Fix after sampler view changes.michal1-7/+16
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca1-0/+9
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul1-7/+3
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul1-3/+7
2009-10-09llvmpipe: Pass state to setup.José Fonseca1-0/+1
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell1-6/+0
2009-09-09llvmpipe: Include zsbuf's format in the fragment shader key.José Fonseca1-0/+1
2009-09-07llvmpipe: Code generate the texture sampling inside the shader.José Fonseca1-1/+5
2009-08-29llvmpipe: Centralize the C <-> JIT interfaces in one place.José Fonseca1-14/+2
2009-08-29llvmpipe: Drop blend derived state.José Fonseca1-17/+0