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

« back to all changes in this revision

Viewing changes to auto/extensions/GLX_NV_video_output

  • 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_NV_video_output
 
2
http://www.opengl.org/registry/specs/NV/glx_video_out.txt
 
3
        GLX_VIDEO_OUT_COLOR_NV 0x20C3
 
4
        GLX_VIDEO_OUT_ALPHA_NV 0x20C4
 
5
        GLX_VIDEO_OUT_DEPTH_NV 0x20C5
 
6
        GLX_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
 
7
        GLX_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
 
8
        GLX_VIDEO_OUT_FRAME_NV 0x20C8
 
9
        GLX_VIDEO_OUT_FIELD_1_NV 0x20C9
 
10
        GLX_VIDEO_OUT_FIELD_2_NV 0x20CA
 
11
        GLX_VIDEO_OUT_STACKED_FIELDS_1_2_NV 0x20CB
 
12
        GLX_VIDEO_OUT_STACKED_FIELDS_2_1_NV 0x20CC
 
13
        int glXBindVideoImageNV (Display* dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer)
 
14
        int glXGetVideoDeviceNV (Display* dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice)
 
15
        int glXGetVideoInfoNV (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
 
16
        int glXReleaseVideoDeviceNV (Display* dpy, int screen, GLXVideoDeviceNV VideoDevice)
 
17
        int glXReleaseVideoImageNV (Display* dpy, GLXPbuffer pbuf)
 
18
        int glXSendPbufferToVideoNV (Display* dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock)