summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_batchbuffer.c
AgeCommit message (Collapse)Author
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
2007-08-11move batch ioctl to intel_batchbuffer.ckeithw
2007-08-10Clean up / sanitize debuggingKeith Whitwell
2007-08-09Supporting batchbuffer changes for 1st hwpipe triangles...Keith Whitwell
2007-08-09Hook up pipe flush functionalityKeith Whitwell
2007-08-08Remove unused code, definitions.Keith Whitwell
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe.