summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.c
AgeCommit message (Expand)Author
2010-03-07r300g: share the VS-output-mapping state with SWTCLMarek Olšák
2010-03-06r300g: minor cleanups after the no-rhw mergeMarek Olšák
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger
2010-02-28r300g: atomize texture and sampler statesMarek Olšák
2010-02-28r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák
2010-02-28r300g: use the atom size directly during emissionMarek Olšák
2010-02-24r300g: Atomize vertex shader.Corbin Simpson
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-13r300g: cleanup the emission of RS block stateMarek Olšák
2010-01-27r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee
2010-01-26r300g: Turn the RS block into an atom.Corbin Simpson
2010-01-26r300g: Make vertex_format into an atom.Corbin Simpson
2010-01-26r300g: Kill dead code for hashing custom state.Corbin Simpson
2010-01-17r300g: fix the rasterization of secondary colorMarek Olšák
2010-01-10r300g: Move TCL bypass switch to main context.Corbin Simpson
2010-01-10r300g: Don't avoid rewriting ZTOP.Corbin Simpson
2010-01-10r300g: Atomize rasterizer.Corbin Simpson
2010-01-10r300g: Atomize ZTOP.Corbin Simpson
2010-01-10r300g: Atomize DSA.Corbin Simpson
2010-01-06r300g: add back-face color VS outputsMarek Olšák
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák
2010-01-06r300g: add WPOSMarek Olšák
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin
2009-12-09r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák
2009-12-06r300g: Clean up previous commit.Corbin Simpson
2009-12-06r300g: enhance ZTOP conditionsMarek Olšák
2009-12-01r300g: clean up derived statesMarek Olšák
2009-12-01r300g: VS->FS attribute routing reworkMarek Olšák
2009-11-21r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák
2009-11-21r300g: clean up vs/fs tabsMarek Olšák
2009-11-20r300g: silence warningsMarek Olšák
2009-11-20r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák
2009-11-20r300g: fix updating a vertex formatMarek Olšák
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson
2009-11-20r300g: Use MAX3 and MIN3.Corbin Simpson
2009-11-08r300g: Protect against possibly missing Draw pointer.Corbin Simpson
2009-11-07r300g: VBOs WIPMaciej Cencora
2009-10-22r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson
2009-10-21r300g: Update comments, function names in r300_state_inlines.Corbin Simpson
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-21r300g: Don't use the hashtable internally.Corbin Simpson
2009-10-21r300g: Examine vertex attribute type on HW TCL too.Corbin Simpson
2009-10-19r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-18r300g: Add another ZTOP condition.Corbin Simpson
2009-10-17r300g: Use a dirty test to bring framerate back up.Corbin Simpson
2009-10-17r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson
2009-10-17r300g: Fix u_hash_table rename.Corbin Simpson
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson