summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.h
AgeCommit message (Expand)Author
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin
2010-06-07llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca
2010-05-12llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca
2010-05-12llvmpipe: Move the opaque flag computation into the variant.José Fonseca
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li
2010-04-28llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: update comments, fix formattingBrian Paul
2010-04-28llvmpipe: remove old prototypes, fix-up formattingBrian Paul
2010-04-28llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul
2010-04-28llvmpipe: remove some unneeded shader structure fieldsBrian Paul
2010-04-19llvmpipe: Implement index bias.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-17gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-01llvmpipe: adapt to new vertex element csoRoland Scheidegger
2010-02-10llvmpipe: adapt to stencil ref changesRoland Scheidegger
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-01-16Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-15llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14llvmpipe: implement scissor testingBrian Paul
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-11llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell
2010-01-10llvmpipe: initial mrt supportKeith Whitwell
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-07llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca
2010-01-06llvmpipe: remove dead codeKeith Whitwell
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-10llvmpipe: Fix after sampler view changes.michal
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul
2009-10-09llvmpipe: Pass state to setup.José Fonseca
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell