summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state_derived.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge remote branch 'origin/master' into arb_geometry_shader4arb_geometry_shader4Zack Rusin1-207/+132
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-16Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin1-25/+36
2009-11-08r300g: Protect against possibly missing Draw pointer.Corbin Simpson1-18/+29
2009-11-07r300g: VBOs WIPMaciej Cencora1-7/+7
2009-10-29Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin1-36/+56
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
2009-10-21r300g: Cleanup header includes.Corbin Simpson1-1/+7
2009-10-21r300g: Don't use the hashtable internally.Corbin Simpson1-1/+6
2009-10-21r300g: Examine vertex attribute type on HW TCL too.Corbin Simpson1-4/+2
2009-10-19r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson1-12/+16
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson1-6/+4
2009-10-18r300g: Add another ZTOP condition.Corbin Simpson1-0/+2
2009-10-18Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin1-71/+142
2009-10-17r300g: Use a dirty test to bring framerate back up.Corbin Simpson1-2/+5
2009-10-17r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson1-51/+58
2009-10-17r300g: Fix u_hash_table rename.Corbin Simpson1-5/+3
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson1-18/+54
2009-10-14r300g: Move ZTOP to its own state atom.Corbin Simpson1-4/+4
2009-10-14r300g: Move ztop to derived state.Corbin Simpson1-0/+36
2009-10-14r300g: Compiler warning cleanup.Corbin Simpson1-1/+1
2009-09-28r300g: fix r300g cause GPU hang issue.Cooper Yuan1-3/+2
2009-09-27r300g: fix erroneous conditionMaciej Cencora1-1/+1
2009-09-27r300g: don't force vertex position for HW TCL pathMaciej Cencora1-1/+3
2009-09-27r300g: add some assertionsMaciej Cencora1-0/+3
2009-09-28r300g: fix r300 rs pathDave Airlie1-2/+2
2009-09-28r300g: rewrite RS state setup.Dave Airlie1-24/+13
2009-09-28r300g: silence compiler warningDave Airlie1-1/+1
2009-09-12gs: adjust the draw public api a bit to account for geometry shadersZack Rusin1-5/+5
2009-09-06r300g: Fix a number of warningsNicolai Hähnle1-0/+1
2009-09-06r300g: Debug flags infrastructureNicolai Hähnle1-6/+6
2009-08-24r300g: Set the vector address in the input memory for bypass_vs_clip_and_view...Cooper Yuan1-16/+20
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle1-0/+1
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle1-0/+2
2009-06-01r300-gallium: Slightly hacky fix for glxgears-style TCL.Corbin Simpson1-0/+7
2009-05-20r300-gallium: Prevent assert when fogcoords are present.Corbin Simpson1-5/+13
2009-05-11r300-gallium: Cleanup PSC for HW TCL.Corbin Simpson1-11/+24
2009-04-15r300-gallium: Point size is at OVM position 15, not 1.Corbin Simpson1-1/+1
2009-04-10r300-gallium: Split up vertex format tallying for HW and SW TCL.Corbin Simpson1-27/+50
2009-04-10r300-gallium: Finish up cleanup of vertex format state.Corbin Simpson1-21/+80
2009-04-10r300-gallium: Clean up vertex format setup.Corbin Simpson1-71/+102
2009-04-05r300-gallium: Re-translate shaders if constants change.Corbin Simpson1-1/+2
2009-04-04r300-gallium: Calculate vert shader inputs for HW TCL.Corbin Simpson1-1/+8