Changeset 2962 for trunk/src/opengl/mesa/varray.c
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/varray.c
r2938 r2962 1 /* $Id: varray.c,v 1. 1 2000-02-29 00:50:13 sandervlExp $ */1 /* $Id: varray.c,v 1.2 2000-03-01 18:49:38 jeroen Exp $ */ 2 2 3 3 /* … … 35 35 #include "GL/xf86glx.h" 36 36 #endif 37 #include "types.h" 37 38 #include "context.h" 38 39 #include "api.h" … … 47 48 #include "texstate.h" 48 49 #include "translate.h" 49 #include "types.h"50 50 #include "varray.h" 51 51 #include "vb.h"
Note:
See TracChangeset
for help on using the changeset viewer.