1. 6c2c2c5 scons: Fix libGL.so build. by Roland Scheidegger · 13 years ago
  2. 10a6fde glx/dri: Initialize api even if num_attribs == 0. by Kenneth Graunke · 13 years ago
  3. 765ed3a glx: Suppress unused variable warning for cmdlen by Paul Berry · 13 years ago
  4. f9b2d2f scons: Fix libGL.so build. by José Fonseca · 13 years ago
  5. f82d40d glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2) by Marek Olšák · 13 years ago
  6. 4becf67 glx: More hacking around versions of XCB that lack GLX_ARB_create_context support by Ian Romanick · 13 years ago
  7. 2af1743 drisw: Fix drawable creation against non-default screens by Adam Jackson · 13 years ago
  8. f433fe0 glx: Hack around versions of XCB that lack GLX_ARB_create_context support by Ian Romanick · 13 years ago
  9. 3ef3ba4 tests/glx: Add unit tests for GLX_ARB_create_context GLX protocol by Ian Romanick · 13 years ago
  10. 8a4b36d glx: Don't use 'new' as a function parameter name by Ian Romanick · 13 years ago
  11. e6280c3 glx: Enable GLX_EXT_create_context_es2_profile by Ian Romanick · 13 years ago
  12. 296fe21 glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts by Ian Romanick · 13 years ago
  13. b45f77d glx/dri: Add utility function dri2_convert_glx_attribs by Ian Romanick · 13 years ago
  14. c9d25cf glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_context_profile by Ian Romanick · 13 years ago
  15. 78aa71a glx: Connect glXCreateContextAttribsARB to glXGetProcAddress by Ian Romanick · 13 years ago
  16. 588042a glx: Initial implementation of glXCreateContextAttribsARB by Ian Romanick · 13 years ago
  17. 48ffc6a glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts by Ian Romanick · 13 years ago
  18. 6a06409 glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts by Ian Romanick · 13 years ago
  19. 43409fa glx: Add glx_screen_vtable::create_context_attribs by Ian Romanick · 13 years ago
  20. eacd61b glx: Use __glX_send_client_info with XCB by Ian Romanick · 13 years ago
  21. 6ccda72 glx: Add __glX_send_client_info super function by Ian Romanick · 13 years ago
  22. ed4a65c glx: Propagate the glXIsDirect protocol error back to the application by Ian Romanick · 13 years ago
  23. fba4000 glx: Deliver an xlib style error to the application from an XCB error by Ian Romanick · 13 years ago
  24. c66242a glx: Remove GLX_USE_APPLEGL cruft in extension string handling by Ian Romanick · 13 years ago
  25. d3f7597 glx: GLX 1.4 does not require GLX_INTEL_swap_event by Ian Romanick · 13 years ago
  26. 8e5efbe glx: Remove some extensions that are not, and never will be, supported by Ian Romanick · 13 years ago
  27. e4be406 glx: Explicitly reject servers that only support GLX 1.0 by Ian Romanick · 13 years ago
  28. a832aa5 glx: Initialize share_xid in CreateContext by Ian Romanick · 13 years ago
  29. b1ffb33 glx: Make parameter types for __glXSendError match protocol types by Ian Romanick · 13 years ago
  30. 6f76efa glx: Make __glXSendError available in non-Apple builds by Ian Romanick · 13 years ago
  31. 4dbd13c glx: Send DestroyContext protocol at the correct times by Ian Romanick · 13 years ago
  32. 3b9b422 glx: Don't segfault if glXGetContextIDEXT is pased a NULL context by Ian Romanick · 13 years ago
  33. 5a849e8 glx: Fix handling of property list received from the server in glXImportContextEXT by Ian Romanick · 13 years ago
  34. 7c2f116 glx: Don't segfault if xcb_glx_is_direct_reply returns NULL by Ian Romanick · 13 years ago
  35. c4a8c54 glx: Don't create a shared context if the other context isn't the same kind by Ian Romanick · 13 years ago
  36. 5016b09 drisw: remove unused variable by Marek Olšák · 13 years ago
  37. 7e9cb2a Regenerate files from previous commits by Ian Romanick · 13 years ago
  38. 63a6fd6 glx: Fix indirect fallback when a non-Mesa GLX extension is present. by Aaron Plattner · 13 years ago
  39. 6d3d0ca drisw: Enable SGI_make_current_read for direct contexts by Adam Jackson · 13 years ago
  40. 25620eb glx: Don't enable INTEL_swap_event unconditionally by Adam Jackson · 13 years ago
  41. 5c44c13 apple: Implement applegl_unbind_context by Jeremy Huddleston · 13 years ago
  42. 9f2abbe apple: Use the correct (OpenGL.framework) glViewport and glScissor during init by Jeremy Huddleston · 13 years ago
  43. 098ecfa apple: Silence some debug spew by Jeremy Huddleston · 13 years ago
  44. 511dc29 dri2: Implement a throttle dri extension. by Thomas Hellstrom · 13 years ago
  45. f8aeb1c scons: MacOSX build fixes. by José Fonseca · 13 years ago
  46. 116e896 Remove unneeded xdamages header from dri2_glx.c. by Matt Turner · 13 years ago
  47. d8c443d glx/dri2: Don't call X server for SwapBuffers when there's no back buffer. by Michel Dänzer · 13 years ago
  48. 45e0a7a GLX: Say something if we cannot connect via DRI2 by Andrew Deason · 13 years ago
  49. 55e763c Enable GLX_EXT_texture_from_pixmap in software. by nobled · 13 years ago
  50. e434416 dri: Remove all DRI1 drivers by Ian Romanick · 13 years ago
  51. e975e18 glx: use a block to fix declarations after code warning by Brian Paul · 13 years ago
  52. 4a7667b glx: Don't flush twice if we fallback to dri2CopySubBuffer by Kristian Høgsberg · 13 years ago
  53. e0496b6 glx: move declarations before code by Brian Paul · 13 years ago
  54. fbc2fcf glx/dri2: Paper over errors in DRI2Connect when indirect by Christopher James Halse Rogers · 13 years ago
  55. 0f20e2e glx: Avoid calling __glXInitialize() in driReleaseDrawables(). by Henri Verbeet · 13 years ago
  56. 7eed3d4 darwin: Include glxhash.c in libGL on darwin by Jeremy Huddleston · 13 years ago
  57. cfec000 drisw: Fix 24bpp software rendering, take 2 by Marc Pignat · 13 years ago
  58. 5fe54df Rename swrastg_dri to swrast_dri by Marek Olšák · 13 years ago
  59. 4df1376 GLX/DRI2: handle swap event swap count wrapping by Jesse Barnes · 13 years ago
  60. 1e39fc7 DRI2/GLX: use new swap event types by Jesse Barnes · 13 years ago
  61. 4482eba scons: Actually add src/glx/SConscript. by José Fonseca · 13 years ago
  62. d44f821 drisw: Remove cargo culting that breaks GLX 1.3 ctors by Adam Jackson · 13 years ago
  63. 4833104 glx: Verify that drawable creation on the client side actually worked by Adam Jackson · 14 years ago
  64. 9e2bc5d glx: Alias glXFreeContextEXT to glXDestroyContext by Adam Jackson · 13 years ago
  65. 75be6b7 glx: Fix compile. by Stéphane Marchesin · 13 years ago
  66. 4fbdde8 glx: Bind to our context before __glXSetCurrentContext by Jeremy Huddleston · 13 years ago
  67. 5176141 glx: Destroy the old context only after the new one has been bound by Jeremy Huddleston · 13 years ago
  68. 559e4f8 glx: Allow a context-specific fallback for glXGetProcAddress by Jeremy Huddleston · 13 years ago
  69. cb5a5f0 apple: Use apple_cgl_get_dl_handle() rather than opening a new handle by Jeremy Huddleston · 13 years ago
  70. bf69ce3 glx: implement drawable refcounting. by Stéphane Marchesin · 13 years ago
  71. a128355 apple: Set the glapi dispatch table on context bind by Jeremy Huddleston · 13 years ago
  72. 816b8ac glx: Remove check for gc->vtable->destroy by Jeremy Huddleston · 13 years ago
  73. c6cf82f apple: applegl_destroy_context: Pass along the correct display by Jeremy Huddleston · 13 years ago
  74. e903cc1 apple: Dead code removal by Jeremy Huddleston · 13 years ago
  75. 9a00dd9 apple: Request OpenGL 3.2 from OpenGL.framework if available by Jeremy Huddleston · 13 years ago
  76. df1dacf apple: Store the CGL API version number for future reference by Jeremy Huddleston · 13 years ago
  77. 02b6e97 apple: Use a struct glx_config * rather than a void * in apple_visual_create_pfobj by Jeremy Huddleston · 13 years ago
  78. f35913b apple: Use _glapi_create_table_from_handle to initialize our dispatch table by Jeremy Huddleston · 13 years ago
  79. 3b23cf4 glx: Remove some GLX_USE_APPLEGL guards around glapi by Jeremy Huddleston · 13 years ago
  80. 1b90d7d darwin: Use -fvisibility=hidden to set default symbol visibility by Jeremy Huddleston · 13 years ago
  81. 4bb748b mesa: merge glapidispatch.h into dispatch.h by Chia-I Wu · 13 years ago
  82. 3a71f88 apple: Update dispatch table to current OpenGL specs by Jeremy Huddleston · 13 years ago
  83. 3871e74 apple: Dead code removal by Jeremy Huddleston · 13 years ago
  84. e157f38 apple: Remove apple_glx_get_proc_address by Jeremy Huddleston · 13 years ago
  85. 7d215e7 apple: Use glapi rather than reinventing the wheel by Jeremy Huddleston · 13 years ago
  86. 88cec59 apple: Rename __gl_api to __ogl_framework_api by Jeremy Huddleston · 13 years ago
  87. 3d3ecb8 dri2: protect dri2FlushFrontBuffer against NULL buffers. by Stéphane Marchesin · 13 years ago
  88. 2ee5272 apple: Finish build fixes for applegl_glx.c by Jeremy Huddleston · 13 years ago
  89. 7c5f37c apple: More fixes for compilation failures by Jeremy Huddleston · 13 years ago
  90. 5d35343 apple: Fix multiple build failures in applegl_glx.c by Jeremy Huddleston · 13 years ago
  91. 1885cf2 apple: Build darwin using applegl rather than indirect by Jeremy Huddleston · 13 years ago
  92. 3843bbc glx: Dead code removal by Jeremy Huddleston · 13 years ago
  93. 8593bb3 apple: ifdef out come glapi-foo on darwin by Jeremy Huddleston · 13 years ago
  94. 7cdf969 apple: Change from XExtDisplayInfo to struct glx_display by Jeremy Huddleston · 13 years ago
  95. 279e471 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  96. b7f0ed8 apple: Rename _gl_context_modes_find_visual to glx_config_find_visual by Jeremy Huddleston · 13 years ago
  97. 488d6c7 apple: Re-add driContext and do_destroy by Jeremy Huddleston · 13 years ago
  98. 22613d1 apple: Rename GLXcontext by Jeremy Huddleston · 13 years ago
  99. bb621cb apple: Rename __GLcontextModes to struct glx_config by Jeremy Huddleston · 13 years ago
  100. 4c9bab7 apple: Rename glcontextmodes.[ch] to glxconfig.[ch] by Jeremy Huddleston · 13 years ago