Ignore:
Timestamp:
May 23, 2000, 10:41:28 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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 sandervl Exp $ */
     1/* $Id: enums.c,v 1.2 2000-05-23 20:40:32 jeroen Exp $ */
    22
    33/*
    44 * Mesa 3-D graphics library
    5  * Version:  3.1
     5 * Version:  3.3
    66 *
    77 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
     
    2525 */
    2626
    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"
    3528#include "enums.h"
     29#include "mem.h"
    3630#include "macros.h"
    3731
     
    771765   { "GL_MAX_TEXTURE_UNITS_ARB", 0x84E2 },
    772766
     767   { "GL_TEXTURE_FILTER_CONTROL_EXT", 0x8500 },
     768   { "GL_TEXTUER_LOD_BIAS_EXT", 0x8501 },
     769
    773770   { "GL_NORMAL_MAP_NV", 0x8511 },
    774771   { "GL_REFLECTION_MAP_NV", 0x8512 },
     
    797794
    798795   /* 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},
    801798
    802799   /* GL_EXT_clip_volume_hint */
     
    808805
    809806#ifdef __WIN32OS2__
    810 typedef int (_Optlink *cfunc)(const void *, const void *);
     807typedef int (* _Optlink cfunc)(const void *, const void *);
    811808#else
    812809typedef int (GLWINAPIV *cfunc)(const void *, const void *);
Note: See TracChangeset for help on using the changeset viewer.