summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_clear.c
AgeCommit message (Collapse)Author
2010-05-29nv50: adapt to clear interface changesRoland Scheidegger
should support separate depth/stencil clears just fine.
2010-03-21nv50: don't validate arrays on clearChristoph Bumiller
The vertex elements and buffers might not be valid anymore.
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs
Also allows the nv50_state_validate() caller to request a minimum amount of space that itself requires, not all callers accurately use this yet but the simple cases are now accounted for. Rendering will also be dropped on the floor if validate fails now.
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs
2009-04-13nv50: fix mrt clearBen Skeggs
2009-04-09nv50: adapt for new clear interfaceBen Skeggs
this is so much nicer :)
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2008-09-18nv50: use 3D engine clears, 2D engine doesn't understand zeta formatsBen Skeggs
2008-07-11nv50: add license headers to .c filesBen Skeggs
2008-06-29nv50: maintain pipe surface status fieldBen Skeggs
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs
That was... fun..