summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-14llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger1-1/+1
2016-01-15llvmpipe: ditch additional ref counting for vertex/geometry sampler viewsRoland Scheidegger1-6/+0
2014-03-25llvmpipe: Simplify vertex and geometry shaders.José Fonseca1-10/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-03-27llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin1-0/+8
2012-12-03llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton1-1/+1
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-1/+1
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-0/+3
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin1-0/+6
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin1-0/+11
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell1-0/+9
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