Changeset 2962 for trunk/src/opengl/mesa/light.c
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/light.c
r2938 r2962 1 /* $Id: light.c,v 1. 1 2000-02-29 00:50:05 sandervlExp $ */1 /* $Id: light.c,v 1.2 2000-03-01 18:49:31 jeroen Exp $ */ 2 2 3 3 /* … … 42 42 #include "GL/xf86glx.h" 43 43 #endif 44 #include "types.h" 44 45 #include "context.h" 45 46 #include "enums.h" … … 49 50 #include "mmath.h" 50 51 #include "simple_list.h" 51 #include "types.h"52 52 #include "vb.h" 53 53 #include "xform.h"
Note:
See TracChangeset
for help on using the changeset viewer.