1. bfac8d1 glx: remove DRI2DriverPrimeShift compile guards by Emil Velikov · 8 years ago
  2. 404a5ca glx: remove always true ifdef guards by Emil Velikov · 8 years ago
  3. b0eada1 glx: do not leak the dri2 extension information by Emil Velikov · 10 years ago
  4. 86bd219 glx: Don't crash on swap event for a Window (non-GLXWindow) by Daniel Manjarres · 10 years ago
  5. f41a653 glx: cleanup unneeded headers by Emil Velikov · 11 years ago
  6. 84b1716 glx: Add missing null check in DRI2WireToEvent by Juha-Pekka Heikkila · 11 years ago
  7. 8c472b8 glx: Replace DRI2SwapBuffers() custom protocol with XCB. by Eric Anholt · 12 years ago
  8. 8116028 glx: Replace DRI2SwapInterval custom protocol with XCB. by Eric Anholt · 12 years ago
  9. ab8ae93 glx: Replace DRI2GetMSC custom protocol with XCB. by Eric Anholt · 12 years ago
  10. 8e61b90 glx: Replace DRI2WaitForMSC custom protocol with XCB. by Eric Anholt · 12 years ago
  11. 183ab9e glx: Replace DRI2WaitForSBC custom protocol with XCB. by Eric Anholt · 12 years ago
  12. 14f5586 glx: move 'prime' var into #ifdef'd code block by Brian Paul · 12 years ago
  13. 7c7b7b0 Remove Xcalloc/Xmalloc/Xfree calls by Matt Turner · 12 years ago
  14. 6a3ac03 glx/dri2: add dri2 prime support. by Dave Airlie · 15 years ago
  15. fbc2fcf glx/dri2: Paper over errors in DRI2Connect when indirect by Christopher James Halse Rogers · 13 years ago
  16. 4df1376 GLX/DRI2: handle swap event swap count wrapping by Jesse Barnes · 14 years ago
  17. 1e39fc7 DRI2/GLX: use new swap event types by Jesse Barnes · 14 years ago
  18. dc4a3ed Revert "DRI2/GLX: make swap event handling match spec" by Dave Airlie · 14 years ago
  19. 70227e2 DRI2/GLX: make swap event handling match spec by Jesse Barnes · 14 years ago
  20. a0e5103 glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build by Luca Barbieri · 14 years ago
  21. f24ec63 glx: Ignore DRI2 event for drawables we've destroyed by Kristian Høgsberg · 14 years ago
  22. 16887d0 glx: Drop broken drawable garbage collection by Kristian Høgsberg · 14 years ago
  23. c356f58 glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. by Kristian Høgsberg · 14 years ago
  24. 14a3d61 Avoid compiler warning for unused glx_dpy variable. by Carl Worth · 14 years ago
  25. ab434f6 glx: Use _Xglobal_lock for protecting extension display list by Kristian Høgsberg · 14 years ago
  26. 600c85e Revert "dri2: Remove an unused variable." by Jerome Glisse · 14 years ago
  27. c0ca2bf dri2: Remove an unused variable. by Carl Worth · 14 years ago
  28. 3750ebd glx: Fix drawable lookup in DRI2 event handler by Kristian Høgsberg · 14 years ago
  29. f8d81c3 dri2: Track event mask in client code. by Nick Bowler · 14 years ago
  30. d2fe97a mesa: Purge macros NEED_EVENTS and NEED_REPLIES by Fernando Carrijo · 14 years ago
  31. 157bdd1 DRI2: report swap events correctly in direct rendered case by Jesse Barnes · 15 years ago
  32. 42ea25c Update to final names from GLX_INTEL_swap_event spec by Ian Romanick · 15 years ago
  33. 094c6fb glx: Suppress BadDrawable from DRI2CopyRegion by Kristian Høgsberg · 15 years ago
  34. 846cf49 glx: Fix a couple of warnings by Kristian Høgsberg · 15 years ago
  35. 215d0da glx: Only register wire handlers for the events the server supports by Kristian Høgsberg · 15 years ago
  36. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  37. 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/dri2.c]
  38. 01923fb glx: permit building with older protocol headers by Keith Whitwell · 15 years ago
  39. 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
  40. 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
  41. efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
  42. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  43. a35f6bb DRI2: add SwapBuffers support by Jesse Barnes · 15 years ago
  44. cf02484 glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined. by Vinson Lee · 15 years ago
  45. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  46. d8d7b2c DRI2: Implement protocol for DRI2GetBuffersWithFormat by Ian Romanick · 16 years ago
  47. f967e8b dri2: Don't crash if the server returns more buffers than expected. by Eric Anholt · 16 years ago
  48. 154a9e5 Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol. by Kristian Høgsberg · 16 years ago
  49. 57d7806 Don't mess with emacs tab width. by Kristian Høgsberg · 16 years ago
  50. 4830809 Update DRI2 implementation according to new specification. by Kristian Høgsberg · 16 years ago
  51. 77c7f90 Revert pointless reindents to avoid merge conflicts. by Kristian Høgsberg · 16 years ago
  52. 66cc150 glx: indent -br -i3 -npcs --no-tabs dri2.c by RALOVICH, Kristóf · 16 years ago
  53. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  54. a25e1aa glx: remove #include "glheader.h" lines by Brian Paul · 16 years ago
  55. f56b569 DRI2: Drop sarea, implement swap buffers in the X server. by Kristian Høgsberg · 16 years ago
  56. e786924 Pick up dri2proto from the standard proto header include path. by Kristian Høgsberg · 17 years ago
  57. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago