aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.h
Commit message (Collapse)AuthorAgeFilesLines
* r300-gallium: Finish space accounting.Corbin Simpson2009-05-081-0/+2
| | | | Still broken...
* r300-gallium: Add vertex shader emit.Corbin Simpson2009-03-311-0/+3
|
* r300-gallium: Add some surface_copy.Corbin Simpson2009-03-271-0/+2
|
* r300-gallium: Clean up some emit, and some state handlers.Corbin Simpson2009-03-201-0/+10
|
* r300-gallium: Fix a handful of compiler warnings.Corbin Simpson2009-03-101-0/+4
| | | | Missing INLINE, missing declarations, extraneous definitions. The usual.
* r300-gallium: Include-guard r300_emit.hCorbin Simpson2009-02-161-0/+9
|
* r300-gallium: Fix scissors.Corbin Simpson2009-02-151-0/+3
| | | | | Don't use SCISSORS_OFFSET since we're DRI2, and don't forget to set scissors in clear.
* r300-gallium: Fix linker error a few linker warnings.Corbin Simpson2009-02-121-0/+11
| | | | A few prototypes, a missing header, a misspelled macro.
* r300: Split rs_state emit into its own function.Corbin Simpson2009-02-011-1/+3
|
* r300: Add dsa state emit.Corbin Simpson2009-02-011-0/+3
| | | | Seeing a pattern yet?
* r300: Add blend color state emit.Corbin Simpson2009-02-011-0/+31
Slow and steady wins the race. Or something like that.