summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_emit.h
AgeCommit message (Collapse)Author
2009-03-10r300-gallium: Fix a handful of compiler warnings.Corbin Simpson
Missing INLINE, missing declarations, extraneous definitions. The usual.
2009-02-16r300-gallium: Include-guard r300_emit.hCorbin Simpson
2009-02-15r300-gallium: Fix scissors.Corbin Simpson
Don't use SCISSORS_OFFSET since we're DRI2, and don't forget to set scissors in clear.
2009-02-12r300-gallium: Fix linker error a few linker warnings.Corbin Simpson
A few prototypes, a missing header, a misspelled macro.
2009-02-01r300: Split rs_state emit into its own function.Corbin Simpson
2009-02-01r300: Add dsa state emit.Corbin Simpson
Seeing a pattern yet?
2009-02-01r300: Add blend color state emit.Corbin Simpson
Slow and steady wins the race. Or something like that.