summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_context.h
AgeCommit message (Collapse)Author
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ↵Dave Airlie
changes fixes nouveau build for me. Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-10-19nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
Only allows clearing currently bound buffers, but colour and depth/stencil in a single call.
2008-09-11nouveau: gallium directory structure changed again..Ben Skeggs
2008-06-23nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs
2008-05-27nouveau: very quick port to tex-surface changes.Ben Skeggs
probably the last match-gallium-upstream merge for a bit, some cleanup+nv50 work coming RSN...
2008-05-13nouveau: remove chipset fields in all nv pipe driver context/screen structs.Ben Skeggs
2008-04-20nv10: fix random stuffPeter Winters
2008-04-15nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBSBen Skeggs
2008-04-03nv10: fix more vertex stuffStephane Marchesin
2008-04-02nv10: fix some more state, work on the vertex emission code.Stephane Marchesin
2008-04-02nv10: fix stuff and things.Stephane Marchesin
2008-03-17nv10: fixes.Stephane Marchesin
2008-03-15nv10.Stephane Marchesin