summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_state.h
AgeCommit message (Collapse)Author
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
This merges lots of the hw state atom emission and firevertices code. it also removes a lot of the extra radeon crap from r300 and merge scissor
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2007-05-09r300: Cleaned up radeon_context.h slightly; mostly Indent.Oliver McFadden
2006-11-01Remove deprecated GetBufferSize interface.Jerome Glisse
2004-10-17- FIX: flickeringNicolai Haehnle
- Scissor support works now
2004-10-15Huge dumb drop. State:Nicolai Haehnle
- Color buffer clear is accelerated, but flickers (possibly caused by a recent DDX or Mesa change or bad merge) - Everything else uses software fallback rendering - There should be no clipping-related artifacts with the sw-clipspan-fixes.patch against Mesa (posted on dri-devel) - Multiple clients should be rock solid with a DDX patch that is soon to come (soon = within the next hour or so)