Changeset 2965 for trunk/src/opengl/mesa/3dfx/enable.c
- Timestamp:
- Mar 1, 2000, 11:45:30 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/enable.c
r2938 r2965 1 /* $Id: enable.c,v 1. 1 2000-02-29 00:46:14 sandervlExp $ */1 /* $Id: enable.c,v 1.2 2000-03-01 22:45:21 jeroen Exp $ */ 2 2 3 3 /* … … 37 37 #include "GL/xf86glx.h" 38 38 #endif 39 #include "types.h" 39 40 #include "context.h" 40 41 #include "enable.h" … … 44 45 #include "mmath.h" 45 46 #include "simple_list.h" 46 #include "types.h"47 47 #include "vbfill.h" 48 48 #include "xform.h" … … 61 61 if (MESA_VERBOSE & VERBOSE_API) 62 62 fprintf(stderr, "%s %s (newstate is %x)\n", 63 64 65 63 state ? "glEnable" : "glDisable", 64 gl_lookup_enum_by_nr(cap), 65 ctx->NewState); 66 66 67 67 switch (cap) {
Note:
See TracChangeset
for help on using the changeset viewer.