summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state_derived.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: cleanup the emission of RS block stateMarek Olšák2010-02-131-2/+4
* r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee2010-01-271-1/+1
* r300g: Turn the RS block into an atom.Corbin Simpson2010-01-261-17/+19
* r300g: Make vertex_format into an atom.Corbin Simpson2010-01-261-8/+17
* r300g: Kill dead code for hashing custom state.Corbin Simpson2010-01-261-52/+0
* r300g: fix the rasterization of secondary colorMarek Olšák2010-01-171-1/+2
* r300g: Move TCL bypass switch to main context.Corbin Simpson2010-01-101-4/+5
* r300g: Don't avoid rewriting ZTOP.Corbin Simpson2010-01-101-9/+9
* r300g: Atomize rasterizer.Corbin Simpson2010-01-101-1/+1
* r300g: Atomize ZTOP.Corbin Simpson2010-01-101-3/+6
* r300g: Atomize DSA.Corbin Simpson2010-01-101-13/+16
* r300g: add back-face color VS outputsMarek Olšák2010-01-061-1/+3
* r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák2010-01-061-14/+4
* r300g: add WPOSMarek Olšák2010-01-061-0/+20
* gs: fix drivers so they work with geometry shadersZack Rusin2009-12-251-3/+3
* r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák2009-12-091-4/+13
* r300g: Clean up previous commit.Corbin Simpson2009-12-061-11/+15
* r300g: enhance ZTOP conditionsMarek Olšák2009-12-061-6/+31
* r300g: clean up derived statesMarek Olšák2009-12-011-219/+16
* r300g: VS->FS attribute routing reworkMarek Olšák2009-12-011-170/+392
* r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák2009-11-211-24/+18
* r300g: clean up vs/fs tabsMarek Olšák2009-11-211-89/+25
* r300g: silence warningsMarek Olšák2009-11-201-2/+2
* r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák2009-11-201-14/+12
* r300g: fix updating a vertex formatMarek Olšák2009-11-201-2/+3
* r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson2009-11-201-98/+94
* r300g: Use MAX3 and MIN3.Corbin Simpson2009-11-201-1/+1
* r300g: Protect against possibly missing Draw pointer.Corbin Simpson2009-11-081-18/+29
* r300g: VBOs WIPMaciej Cencora2009-11-071-7/+7
* r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson2009-10-221-12/+16
* r300g: Update comments, function names in r300_state_inlines.Corbin Simpson2009-10-211-1/+1
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+7
* r300g: Don't use the hashtable internally.Corbin Simpson2009-10-211-1/+6
* r300g: Examine vertex attribute type on HW TCL too.Corbin Simpson2009-10-211-4/+2
* r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson2009-10-191-12/+16
* r300g: Fix up a bunch of warnings.Corbin Simpson2009-10-181-6/+4
* r300g: Add another ZTOP condition.Corbin Simpson2009-10-181-0/+2
* r300g: Use a dirty test to bring framerate back up.Corbin Simpson2009-10-171-2/+5
* r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson2009-10-171-51/+58
* r300g: Fix u_hash_table rename.Corbin Simpson2009-10-171-5/+3
* r300g: Use a hash table to look up vertex info.Corbin Simpson2009-10-161-18/+54
* r300g: Move ZTOP to its own state atom.Corbin Simpson2009-10-141-4/+4
* r300g: Move ztop to derived state.Corbin Simpson2009-10-141-0/+36
* r300g: Compiler warning cleanup.Corbin Simpson2009-10-141-1/+1
* r300g: fix r300g cause GPU hang issue.Cooper Yuan2009-09-281-3/+2
* r300g: fix erroneous conditionMaciej Cencora2009-09-271-1/+1
* r300g: don't force vertex position for HW TCL pathMaciej Cencora2009-09-271-1/+3
* r300g: add some assertionsMaciej Cencora2009-09-271-0/+3
* r300g: fix r300 rs pathDave Airlie2009-09-281-2/+2
* r300g: rewrite RS state setup.Dave Airlie2009-09-281-24/+13