Ignore:
Timestamp:
Mar 1, 2000, 7:50:02 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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 sandervl Exp $ */
     1/* $Id: triangle.c,v 1.2 2000-03-01 18:49:38 jeroen Exp $ */
    22
    33/*
     
    4545#include "GL/xf86glx.h"
    4646#endif
     47#include "types.h"
    4748#include "context.h"
    4849#include "depth.h"
     
    5354#include "texstate.h"
    5455#include "triangle.h"
    55 #include "types.h"
    5656#include "vb.h"
    5757#endif
     
    5959
    6060GLboolean gl_cull_triangle( GLcontext *ctx,
    61                             GLuint v0, GLuint v1, GLuint v2, GLuint pv )
     61                            GLuint v0, GLuint v1, GLuint v2, GLuint pv )
    6262{
    6363   struct vertex_buffer *VB = ctx->VB;
Note: See TracChangeset for help on using the changeset viewer.