mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 13:20:10 +01:00
Committing in .
Updates effective and needed for VMS only Modified Files: Mesa/src/descrip.mms Mesa/src/glapitable.h ----------------------------------------------------------------------
This commit is contained in:
parent
ab8de7b678
commit
cd8e492c55
2 changed files with 6 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: glapitable.h,v 1.7 2000/01/31 22:52:50 brianp Exp $ */
|
||||
/* $Id: glapitable.h,v 1.8 2000/02/03 09:35:17 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -714,6 +714,10 @@ struct _glapi_table
|
|||
/* 65. GL_SGIX_fog_offset - no functions */
|
||||
|
||||
/* 66. GL_HP_image_transform */
|
||||
#ifdef VMS
|
||||
#define glGetImageTransformParameterfvHP glGetImageTransformParameterfvH
|
||||
#define glGetImageTransformParameterivHP glGetImageTransformParameterivH
|
||||
#endif
|
||||
void (*GetImageTransformParameterfvHP)(GLenum, GLenum, GLfloat *);
|
||||
void (*GetImageTransformParameterivHP)(GLenum, GLenum, GLint *);
|
||||
void (*ImageTransformParameterfHP)(GLenum, GLenum, const GLfloat);
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ OBJECTS4=stencil.obj,teximage.obj,texobj.obj,texstate.obj,texture.obj,translate.
|
|||
triangle.obj,varray.obj,winpos.obj,vb.obj,vbcull.obj,vbfill.obj,vbrender.obj
|
||||
|
||||
OBJECTS6=vbxform.obj,xform.obj,zoom.obj,bbox.obj,cva.obj,vector.obj,vbindirect.obj,\
|
||||
config.obj,enums.obj,extensions.obj,pipeline.obj,stages.obj,state.obj\
|
||||
config.obj,enums.obj,extensions.obj,pipeline.obj,stages.obj,state.obj,\
|
||||
vertices.obj,[.x86]x86.obj
|
||||
|
||||
OBJECTS2=[.x]glxapi.obj,[.x]fakeglx.obj,[.x]xfonts.obj,\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue