summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
AgeCommit message (Expand)Author
2010-03-03llvmpipe: Ensure context is flushed when destroying shaders.José Fonseca
2010-02-14llvmpipe: s/debug_dump_/util_dump_/José Fonseca
2010-02-14llvmpipe: Use util_format_name().José Fonseca
2010-02-09llvmpipe: Remove reference to prefilter field.Michal Krol
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
2010-02-08llvmpipe: use new os time functionsBrian Paul
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-27llvmpipe: count/report time spent in LLVM compilationsBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-20llvmpipe: updated commentBrian Paul
2010-01-20llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger
2010-01-18llvmpipe: tweak a commentBrian Paul
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-15llvmpipe: asst code changes in lp_state_fs.cBrian Paul
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14llvmpipe: implement scissor testingBrian Paul
2010-01-13llvmpipe: commentsBrian Paul
2010-01-13llvmpipe: Opaque shader implies complete colormask too.José Fonseca
2010-01-13llvmpipe: Reset the bin when shading a whole tile with an opaque shader.José Fonseca
2010-01-12llvmpipe: silence unused var warningsBrian Paul
2010-01-11llvmpipe: disable the all in/out test code for nowBrian Paul
2010-01-11llvmpipe: move, update commentsBrian Paul
2010-01-11llvmpipe: refactor generate_fragment() codeBrian Paul
2010-01-11llvmpipe: do the all-in test on the scalar c0 instead of vector c0Brian 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-08llvmpipe: optimize case when all four pixels are inside the triangleBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-26llvmpipe: Treat state changes systematically.José Fonseca
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-17llvmpipe: remove unused code, added comments, etcBrian Paul
2009-12-17llvmpipe: improve the in/out test a littleBrian Paul
2009-12-16llvmpipe: do final the pixel in/out triangle test in the fragment shaderBrian Paul
2009-12-16llvmpipe: add LP_DEBUG env varJosé Fonseca
2009-12-03llvmpipe: fix blend debug stringsBrian Paul
2009-12-02llvmpipe: execute shaders on 4x4 blocks instead of 8x2Brian Paul