浏览代码

glapi: regenerated GL API assembly files

tags/mesa_7_6_rc1
RALOVICH, Kristóf 16 年前
父节点
当前提交
bdb8ee5186
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/mesa/x86-64/glapi_x86-64.S
  2. 1
    1
      src/mesa/x86/glapi_x86.S

+ 1
- 1
src/mesa/x86-64/glapi_x86-64.S 查看文件

@@ -45,7 +45,7 @@
# define GL_PREFIX(n) GLNAME(CONCAT(gl,n))
# endif

#if defined(PTHREADS) || defined(USE_XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
#if defined(PTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
# define THREADS
#endif


+ 1
- 1
src/mesa/x86/glapi_x86.S 查看文件

@@ -52,7 +52,7 @@
#define GLOBL_FN(x) GLOBL x
#endif

#if defined(PTHREADS) || defined(USE_XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
#if defined(PTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
# define THREADS
#endif


正在加载...
取消
保存