summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: adapt to stencil ref changesRoland Scheidegger2010-02-101-2/+5
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-1/+1
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-161-1/+1
|\
| * Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+1
| |\
| | * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| | * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-1/+1
* | | llvmpipe: generate two shader varients, one omits triangle in/out testingBrian Paul2010-01-151-2/+2
* | | llvmpipe: implement scissor testingBrian Paul2010-01-141-0/+1
* | | llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell2010-01-111-3/+3
* | | llvmpipe: initial mrt supportKeith Whitwell2010-01-101-0/+6
* | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-8/+12
|\| |
| * | llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca2010-01-071-1/+0
| * | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-3/+3
| |\ \ | | |/ | |/|
| | * gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-3/+3
| * | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-4/+0
| |/
| * llvmpipe: Port vertex sampler support from softpipe.José Fonseca2009-12-041-0/+9
| * Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul2009-12-021-7/+3
| * llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul2009-12-021-3/+7
* | llvmpipe: remove dead codeKeith Whitwell2010-01-061-7/+0
* | llvmpipe: Pass state to setup.José Fonseca2009-10-091-0/+1
* | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-6/+0
|/
* llvmpipe: Include zsbuf's format in the fragment shader key.José Fonseca2009-09-091-0/+1
* llvmpipe: Code generate the texture sampling inside the shader.José Fonseca2009-09-071-1/+5
* llvmpipe: Centralize the C <-> JIT interfaces in one place.José Fonseca2009-08-291-14/+2
* llvmpipe: Drop blend derived state.José Fonseca2009-08-291-17/+0
* llvmpipe: Generate the fragment pipeline into a single function.José Fonseca2009-08-291-0/+1
* llvmpipe: Code generate the depth test, and include in the shader.José Fonseca2009-08-291-8/+9
* llvmpipe: Code generate alpha testing and append to generated fragment shader.José Fonseca2009-08-291-2/+25
* llvmpipe: Code generate the position interpolation.José Fonseca2009-08-291-1/+2
* llvmpipe: Put color/depth directly into the quad structure.José Fonseca2009-08-291-1/+2
* llvmpipe: Blend in place.José Fonseca2009-08-291-4/+4
* llvmpipe: Implement KIL.José Fonseca2009-08-291-0/+1
* llvmpipe: Compute interpolation coeffs directly into SoA layout.José Fonseca2009-08-291-5/+5
* llvmpipe: Eliminate dependency on tgsi_exec_machine.José Fonseca2009-08-291-6/+0
* llvmpipe: Eliminate non-LLVM fs execution paths.José Fonseca2009-08-291-12/+19
* llvmpipe: Tiles in rgba8 format.José Fonseca2009-08-291-4/+4
* llvmpipe: Use the generated SoA blending code.José Fonseca2009-08-291-0/+19
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-17/+17
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+206