mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
new files to support vertex-based geometry
This commit is contained in:
parent
4f738b4c10
commit
3875679607
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.2 1999/08/26 14:50:49 keithw Exp $ */
|
||||
/* $Id: context.c,v 1.3 1999/08/29 10:26:31 keithw Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -83,6 +83,7 @@
|
|||
#include "vbfill.h"
|
||||
#include "vbrender.h"
|
||||
#include "vbxform.h"
|
||||
#include "vertices.h"
|
||||
#include "xform.h"
|
||||
#ifdef XFree86Server
|
||||
#include "GL/xf86glx.h"
|
||||
|
|
@ -305,6 +306,7 @@ static void one_time_init( void )
|
|||
gl_init_translate();
|
||||
gl_init_vbrender();
|
||||
gl_init_vbxform();
|
||||
gl_init_vertices();
|
||||
alreadyCalled = GL_TRUE;
|
||||
}
|
||||
#if defined(DEBUG) && defined(__DATE__) && defined(__TIME__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue