1. 015cc6b Revert "glx: Implement GLX_EXT_no_config_context (v2)" by Adam Jackson · 7 years ago
  2. 5293b96 glx: Implement GLX_EXT_no_config_context (v2) by Adam Jackson · 7 years ago
  3. ba7679f glx: Implement GLX_ARB_context_flush_control by Neil Roberts · 10 years ago
  4. 52ed3bc glx: Sort the GLX extension bit enum and table by Adam Jackson · 7 years ago
  5. 00caf2a mesa: Implement GL_ARB_texture_filter_anisotropic by Adam Jackson · 7 years ago
  6. dfc84c2 mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro by Emil Velikov · 8 years ago
  7. f121ac6 glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS by Emil Velikov · 8 years ago
  8. 52c7443 glx: Don't enclose includes inside `extern "C" { }`. by Jose Fonseca · 8 years ago
  9. 5ac7f04 glx: update to updated version of EXT_create_context_es2_profile by Ilia Mirkin · 9 years ago
  10. a27f2d9 glx: Fix build errors with --enable-mangling (v2) by Kyle Brenneman · 9 years ago
  11. bafdafa glx: Fix missing bit decl for EXT_texture_integer by Adam Jackson · 9 years ago
  12. a69fabc dri3: Add GLX_EXT_buffer_age support by Adel Gadllah · 11 years ago
  13. b3ffc5b glx: Add extension tracking GLX_MESA_query_renderer by Ian Romanick · 12 years ago
  14. eb83079 glx: Enable floating-point fbconfig extensions by Tomasz Lis · 11 years ago
  15. 386282b glx: Add the extension string for GLX_ARB_framebuffer_sRGB by Ian Romanick · 12 years ago
  16. a8724d8 glx/dri2: Add support for GLX_ARB_create_context_robustness by Ian Romanick · 12 years ago
  17. e6280c3 glx: Enable GLX_EXT_create_context_es2_profile by Ian Romanick · 13 years ago
  18. c9d25cf glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_context_profile by Ian Romanick · 13 years ago
  19. 8e5efbe glx: Remove some extensions that are not, and never will be, supported by Ian Romanick · 13 years ago
  20. b09b3e5 glx: add initial GLX_EXT_framebuffer_sRGB support. by Dave Airlie · 14 years ago
  21. 49d7e48 mesa: Add new MESA_multithread_makecurrent extension. by Eric Anholt · 14 years ago
  22. bb45ab0 ARB_texture_rg: Add GLX protocol support by Ian Romanick · 15 years ago
  23. c356f58 glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. by Kristian Høgsberg · 14 years ago
  24. 66fc35c glx: Rename __GLXscreenConfigs to struct glx_screen by Kristian Høgsberg · 14 years ago
  25. cb2a66f glx: Drop support for GLX_MESA_allocate_memory by Kristian Høgsberg · 14 years ago
  26. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago[Renamed from src/glx/x11/glxextensions.h]
  27. 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
  28. b43887c ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX by Ian Romanick · 15 years ago
  29. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  30. 80c83c9 glx: indent -br -i3 -npcs --no-tabs glxextensions.h by RALOVICH, Kristóf · 16 years ago
  31. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  32. ec77015 glx/x11: Fix missing __GL_EXT_BYTES declaration by Jeremy Huddleston · 16 years ago
  33. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
  34. 3eaec7d Move enabling of DRI extensions into glxextensions.c by Kristian Høgsberg · 17 years ago
  35. aac367f Remove screenConfigs from __DRIscreen. by Kristian Høgsberg · 17 years ago
  36. fc5b57b Clean up GLX function exports. by Ian Romanick · 18 years ago
  37. a5f2206 GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. by Ian Romanick · 18 years ago
  38. 1aad408 EXT_framebuffer_object (Dave Reveman) by Brian Paul · 19 years ago
  39. 42725d6 David Reveman's GLX_EXT_texture_from_pixmap extension patch by Brian Paul · 19 years ago
  40. ab7c6ff Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of by Ian Romanick · 19 years ago
  41. 91c219d Add support for ARB_draw_buffers and ARB_occlusion_query. The GLX protocol by Ian Romanick · 20 years ago
  42. 40af76b Add GLX protocol support for ARB_fragement_program, by Ian Romanick · 20 years ago
  43. fdb0763 Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This by Ian Romanick · 20 years ago
  44. 0a755ad Enable client-side GLX support for texture compression extensions. by Ian Romanick · 20 years ago
  45. 94a20cb Added a bunch of extensions that were previously supported but weren't by Ian Romanick · 20 years ago
  46. 05f4a2b Missed GL_OES_read_format_bit in last commit. by Ian Romanick · 20 years ago
  47. cb3610e Import the GLX client side library, formerly from xc/lib/GL/glx. Build it by Adam Jackson · 20 years ago