Changeset 3598 for trunk/src/opengl/mesa/bbox.c
- Timestamp:
- May 23, 2000, 10:41:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/bbox.c
r2938 r3598 1 /* $Id: bbox.c,v 1. 1 2000-02-29 00:49:58 sandervlExp $ */1 /* $Id: bbox.c,v 1.2 2000-05-23 20:40:23 jeroen Exp $ */ 2 2 3 3 /* … … 30 30 31 31 32 #include "glheader.h" 32 33 #include "bbox.h" 33 34 #include "types.h" … … 35 36 36 37 static void cliptest_bounds( GLubyte *orMask, 37 38 39 38 GLubyte *andMask, 39 CONST GLfloat (*bounds)[4], 40 GLuint count ) 40 41 { 41 42 GLubyte tmpOrMask = 0;
Note:
See TracChangeset
for help on using the changeset viewer.