Changeset 2962 for trunk/src/opengl/mesa/triangle.c
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/triangle.c
r2938 r2962 1 /* $Id: triangle.c,v 1. 1 2000-02-29 00:50:12 sandervlExp $ */1 /* $Id: triangle.c,v 1.2 2000-03-01 18:49:38 jeroen Exp $ */ 2 2 3 3 /* … … 45 45 #include "GL/xf86glx.h" 46 46 #endif 47 #include "types.h" 47 48 #include "context.h" 48 49 #include "depth.h" … … 53 54 #include "texstate.h" 54 55 #include "triangle.h" 55 #include "types.h"56 56 #include "vb.h" 57 57 #endif … … 59 59 60 60 GLboolean gl_cull_triangle( GLcontext *ctx, 61 61 GLuint v0, GLuint v1, GLuint v2, GLuint pv ) 62 62 { 63 63 struct vertex_buffer *VB = ctx->VB;
Note:
See TracChangeset
for help on using the changeset viewer.