From 39c492bb14d706ffa8bf04f78048c05de735492b Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 23 Jan 2006 10:10:48 +0000 Subject: Add Intel 945GM support Add rotation support (Tungsten Graphics) --- src/mesa/drivers/dri/i915/intel_ioctl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mesa/drivers/dri/i915/intel_ioctl.h') diff --git a/src/mesa/drivers/dri/i915/intel_ioctl.h b/src/mesa/drivers/dri/i915/intel_ioctl.h index 7e62951676..07b8a9c8df 100644 --- a/src/mesa/drivers/dri/i915/intel_ioctl.h +++ b/src/mesa/drivers/dri/i915/intel_ioctl.h @@ -36,6 +36,10 @@ extern void intelClear(GLcontext *ctx, GLbitfield mask, GLboolean all, GLint cx, GLint cy, GLint cw, GLint ch); extern void intelPageFlip( const __DRIdrawablePrivate *dpriv ); + +extern void intelRotateWindow(intelContextPtr intel, + __DRIdrawablePrivate *dPriv, GLuint srcBuffer); + extern void intelWaitForIdle( intelContextPtr intel ); extern void intelFlushBatch( intelContextPtr intel, GLboolean refill ); extern void intelFlushBatchLocked( intelContextPtr intel, @@ -45,6 +49,7 @@ extern void intelFlushBatchLocked( intelContextPtr intel, extern void intelRefillBatchLocked( intelContextPtr intel, GLboolean allow_unlock ); extern void intelFinish( GLcontext *ctx ); extern void intelFlush( GLcontext *ctx ); +extern void intelglFlush( GLcontext *ctx ); extern void *intelAllocateAGP( intelContextPtr intel, GLsizei size ); extern void intelFreeAGP( intelContextPtr intel, void *pointer ); -- cgit v1.2.3