1. a8e2d79 meson: use gnu_symbol_visibility argument by Dylan Baker · 4 years, 6 months ago
  2. b05166e glx: Fix up glXQueryGLXPbufferSGIX on macOS. by Vinson Lee · 5 years ago
  3. 3dd299c glx: Sync <GL/glxext.h> with Khronos by Adam Jackson · 5 years ago
  4. 95aefc9 Delete autotools by Dylan Baker · 6 years ago
  5. 267ed29 apple/glx/log: added missing va_end() after va_copy() by Andrii Simiklit · 6 years ago
  6. b5f92b6 meson: fix warnings about comparing unlike types by Dylan Baker · 7 years ago
  7. 5ef608f glx: remove empty GLX_SGIX_swap_group stubs by Emil Velikov · 7 years ago
  8. 742b8e3 glx: remove empty GLX_SGIX_swap_barrier stubs by Emil Velikov · 7 years ago
  9. d41ee9b glx/apple: Ship meson build file in tarball by Thierry Reding · 7 years ago
  10. ea87300 meson: build src/glx/apple by Jon Turney · 7 years ago
  11. d3540b4 glx/apple: locate dispatch table functions to wrap by name by Jon Turney · 7 years ago
  12. b37b7b4 glx/apple: include util/debug.h for env_var_as_boolean prototype by Jon Turney · 7 years ago
  13. d2768a3 glx: turn LIBGL_PROFILE_CORE into a boolean by Eric Engestrom · 7 years ago
  14. 43e2d58 glx: turn LIBGL_ALLOW_SOFTWARE into a boolean by Eric Engestrom · 7 years ago
  15. 5c68ea2 egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean by Eric Engestrom · 7 years ago
  16. f4a9d20 glx: turn LIBGL_DIAGNOSTIC into a boolean by Eric Engestrom · 7 years ago
  17. 6d6913b glx/apple: remove empty variable SHARED_GLAPI_CFLAGS by Emil Velikov · 8 years ago
  18. 5b874ce glx/apple: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  19. 3ecd6c6 glx: unify GLX_SGIX_pbuffer aliased declarations by Emil Velikov · 8 years ago
  20. 5d9b50e glx: apple specific occurences of dummyContext check by Tapani Pälli · 8 years ago
  21. 05e7f7f Fix a few typos by Zoë Blade · 10 years ago
  22. fc57222 glx: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  23. 1c67a56 darwin: build fix by Jeremy Huddleston Sequoia · 10 years ago
  24. 43ac31d mesa: Add notes/readme files to distribution. by Matt Turner · 10 years ago
  25. 7a26c82 glx/apple: Add headers to distribution. by Matt Turner · 10 years ago
  26. b4f3424 darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen context by Jeremy Huddleston Sequoia · 10 years ago
  27. 04ce3be darwin: Guard Core Profile usage behind a testing envvar by Jeremy Huddleston Sequoia · 10 years ago
  28. 9eb1d36 darwin: Write errors in choosing the pixel format to the crash log by Jeremy Huddleston Sequoia · 10 years ago
  29. 002a3a7 appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any matching pixel formats. by Jon TURNEY · 10 years ago
  30. 5a459a0 Fix build of appleglx by Jon TURNEY · 10 years ago
  31. 7a10926 darwin: Fix test for kCGLPFAOpenGLProfile support at runtime by Jeremy Huddleston Sequoia · 10 years ago
  32. bba9c28 configure: use LIB_EXT rather than hardcoded .so by Emil Velikov · 11 years ago
  33. 3c5599b configure: remove old makefile variables by Emil Velikov · 11 years ago
  34. 2a399d9 glx/apple: Fixed glx context memory leak in case of failure. by Siavash Eliasi · 11 years ago
  35. fa5ed99 Apple: glFlush() is not needed with CGLFlushDrawable() by Jeremy Huddleston Sequoia · 11 years ago
  36. 3c69052 build: Rename sources.mak -> Makefile.sources by Matt Turner · 12 years ago
  37. 1a1db17 mesa: Standardize names of OpenGL functions. by Paul Berry · 12 years ago
  38. 814345f build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition by Matt Turner · 12 years ago
  39. 5fdf1f7 darwin: do not create double-buffered offscreen pixel formats by Jonas Maebe · 12 years ago
  40. 7c7b7b0 Remove Xcalloc/Xmalloc/Xfree calls by Matt Turner · 12 years ago
  41. b2ecaab build: fix location of generated files in src/mesa (v4) by Christopher James Halse Rogers · 12 years ago
  42. 743e505 automake: Globally add stub automake targets to the old Makefiles. by Eric Anholt · 12 years ago
  43. 27b821b darwin: Address a build failure on Leopard and earlier OS versions by Jeremy Huddleston · 12 years ago
  44. d65bd19 darwin: Eliminate a possible race condition while destroying a surface by Jeremy Huddleston · 13 years ago
  45. a73a800 darwin: Unlock our mutex before destroying it by Jeremy Huddleston · 12 years ago
  46. 51691f0 darwin: Use ASL for logging by Jeremy Huddleston · 13 years ago
  47. cf5db0a darwin: Make reported errors more user-friendly by Jeremy Huddleston · 13 years ago
  48. 244dc05 darwin: Fix an error message by Jeremy Huddleston · 13 years ago
  49. 1a33c1b darwin: Eliminate a pthread mutex leak by Jeremy Huddleston · 13 years ago
  50. c60ffd2 apple: Fix a use after free by Jonas Maebe · 13 years ago
  51. f9e1295 darwin: Build create_context.c by Jeremy Huddleston · 13 years ago
  52. 6f76efa glx: Make __glXSendError available in non-Apple builds by Ian Romanick · 13 years ago
  53. 9f2abbe apple: Use the correct (OpenGL.framework) glViewport and glScissor during init by Jeremy Huddleston · 13 years ago
  54. 098ecfa apple: Silence some debug spew by Jeremy Huddleston · 13 years ago
  55. 7eed3d4 darwin: Include glxhash.c in libGL on darwin by Jeremy Huddleston · 13 years ago
  56. cb5a5f0 apple: Use apple_cgl_get_dl_handle() rather than opening a new handle by Jeremy Huddleston · 13 years ago
  57. a128355 apple: Set the glapi dispatch table on context bind by Jeremy Huddleston · 13 years ago
  58. 9a00dd9 apple: Request OpenGL 3.2 from OpenGL.framework if available by Jeremy Huddleston · 13 years ago
  59. df1dacf apple: Store the CGL API version number for future reference by Jeremy Huddleston · 13 years ago
  60. 02b6e97 apple: Use a struct glx_config * rather than a void * in apple_visual_create_pfobj by Jeremy Huddleston · 13 years ago
  61. f35913b apple: Use _glapi_create_table_from_handle to initialize our dispatch table by Jeremy Huddleston · 13 years ago
  62. 1b90d7d darwin: Use -fvisibility=hidden to set default symbol visibility by Jeremy Huddleston · 13 years ago
  63. 4bb748b mesa: merge glapidispatch.h into dispatch.h by Chia-I Wu · 13 years ago
  64. 3a71f88 apple: Update dispatch table to current OpenGL specs by Jeremy Huddleston · 13 years ago
  65. 3871e74 apple: Dead code removal by Jeremy Huddleston · 13 years ago
  66. e157f38 apple: Remove apple_glx_get_proc_address by Jeremy Huddleston · 13 years ago
  67. 7d215e7 apple: Use glapi rather than reinventing the wheel by Jeremy Huddleston · 13 years ago
  68. 88cec59 apple: Rename __gl_api to __ogl_framework_api by Jeremy Huddleston · 13 years ago
  69. 5d35343 apple: Fix multiple build failures in applegl_glx.c by Jeremy Huddleston · 13 years ago
  70. 7cdf969 apple: Change from XExtDisplayInfo to struct glx_display by Jeremy Huddleston · 13 years ago
  71. 22613d1 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  72. bb621cb apple: Rename __GLcontextModes to struct glx_config by Jeremy Huddleston · 13 years ago
  73. 4c9bab7 apple: Rename glcontextmodes.[ch] to glxconfig.[ch] by Jeremy Huddleston · 13 years ago
  74. 8e89d0b apple: Update GL specs by Jeremy Huddleston · 13 years ago
  75. c356f58 glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. by Kristian Høgsberg · 14 years ago
  76. 38c51a7 glx: Use _X_EXPORT instead of our own PUBLIC macro by Kristian Høgsberg · 14 years ago
  77. 6ddf66e glx: Rename __GLcontextModes to struct glx_config by Kristian Høgsberg · 14 years ago
  78. 22266c3 glx: Remove support for MESA_swap_frame_usage by Kristian Høgsberg · 14 years ago
  79. cb2a66f glx: Drop support for GLX_MESA_allocate_memory by Kristian Høgsberg · 14 years ago
  80. d2fe97a mesa: Purge macros NEED_EVENTS and NEED_REPLIES by Fernando Carrijo · 14 years ago
  81. 50c9407 apple: Move glapi to mapi. by Vinson Lee · 15 years ago
  82. a1cb3ba Buildfixes to work around issues in OpenGL.framework by Jeremy Huddleston · 15 years ago
  83. f647730 Update OpenGL specs by Jeremy Huddleston · 15 years ago
  84. f5aa537 apple: Use mesa gl.h rather than generating one. by Jeremy Huddleston · 15 years ago
  85. de96d06 apple: Integrate our libGL into the existing build system better by Jeremy Huddleston · 15 years ago
  86. 163901b darwin: Use clientattrib by Jeremy Huddleston · 15 years ago
  87. 80b280d apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
  88. 77dc40b apple: Remove duplicate headers that already exist in mesa. by Jeremy Huddleston · 15 years ago
  89. ad503c4 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago
  90. 1152032 Revert accidental commits from the xquartz tree by Jeremy Huddleston · 15 years ago
  91. 69ea4e7 apple: Use mesa gl.h rather than generating one. by Jeremy Huddleston · 15 years ago
  92. dbe8b01 apple: Integrate our libGL into the existing build system better by Jeremy Huddleston · 15 years ago
  93. 23215ef apple: Change ifdefs for DRI to be DRI && !APPLE by Jeremy Huddleston · 15 years ago
  94. 9495e37 apple: Remove duplicate headers that already exist in mesa. by Jeremy Huddleston · 15 years ago
  95. 0594cf7 apple: Initial import of libGL for OSX from AppleSGLX svn repository. by Jeremy Huddleston · 15 years ago