소스 검색

new files to support vertex-based geometry

tags/mesa_3_1_beta_3
Keith Whitwell 27 년 전
부모
커밋
3875679607
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      src/mesa/main/context.c

+ 3
- 1
src/mesa/main/context.c 파일 보기

@@ -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…
취소
저장