summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_object.h
AgeCommit message (Collapse)Author
2007-01-28nouveau: initial GL_ARB_occlusion_query supportBen Skeggs
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40.
2007-01-27nouveau: more work on nv04, this time buffer format/pitches/...Stephane Marchesin
2007-01-08nouveau: allow the use of multiple subchannels/objects by default.Ben Skeggs
2006-12-27nouveau: Add simple wrapper for NV_MEMORY_TO_MEMORY_FORMAT.Ben Skeggs
2006-12-26nouveau: Add notifier support functionsBen Skeggs
2006-12-08oops, we don't want this by default just yet...Ben Skeggs
2006-12-08Some work on buffer handling, most likely not entirely correct andBen Skeggs
incomplete. But, it works well enough that windows can be moved/resized.
2006-11-21nouveauCreateDmaObjectBen Skeggs
2006-11-19Avoid sharing subchannels with the ddx until context switching is doneBen Skeggs
properly..
2006-11-12Add include guard.Jeremy Kolb
2006-11-05Architect the DRI :Stephane Marchesin
- make use of the autogenerated nouveau_reg.h file - add object creation to the DRI - some work on screen and context creation