mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-08 12:28:09 +02:00
Use correct opcodes for GLX_EXT_texture_from_pixmap.
This commit is contained in:
parent
786f411fed
commit
e37b97e039
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.57])
|
||||
AC_INIT([GLProto], [1.4.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AC_INIT([GLProto], [1.4.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
XORG_RELEASE_VERSION
|
||||
|
|
|
|||
|
|
@ -2369,6 +2369,8 @@ typedef struct {
|
|||
/* Opcodes for GLX vendor private commands */
|
||||
|
||||
#define X_GLXvop_QueryContextInfoEXT 1024
|
||||
#define X_GLXvop_BindTexImageEXT 1330
|
||||
#define X_GLXvop_ReleaseTexImageEXT 1331
|
||||
#define X_GLXvop_SwapIntervalSGI 65536
|
||||
#define X_GLXvop_MakeCurrentReadSGI 65537
|
||||
#define X_GLXvop_CreateGLXVideoSourceSGIX 65538
|
||||
|
|
@ -2387,8 +2389,6 @@ typedef struct {
|
|||
#define X_GLXvop_QueryHyperpipeConfigSGIX 65551
|
||||
#define X_GLXvop_HyperpipeConfigSGIX 65552
|
||||
#define X_GLXvop_DestroyHyperpipeConfigSGIX 65553
|
||||
#define X_GLXvop_BindTexImageEXT 5152
|
||||
#define X_GLXvop_ReleaseTexImageEXT 5153
|
||||
|
||||
/* ARB extension opcodes */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue