i965g: Remove redundant assert.
[mesa.git] / docs / MESA_agp_offset.spec
index f85d44c528ae75ab37812e0d76a1cac188021a76..8dcc72379cdccc6ef38fd28aeca6c9e04d4c6e43 100644 (file)
@@ -8,7 +8,7 @@ Name Strings
 
 Contact
 
-    Brian Paul, Tungsten Graphics, Inc. (brian 'at' tungstengraphics.com)
+    Brian Paul, Tungsten Graphics, Inc. (brian.paul 'at' tungstengraphics.com)
     Keith Whitwell, Tungsten Graphics, Inc.  (keith 'at' tungstengraphics.com)
 
 Status
@@ -48,7 +48,7 @@ Issues
 
 New Procedures and Functions
 
-    GLuint glXGetAGPOffsetMESA( const GLvoid *pointer )
+    unsigned int glXGetAGPOffsetMESA( const void *pointer )
 
 New Tokens
 
@@ -92,3 +92,4 @@ Revision History
 
     20 September 2002 - Initial draft
     2 October 2002 - finished GLX chapter 3 additions
+    27 July 2004 - use unsigned int instead of GLuint, void instead of GLvoid