aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_cs.h
Commit message (Expand)AuthorAgeFilesLines
* r300g: add some debugging infoMaciej Cencora2009-09-271-10/+20
* r300g: Debug flags infrastructureNicolai Hähnle2009-09-061-9/+10
* r300-gallium: Mute some debug info.Corbin Simpson2009-06-051-6/+13
* radeon-gallium: Don't permit reading and writing a BO in one CS.Corbin Simpson2009-05-201-2/+3
* r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson2009-05-011-9/+9
* r300-gallium: Properly emit indexbufs.Corbin Simpson2009-04-081-0/+10
* r300-gallium: Misspelled macro name.Corbin Simpson2009-03-201-1/+1
* r300-gallium: Put r300_cs_inlines to bed.Corbin Simpson2009-03-201-1/+16
* r300-gallium: Simplify/neaten up packet3.Corbin Simpson2009-03-201-3/+0
* r300-gallium: Add verbosity level to debugging.Corbin Simpson2009-02-161-5/+9
* r300-gallium: Use fui instead of a roll-my-own.Corbin Simpson2009-02-151-13/+3
* r300: Clean up CS counting.Corbin Simpson2009-02-061-0/+1
* r300: Unbreak emit, fix up a bunch of little things.Corbin Simpson2009-02-011-2/+7
* r300: attempt at trivial/clear on r5xxJoakim Sindholt2009-02-011-2/+2
* Ack, forgot to update the index again.Corbin Simpson2009-02-011-3/+3
* r300: A handful of thingys.Corbin Simpson2009-02-011-2/+4
* r300: Count BEGIN_CS, END_CS, warn if count is off.Corbin Simpson2009-02-011-1/+5
* r300: Working trivial/clear for RV410.Corbin Simpson2009-02-011-2/+6
* BROKENCorbin Simpson2009-02-011-5/+10
* r300: Newlines, dammit!Corbin Simpson2009-02-011-3/+3
* r300: Add some useful debugging information; remove a couple compile warnings.Corbin Simpson2009-02-011-4/+12
* r300: Add num_vert_pipes (and remove busted num_pipes.)Corbin Simpson2009-02-011-0/+3
* [BROKEN] r300: Add initial clear/fill code.Corbin Simpson2009-02-011-2/+22
* r300: Add a basic dirty state emit.Corbin Simpson2009-02-011-0/+3
* r300: Add blend state.Corbin Simpson2009-02-011-2/+1
* r300, amd: Add the ability to flush the CS.Corbin Simpson2009-02-011-0/+3
* r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson2009-02-011-14/+16
* gallium-r300: Add primitive CS.Corbin Simpson2009-02-011-0/+70