~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/GLX_ARB_create_context

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GLX_ARB_create_context
 
2
http://www.opengl.org/registry/specs/ARB/glx_create_context.txt
 
3
        GLX_CONTEXT_DEBUG_BIT_ARB 0x0001
 
4
        GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x0002
 
5
        GLX_CONTEXT_MAJOR_VERSION_ARB 0x2091
 
6
        GLX_CONTEXT_MINOR_VERSION_ARB 0x2092
 
7
        GLX_CONTEXT_FLAGS_ARB 0x2094
 
8
        GLXContext glXCreateContextAttribsARB (Display* dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)