summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger2016-06-141-1/+1
* llvmpipe: ditch additional ref counting for vertex/geometry sampler viewsRoland Scheidegger2016-01-151-6/+0
* llvmpipe: Simplify vertex and geometry shaders.José Fonseca2014-03-251-10/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-271-0/+8
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-1/+1
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-1/+1
* llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-181-0/+3
* llvmpipe: disconnect vertex texture sampling from the setupZack Rusin2010-07-061-0/+6
* llvmpipe: make geometry shaders and stream output workZack Rusin2010-06-221-0/+11
* llvmpipe: hook up basic gs and multiple constant buffer supportKeith Whitwell2010-06-071-0/+9
* llvmpipe: Pass the fs variant to the rasterizer.José Fonseca2010-05-301-53/+1
* llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca2010-05-121-0/+5
* llvmpipe: Move the opaque flag computation into the variant.José Fonseca2010-05-121-0/+2
* llvmpipe: implement occlusion queryQicheng Christopher Li2010-05-061-0/+1
* llvmpipe: make rasterizer-related functions static, clean-up initializationsBrian Paul2010-04-281-10/+3
* llvmpipe: update comments, fix formattingBrian Paul2010-04-281-10/+9
* llvmpipe: remove old prototypes, fix-up formattingBrian Paul2010-04-281-10/+9
* llvmpipe: make shader-related functions static, clean-up initializationsBrian Paul2010-04-281-13/+6
* llvmpipe: make clip-related functions static, clean-up initializationsBrian Paul2010-04-281-12/+4
* llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul2010-04-281-15/+3
* llvmpipe: make vertex-related functions static, clean-up initializationsBrian Paul2010-04-281-10/+2
* llvmpipe: make blend-related functions static, clean-up initializationsBrian Paul2010-04-281-20/+3
* llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul2010-04-281-28/+4
* llvmpipe: remove some unneeded shader structure fieldsBrian Paul2010-04-281-4/+0
* llvmpipe: Implement index bias.José Fonseca2010-04-191-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-4/+4
* gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul2010-03-171-0/+1
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-161-1/+1
|\
| * gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-151-1/+1
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-1/+1
|\ \ | |/
| * gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-111-1/+1
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-5/+11
|\ \ | |/
| * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-091-1/+1
| * llvmpipe: adapt to new vertex element csoRoland Scheidegger2010-03-011-5/+11
* | llvmpipe: Fix after sampler view changes.michal2009-12-101-7/+16
|/
* 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