~ubuntu-branches/ubuntu/lucid/glew/lucid-201002122355

« back to all changes in this revision

Viewing changes to auto/extensions/GL_SGIX_async

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 12:12:40 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090604121240-e0rh5kfvft8wh2b0
Tags: 1.5.1-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Build shared libraries with CC, not LD.
  - The debian Makefile had trailing '^M' characters; once sanitized
    the diff between the debian/ubuntu Makefile looks as follows:
    http://pastebin.ca/1447378

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GL_SGIX_async
2
 
http://www.opengl.org/registry/specs/SGIX/async.txt
3
 
        GL_ASYNC_MARKER_SGIX 0x8329
4
 
        void glAsyncMarkerSGIX (GLuint marker)
5
 
        void glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
6
 
        GLint glFinishAsyncSGIX (GLuint* markerp)
7
 
        GLuint glGenAsyncMarkersSGIX (GLsizei range)
8
 
        GLboolean glIsAsyncMarkerSGIX (GLuint marker)
9
 
        GLint glPollAsyncSGIX (GLuint* markerp)
 
1
GL_SGIX_async
 
2
http://www.opengl.org/registry/specs/SGIX/async.txt
 
3
        GL_ASYNC_MARKER_SGIX 0x8329
 
4
        void glAsyncMarkerSGIX (GLuint marker)
 
5
        void glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
 
6
        GLint glFinishAsyncSGIX (GLuint* markerp)
 
7
        GLuint glGenAsyncMarkersSGIX (GLsizei range)
 
8
        GLboolean glIsAsyncMarkerSGIX (GLuint marker)
 
9
        GLint glPollAsyncSGIX (GLuint* markerp)