|
|
@@ -5124,10 +5124,13 @@ glAreTexturesResidentEXT(GLsizei n, const GLuint * textures, |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
return CALL_AreTexturesResident(GET_DISPATCH(), |
|
|
|
(n, textures, residences)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
GLboolean retval = (GLboolean) 0; |
|
|
@@ -5274,9 +5277,12 @@ glDeleteTexturesEXT(GLsizei n, const GLuint * textures) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_DeleteTextures(GET_DISPATCH(), (n, textures)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 4 + __GLX_PAD((n * 4)); |
|
|
@@ -5342,9 +5348,12 @@ glGenTexturesEXT(GLsizei n, GLuint * textures) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GenTextures(GET_DISPATCH(), (n, textures)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 4; |
|
|
@@ -5404,9 +5413,12 @@ glIsTextureEXT(GLuint texture) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
return CALL_IsTexture(GET_DISPATCH(), (texture)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
GLboolean retval = (GLboolean) 0; |
|
|
@@ -5718,9 +5730,12 @@ glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid * table) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetColorTable(GET_DISPATCH(), (target, format, type, table)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
const __GLXattribute *const state = gc->client_state_private; |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
@@ -5791,10 +5806,13 @@ glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetColorTableParameterfv(GET_DISPATCH(), |
|
|
|
(target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -5861,10 +5879,13 @@ glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetColorTableParameteriv(GET_DISPATCH(), |
|
|
|
(target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -6184,10 +6205,13 @@ gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetConvolutionFilter(GET_DISPATCH(), |
|
|
|
(target, format, type, image)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
const __GLXattribute *const state = gc->client_state_private; |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
@@ -6259,10 +6283,13 @@ gl_dispatch_stub_357(GLenum target, GLenum pname, GLfloat * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetConvolutionParameterfv(GET_DISPATCH(), |
|
|
|
(target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -6329,10 +6356,13 @@ gl_dispatch_stub_358(GLenum target, GLenum pname, GLint * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetConvolutionParameteriv(GET_DISPATCH(), |
|
|
|
(target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -6406,10 +6436,13 @@ gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetHistogram(GET_DISPATCH(), |
|
|
|
(target, reset, format, type, values)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
const __GLXattribute *const state = gc->client_state_private; |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
@@ -6480,9 +6513,12 @@ gl_dispatch_stub_362(GLenum target, GLenum pname, GLfloat * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetHistogramParameterfv(GET_DISPATCH(), (target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -6548,9 +6584,12 @@ gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetHistogramParameteriv(GET_DISPATCH(), (target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -6620,9 +6659,12 @@ gl_dispatch_stub_364(GLenum target, GLboolean reset, GLenum format, |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetMinmax(GET_DISPATCH(), (target, reset, format, type, values)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
const __GLXattribute *const state = gc->client_state_private; |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
@@ -6691,9 +6733,12 @@ gl_dispatch_stub_365(GLenum target, GLenum pname, GLfloat * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetMinmaxParameterfv(GET_DISPATCH(), (target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |
|
|
@@ -6756,9 +6801,12 @@ gl_dispatch_stub_366(GLenum target, GLenum pname, GLint * params) |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
|
|
|
|
#ifdef GLX_DIRECT_RENDERING |
|
|
|
if (gc->driContext) { |
|
|
|
CALL_GetMinmaxParameteriv(GET_DISPATCH(), (target, pname, params)); |
|
|
|
} else { |
|
|
|
} else |
|
|
|
#endif |
|
|
|
{ |
|
|
|
__GLXcontext *const gc = __glXGetCurrentContext(); |
|
|
|
Display *const dpy = gc->currentDpy; |
|
|
|
const GLuint cmdlen = 8; |