merge latest (4.3.99.16) from XFree86 (vendor) branch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $XFree86: xc/programs/Xserver/GL/glx/g_render.c,v 1.4 2001/03/21 16:29:35 dawes Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/GL/glx/g_render.c,v 1.6 2003/10/28 22:50:17 tsi Exp $ */
|
||||
/* DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED */
|
||||
/*
|
||||
** License Applicability. Except to the extent portions of this file are
|
||||
@@ -982,6 +982,7 @@ void __glXDisp_TexGend(GLbyte *pc)
|
||||
|
||||
void __glXDisp_TexGendv(GLbyte *pc)
|
||||
{
|
||||
#ifdef __GLX_ALIGN64
|
||||
GLenum pname;
|
||||
GLint cmdlen;
|
||||
GLint compsize;
|
||||
@@ -990,8 +991,6 @@ void __glXDisp_TexGendv(GLbyte *pc)
|
||||
compsize = __glTexGendv_size(pname);
|
||||
if (compsize < 0) compsize = 0;
|
||||
cmdlen = __GLX_PAD(8+compsize*8);
|
||||
|
||||
#ifdef __GLX_ALIGN64
|
||||
if ((unsigned long)(pc) & 7) {
|
||||
__GLX_MEM_COPY(pc-4, pc, cmdlen);
|
||||
pc -= 4;
|
||||
@@ -2075,3 +2074,40 @@ void __glXDisp_MultiTexCoord4svARB(GLbyte *pc)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Extensions
|
||||
*/
|
||||
|
||||
void __glXDisp_PointParameterfARB(GLbyte *pc)
|
||||
{
|
||||
glPointParameterfARB(
|
||||
*(GLenum *)(pc + 0),
|
||||
*(GLfloat *)(pc + 4)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
void __glXDisp_PointParameterfvARB(GLbyte *pc)
|
||||
{
|
||||
glPointParameterfvARB(
|
||||
*(GLenum *)(pc + 0),
|
||||
(GLfloat *)(pc + 4)
|
||||
);
|
||||
}
|
||||
|
||||
void __glXDisp_ActiveStencilFaceEXT(GLbyte *pc)
|
||||
{
|
||||
glActiveStencilFaceEXT(
|
||||
*(GLenum *)(pc + 0)
|
||||
);
|
||||
}
|
||||
|
||||
void __glXDisp_WindowPos3fARB(GLbyte *pc)
|
||||
{
|
||||
glWindowPos3fARB(
|
||||
*(GLfloat *)(pc + 0),
|
||||
*(GLfloat *)(pc + 4),
|
||||
*(GLfloat *)(pc + 8)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user