134 次代码提交 (26f874e967e5bcbd0e0c73674df3d3900b98d35b)

作者 SHA1 备注 提交日期
  Zhang 76fb808910 Fix a number of MINGW32 issues 18 年前
  Brian 74519c4231 Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef. 18 年前
  Ian Romanick 78bd2912f8 Add enums and functions for GL_{MESA,EXT}_texture_array. 18 年前
  Brian Paul bb69d3af36 remove obsolete GL_MESA_trace stuff 19 年前
  Brian Paul 5ab9dcd761 return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA() 19 年前
  Brian Paul 7986cfbee0 remove extension defines/protos that are now in glext.h 19 年前
  Ian Romanick 8c41c757fe Add support for GL_EXT_gpu_program_parameters. Any driver that enables 19 年前
  Brian Paul 37b5b01217 s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875) 19 年前
  Ian Romanick 32a9e9be0c Fix white-space problem in the prototype for glBlitFramebufferEXT that 19 年前
  Brian Paul 6c071592ab added GL_EXT_texture_sRGB 19 年前
  Brian Paul bd0bfd1dc2 reorder a few token definitions 19 年前
  Brian Paul 9305cba6a7 bump version/date 19 年前
  Brian Paul a231097609 GL_EXT_framebuffer_blit tokens/functions 19 年前
  Brian Paul 5262c225ba remove stray _ from GL[u]int64_EXT 20 年前
  Karl Schultz 4c3443b460 handle 64-bit types for Windows. 20 年前
  Brian Paul 0fa8c59e64 Updates for GL_EXT_timer_query: 20 年前
  Brian Paul 1b5d3d647e added GL_EXT_packed_depth_stencil 20 年前
  Brian Paul c799e9ec24 added GL_EXT_timer_query token 20 年前
  Brian Paul 2c7336af4e put full prototype on one line to fix gl_mangle.h generation (Dave Reveman) 20 年前
  Brian Paul 5d5100aabc remove temporary GL_EXT_framebuffer_object info 20 年前
  Karl Schultz db21f1c84f The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers to 20 年前
  Adam Jackson d084982240 Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden. 21 年前
  Brian Paul cf69e051ce added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updated 21 年前
  Ian Romanick 5b0dd89370 remove a bunch of temporary #defines, now that glext.h was updated 21 年前
  Brian Paul 14dee36fa7 glext.h version 26 21 年前
  Brian Paul 5255044c00 added a few OpenGL 2.0 tokens (temporary) 21 年前
  Brian Paul d7b837ad4a temporary prototypes for OpenGL 2.0 21 年前
  Brian Paul bf4c23d00f no need to include stddef.h anymore 21 年前
  Brian Paul b653aaede5 minor APIENTRY clean-ups 21 年前
  Brian Paul 83889ffd97 Remove need for defining _MSC_VER when building Mesa for windows with 21 年前
  Ian Romanick 33899b7c35 Add support for OES_read_format. As soon as glext.h is updated with the 21 年前
  Brian Paul be91a0be58 version bump 21 年前
  Brian Paul 6b869d4fe1 Alexander Gottwald's patch for cygwin 21 年前
  Brian Paul 199972cef0 move #define for GL_DOUBLE, to put enums in right order 21 年前
  Brian Paul c2f739169e update function mangling and add comment about it to gl.h 22 年前
  Ian Romanick 74cf25b081 Missed this commit as part of the addition of 22 年前
  Brian Paul cdde03efe2 remove stuff that's now in glext.h 22 年前
  Brian Paul c3fb2558f0 replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall) 22 年前
  Alan Hourihane 18343db1d8 reverse Keith's 'XFree86Server' glue. 22 年前
  Keith Whitwell 3abad78e26 Can't include <stddef.h> when building XFree86 server - define 22 年前
  Brian Paul 78c5841364 s/APIENTRY/GLAPIENTRY/ for 1.5 functions 22 年前
  Alan Hourihane faf4059aa8 check if GLAPIENTRYP is already set 22 年前
  Alan Hourihane f82c775fff #define GLAPIENTRYP GLAPIENTRY * 22 年前
  Brian Paul 91b6a4aa90 include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr 22 年前
  Brian Paul 67f8a1d4ad added OpenGL 1.5 tokens and functions not yet put into glext.h 22 年前
  Brian Paul 3eb0edb31f added GL_ARB_point_sprite tokens 22 年前
  Kendall Bennett d6643331ab Updates required for building the SciTech SNAP version of Mesa. This includes: 22 年前
  Brian Paul d7dabacfa3 new enum values for GL_MESA_program_debug 22 年前
  Ian Romanick c8363a31cf Added support for EXT_texture_mirror_clamp and the single wrap mode 22 年前
  Brian Paul 58c5df87be remove a bunch of the extension definitions from the legacy section 22 年前