summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-27r300g: Make SWTCL clear work again.Corbin Simpson1-0/+132
2010-03-26Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson1-4/+1
2010-03-19r300g: lod min/max clamping should be relative to the base levelMarek Olšák1-3/+3
2010-03-19r300g: fix breakage after the gallium-sampler-view mergeMarek Olšák1-3/+10
2010-03-19r300g: add generating texture coordinates for point sprites (WIP)Marek Olšák1-1/+4
2010-03-15r300g: fix up after mergeKeith Whitwell1-2/+2
2010-03-09r300g: Precalculate and CSO-bind PSC state.Corbin Simpson1-189/+1
2010-03-09r300g: Cleanup old PSC code a bit.Corbin Simpson1-5/+1
2010-03-09r300g: fix gallium-vertexlementcso merge damageRoland Scheidegger1-1/+0
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger1-2/+3
2010-03-07r300g: share the VS-output-mapping state with SWTCLMarek Olšák1-4/+0
2010-03-06r300g: minor cleanups after the no-rhw mergeMarek Olšák1-6/+4
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol1-7/+1
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger1-3/+3
2010-02-28r300g: atomize texture and sampler statesMarek Olšák1-1/+61
2010-02-28r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák1-20/+27
2010-02-28r300g: use the atom size directly during emissionMarek Olšák1-1/+1
2010-02-24r300g: Atomize vertex shader.Corbin Simpson1-10/+15
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-7/+1
2010-02-13r300g: cleanup the emission of RS block stateMarek Olšák1-2/+4
2010-01-27r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee1-1/+1
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson1-17/+19
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson1-8/+17
2010-01-26r300g: Kill dead code for hashing custom state.Corbin Simpson1-52/+0
2010-01-17r300g: fix the rasterization of secondary colorMarek Olšák1-1/+2
2010-01-10r300g: Move TCL bypass switch to main context.Corbin Simpson1-4/+5
2010-01-10r300g: Don't avoid rewriting ZTOP.Corbin Simpson1-9/+9
2010-01-10r300g: Atomize rasterizer.Corbin Simpson1-1/+1
2010-01-10r300g: Atomize ZTOP.Corbin Simpson1-3/+6
2010-01-10r300g: Atomize DSA.Corbin Simpson1-13/+16
2010-01-06r300g: add back-face color VS outputsMarek Olšák1-1/+3
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák1-14/+4
2010-01-06r300g: add WPOSMarek Olšák1-0/+20
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin1-3/+3
2009-12-09r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák1-4/+13
2009-12-06r300g: Clean up previous commit.Corbin Simpson1-11/+15
2009-12-06r300g: enhance ZTOP conditionsMarek Olšák1-6/+31
2009-12-01r300g: clean up derived statesMarek Olšák1-219/+16
2009-12-01r300g: VS->FS attribute routing reworkMarek Olšák1-170/+392
2009-11-21r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák1-24/+18
2009-11-21r300g: clean up vs/fs tabsMarek Olšák1-89/+25
2009-11-20r300g: silence warningsMarek Olšák1-2/+2
2009-11-20r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák1-14/+12
2009-11-20r300g: fix updating a vertex formatMarek Olšák1-2/+3
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson1-98/+94
2009-11-20r300g: Use MAX3 and MIN3.Corbin Simpson1-1/+1
2009-11-08r300g: Protect against possibly missing Draw pointer.Corbin Simpson1-18/+29
2009-11-07r300g: VBOs WIPMaciej Cencora1-7/+7
2009-10-22r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson1-12/+16
2009-10-21r300g: Update comments, function names in r300_state_inlines.Corbin Simpson1-1/+1