summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Update to match pipe_surface changes.Corbin Simpson2009-02-081-1/+3
* r300: Add framebuffer setup stub.Corbin Simpson2009-02-051-0/+16
* r300: Split rs_state emit into its own function.Corbin Simpson2009-02-011-9/+20
* r300: set up r5xx fragment shader; clear still brokenJoakim Sindholt2009-02-011-3/+3
* r300: Unbreak emit, fix up a bunch of little things.Corbin Simpson2009-02-011-2/+5
* r300: A handful of thingys.Corbin Simpson2009-02-011-0/+1
* r300: Add dsa state emit.Corbin Simpson2009-02-011-11/+20
* r300: Add blend color state emit.Corbin Simpson2009-02-011-15/+25
* r300: Set up blend state emit, clean up blend registers.Corbin Simpson2009-02-011-6/+12
* r300: Add fragment shader stubs.Corbin Simpson2009-02-011-1/+1
* r300: Use chip caps for something.Corbin Simpson2009-02-011-2/+2
* r300: Add chipset sorting and capabilities.Corbin Simpson2009-02-011-2/+2
* r300: Various flags, small state tracking things.Corbin Simpson2009-02-011-0/+5
* r300: Add a basic dirty state emit.Corbin Simpson2009-02-011-0/+92