summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_cs.h
AgeCommit message (Expand)Author
2009-06-05r300-gallium: Mute some debug info.Corbin Simpson
2009-05-20radeon-gallium: Don't permit reading and writing a BO in one CS.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson
2009-04-08r300-gallium: Properly emit indexbufs.Corbin Simpson
2009-03-20r300-gallium: Misspelled macro name.Corbin Simpson
2009-03-20r300-gallium: Put r300_cs_inlines to bed.Corbin Simpson
2009-03-20r300-gallium: Simplify/neaten up packet3.Corbin Simpson
2009-02-16r300-gallium: Add verbosity level to debugging.Corbin Simpson
2009-02-15r300-gallium: Use fui instead of a roll-my-own.Corbin Simpson
2009-02-06r300: Clean up CS counting.Corbin Simpson
2009-02-01r300: Unbreak emit, fix up a bunch of little things.Corbin Simpson
2009-02-01r300: attempt at trivial/clear on r5xxJoakim Sindholt
2009-02-01Ack, forgot to update the index again.Corbin Simpson
2009-02-01r300: A handful of thingys.Corbin Simpson
2009-02-01r300: Count BEGIN_CS, END_CS, warn if count is off.Corbin Simpson
2009-02-01r300: Working trivial/clear for RV410.Corbin Simpson
2009-02-01BROKENCorbin Simpson
2009-02-01r300: Newlines, dammit!Corbin Simpson
2009-02-01r300: Add some useful debugging information; remove a couple compile warnings.Corbin Simpson
2009-02-01r300: Add num_vert_pipes (and remove busted num_pipes.)Corbin Simpson
2009-02-01[BROKEN] r300: Add initial clear/fill code.Corbin Simpson
2009-02-01r300: Add a basic dirty state emit.Corbin Simpson
2009-02-01r300: Add blend state.Corbin Simpson
2009-02-01r300, amd: Add the ability to flush the CS.Corbin Simpson
2009-02-01r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson
2009-02-01gallium-r300: Add primitive CS.Corbin Simpson