Changeset 3598 for trunk/src/opengl/mesa/enums.c
- Timestamp:
- May 23, 2000, 10:41:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/enums.c
r2938 r3598 1 /* $Id: enums.c,v 1. 1 2000-02-29 00:50:03 sandervlExp $ */1 /* $Id: enums.c,v 1.2 2000-05-23 20:40:32 jeroen Exp $ */ 2 2 3 3 /* 4 4 * Mesa 3-D graphics library 5 * Version: 3. 15 * Version: 3.3 6 6 * 7 7 * Copyright (C) 1999 Brian Paul All Rights Reserved. … … 25 25 */ 26 26 27 #ifndef XFree86Server 28 #include <stdlib.h> 29 #include <string.h> 30 #else 31 #include "GL/xf86glx.h" 32 #endif 33 34 #include "gl.h" 27 #include "glheader.h" 35 28 #include "enums.h" 29 #include "mem.h" 36 30 #include "macros.h" 37 31 … … 771 765 { "GL_MAX_TEXTURE_UNITS_ARB", 0x84E2 }, 772 766 767 { "GL_TEXTURE_FILTER_CONTROL_EXT", 0x8500 }, 768 { "GL_TEXTUER_LOD_BIAS_EXT", 0x8501 }, 769 773 770 { "GL_NORMAL_MAP_NV", 0x8511 }, 774 771 { "GL_REFLECTION_MAP_NV", 0x8512 }, … … 797 794 798 795 /* GL_EXT_compiled_vertex_array */ 799 { "GL_ARRAY_ELEMENT_LOCK_FIRST_ SGI", 0x81A8},800 { "GL_ARRAY_ELEMENT_LOCK_COUNT_ SGI", 0x81A9},796 { "GL_ARRAY_ELEMENT_LOCK_FIRST_EXT", 0x81A8}, 797 { "GL_ARRAY_ELEMENT_LOCK_COUNT_EXT", 0x81A9}, 801 798 802 799 /* GL_EXT_clip_volume_hint */ … … 808 805 809 806 #ifdef __WIN32OS2__ 810 typedef int ( _Optlink *cfunc)(const void *, const void *);807 typedef int (* _Optlink cfunc)(const void *, const void *); 811 808 #else 812 809 typedef int (GLWINAPIV *cfunc)(const void *, const void *);
Note:
See TracChangeset
for help on using the changeset viewer.