소스 검색

minor clean-up

tags/mesa_3_3
Brian Paul 26 년 전
부모
커밋
6ef84acfec
2개의 변경된 파일2개의 추가작업 그리고 15개의 파일을 삭제
  1. 1
    13
      src/mesa/glapi/glapi.c
  2. 1
    2
      src/mesa/glapi/glapi.h

+ 1
- 13
src/mesa/glapi/glapi.c 파일 보기

@@ -1,4 +1,4 @@
/* $Id: glapi.c,v 1.15 1999/12/16 17:31:59 brianp Exp $ */
/* $Id: glapi.c,v 1.16 1999/12/16 17:33:43 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -106,18 +106,6 @@ _glapi_check_multithread(void)



/*
* Enable thread safe mode. Once enabled, can't be disabled.
*/
void
_glapi_enable_thread_safety(void)
{
ThreadSafe = GL_TRUE;
}




/*
* Set the global or per-thread dispatch table pointer.
*/

+ 1
- 2
src/mesa/glapi/glapi.h 파일 보기

@@ -1,4 +1,4 @@
/* $Id: glapi.h,v 1.9 1999/12/16 17:31:59 brianp Exp $ */
/* $Id: glapi.h,v 1.10 1999/12/16 17:33:44 brianp Exp $ */

/*
* Mesa 3-D graphics library
@@ -30,7 +30,6 @@


#include "GL/gl.h"
/*#include "glapitable.h"*/

struct _glapi_table;


Loading…
취소
저장