From bfaca5c64907c78589ed41a2e6bd11c7c7f5640a Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 13 Apr 2004 09:43:51 +0000 Subject: fix the usage of GLX_MESA_allocate_memory --- src/mesa/drivers/dri/r200/r200_ioctl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.h') diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.h b/src/mesa/drivers/dri/r200/r200_ioctl.h index 0679194603..9684d9682c 100644 --- a/src/mesa/drivers/dri/r200/r200_ioctl.h +++ b/src/mesa/drivers/dri/r200/r200_ioctl.h @@ -106,10 +106,10 @@ extern void r200WaitForIdleLocked( r200ContextPtr rmesa ); extern void r200WaitForVBlank( r200ContextPtr rmesa ); extern void r200InitIoctlFuncs( struct dd_function_table *functions ); -extern void *r200AllocateMemoryMESA( GLsizei size, GLfloat readfreq, +extern void *r200AllocateMemoryMESA( Display *dpy, int scrn, GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority ); -extern void r200FreeMemoryMESA( GLvoid *pointer ); -extern GLuint r200GetMemoryOffsetMESA( const GLvoid *pointer ); +extern void r200FreeMemoryMESA( Display *dpy, int scrn, GLvoid *pointer ); +extern GLuint r200GetMemoryOffsetMESA( Display *dpy, int scrn, const GLvoid *pointer ); extern GLboolean r200IsGartMemory( r200ContextPtr rmesa, const GLvoid *pointer, GLint size ); -- cgit v1.2.3