Changeset 2962 for trunk/src/opengl/mesa/stencil.c
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/stencil.c
r2938 r2962 1 /* $Id: stencil.c,v 1. 1 2000-02-29 00:50:10 sandervlExp $ */1 /* $Id: stencil.c,v 1.2 2000-03-01 18:49:35 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 "macros.h" 41 42 #include "pb.h" 42 43 #include "stencil.h" 43 #include "types.h"44 44 #include "enable.h" 45 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.