1. ae7b3a6 glx: Move initialization of ext_list_first_time to where it's storage is allocated by Brian Paul · 15 years ago
  2. 1ca9683 DRI2: expose OML_sync_control if possible by Jesse Barnes · 15 years ago
  3. 6b3145d GLX: remove debug prints from glXWaitForMscOML dispatch by Jesse Barnes · 15 years ago
  4. 6d9a9e5 Fix unmatched parenthesis introduce by previous commits by Ian Romanick · 15 years ago
  5. f7dde2c Remove support for GCC older than 3.3.0 from generated sources by Ian Romanick · 15 years ago
  6. 016fc30 Remove support for GCC older than 3.3.0 by Ian Romanick · 15 years ago
  7. 5f40a7a glx: replace assertion with conditional by Brian Paul · 15 years ago
  8. 706fffb glx: Add assert to check input to memcpy. by Vinson Lee · 15 years ago
  9. 83f1183 glx: fix incorrect array stack memory allocation by Markus Fleschutz · 15 years ago
  10. 4cb13b4 glapi: Generated GLX sources should use glapidispatch.h. by Chia-I Wu · 15 years ago
  11. 07b07b4 glapi: GL_OES_EGL_image autogenerated files by Kristian Høgsberg · 15 years ago
  12. 251bf29 glx: Fix some typos in pointer checking for OML_sync_control entry points. by kleinerm · 15 years ago
  13. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
  14. 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
  15. 7ccbeb4 Merge commit '381d5e209815235911c4aab516037c868c8f695f' by Ian Romanick · 15 years ago
  16. 846cf49 glx: Fix a couple of warnings by Kristian Høgsberg · 15 years ago
  17. 215d0da glx: Only register wire handlers for the events the server supports by Kristian Høgsberg · 15 years ago
  18. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  19. 97ec607 glx: Move GetGLXDRIDrawable() prototype to glxclient.h by Kristian Høgsberg · 15 years ago
  20. 86d98fa glx: Silence uninitialized variable warning. by Vinson Lee · 15 years ago
  21. d46d30f glx: Pass fbconfig ID or visual ID to CreateContext by Ian Romanick · 15 years ago
  22. c3db1d6 glx: Use the screen parameter everywhere instead of vis->screen, etc. by Ian Romanick · 15 years ago
  23. 52cf8db glx: Move work of converting a visual to an fbconfig by Ian Romanick · 15 years ago
  24. bc7b2f0 glx: Re-indent CreateContext after the previous commit by Ian Romanick · 15 years ago
  25. 2243029 glx: Handle imported contexts outside of CreateContext by Ian Romanick · 15 years ago
  26. 7bcfb66 glx: Pass screen number as parameter to CreateContext by Ian Romanick · 15 years ago
  27. 8bffadb glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter by Ian Romanick · 15 years ago
  28. 68fef18 glx: Fix interval test in glXSwapIntervalMESA by Ian Romanick · 15 years ago
  29. 1add535 glx: Change type to eliminate 'comparison between signed and unsigned' warning by Ian Romanick · 15 years ago
  30. 71a6fb1 glx: Add casts to eliminate 'comparison between signed and unsigned' warnings by Ian Romanick · 15 years ago
  31. 26b2bee glx: Eliminate several 'unused variable' warnings in glxcmds.c. by Ian Romanick · 15 years ago
  32. 2b4e009 glx: Use wrapper macro to detect direct rendering by Ian Romanick · 15 years ago
  33. 2ecbe4e glx: Fix TOP setting in src/glx Makefile by Kristian Høgsberg · 15 years ago
  34. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago
  35. 8b0b5ac glx: Fix SwapBuffers regression introduced by 01923fb72d. by Francisco Jerez · 15 years ago
  36. 01923fb glx: permit building with older protocol headers by Keith Whitwell · 15 years ago
  37. 697e221 glx: Don't mark the XF86DRI functions PUBLIC by Kristian Høgsberg · 15 years ago
  38. e3a99e8 glx: Remove unnecessary headers. by Vinson Lee · 15 years ago
  39. 81cca6d glx: fix possible memory leaks in dri2CreateScreen() by Rodolfo Ribeiro Gomes · 15 years ago
  40. 1469317 glx: Build GLX normally. by Chia-I Wu · 15 years ago
  41. 7a9329b mesa: misc GLX_INTEL_swap_event fixes by Robert Bragg · 15 years ago
  42. 782b688 Merge branch 'arb_half_float_vertex' by Dave Airlie · 15 years ago
  43. 1ac5fd5 glapi: add GL_HALF_FLOAT enum support. by Dave Airlie · 15 years ago
  44. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  45. bdd2500 Do not include glapi/dispatch.h outside Mesa core. by Chia-I Wu · 15 years ago
  46. a7aaf05 Sun compilers now support some gcc __attribute__ values by Alan Coopersmith · 15 years ago
  47. e882943 glx: Set GL context to null in __glXSetCurrentContextNull by Luca Barbieri · 15 years ago
  48. 1cfd769 DRI2: don't send DRI2 requests the server doesn't know about by Jesse Barnes · 15 years ago
  49. 62eb28c GLX/DRI2: pass X drawable ID instead by Jesse Barnes · 15 years ago
  50. c6ef705 Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa by Jesse Barnes · 15 years ago
  51. 7f17057 DRI2/GLX: add INTEL_swap_event support by Jesse Barnes · 15 years ago
  52. efc82e7 DRI2: add SwapInterval support by Jesse Barnes · 15 years ago
  53. daf7fe6 DRI2: add OML_sync_control support by Jesse Barnes · 15 years ago
  54. a35f6bb DRI2: add SwapBuffers support by Jesse Barnes · 15 years ago
  55. ae44b92 Merge branch 'remove-intel-dri1' by Kristian Høgsberg · 15 years ago
  56. d61f073 Remove leftover __DRI{screen,drawable,context}Private references by Kristian Høgsberg · 15 years ago
  57. 287cbba apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX by Jeremy Huddleston · 15 years ago
  58. 32305e3 glxcmds: Fix comment about __DRI_ALLOCATE by Jeremy Huddleston · 15 years ago
  59. d0b7ff5 Merge branch 'mesa_7_6_branch' into mesa_7_7_branch by Brian Paul · 15 years ago
  60. 6c8c1ce glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h. by Vinson Lee · 15 years ago
  61. cf3bb0c glx: Move declaration outside for loop. by Vinson Lee · 15 years ago
  62. cf02484 glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined. by Vinson Lee · 15 years ago
  63. 76b3523 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  64. 26d2ce0 GLX: Change GLX client vendor string to "Mesa Project and SGI" by Ian Romanick · 15 years ago
  65. e055665 glx: Fix memory leak if XF86DRICreateDrawable() fails by Vinson Lee · 15 years ago
  66. 5e6a6a2 glx: don't destroy context immediately if it's currently bound by Brian Paul · 15 years ago
  67. 521e4b9 glx: fix glXQueryContext(GLX_RENDER_TYPE) by Brian Paul · 15 years ago
  68. ef9cd84 glx: indentation fixes by Brian Paul · 15 years ago
  69. eeb7e04 Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  70. d09941c Fix build on non GLIBC platforms (FreeBSD at least) by Robert Noland · 15 years ago
  71. ba002eb Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  72. bc75464 glx: include string.h to silence missing memset() prototype warning by Brian Paul · 15 years ago
  73. e857303 GLX: Warn only once about applications calling GLX 1.3 functions by Tormod Volden · 15 years ago
  74. 82c2f77 Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Nicolai Hähnle · 15 years ago
  75. 9666529 glx: Use initstate_r / random_r instead of corrupting global random number state by Ian Romanick · 15 years ago
  76. 6c6fe0a Merge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch by Ian Romanick · 15 years ago
  77. 1f309c4 GLX: Complain when buggy applications call GLX 1.3 functions. by Ian Romanick · 15 years ago
  78. 9053bb0 Merge branch 'mesa_7_5_branch' by Michel Dänzer · 15 years ago
  79. edb1178 glx/x11: Fix glXCreateGLXPixmap for direct rendering. by Michel Dänzer · 15 years ago
  80. 029e643 glx/dri2: Always use X drawable ID for DRI2 protocol. by Michel Dänzer · 15 years ago
  81. 49c0825 glx: initialize some local vars to silence warnings with -O3 by Brian Paul · 15 years ago
  82. 0896268 glx: indent -br -i3 -npcs --no-tabs by RALOVICH, Kristóf · 15 years ago
  83. 50f8ca2 glx: fix signedness warning by RALOVICH, Kristóf · 15 years ago
  84. 7013a4d mesa/glapi: regenerated files from gl_API.xml by Brian Paul · 15 years ago
  85. e87320b Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  86. 45f4e88 glx: assign per screen driver configs (DRISW) by RALOVICH, Kristóf · 15 years ago
  87. d090ba9 glx: assign per screen driver configs (DRI) by RALOVICH, Kristóf · 15 years ago
  88. 82f4dc2 glx: assign per screen driver configs (DRI2) by RALOVICH, Kristóf · 15 years ago
  89. e32b601 glx: properly release DRI configs by RALOVICH, Kristóf · 15 years ago
  90. ce0ad53 glx: cache DRI configs in __GLXscreenConfigsRec by RALOVICH, Kristóf · 15 years ago
  91. 8363dff glx: remove XTHREADS support by RALOVICH, Kristóf · 15 years ago
  92. 4b0b250 glx: Prevent potential null pointer deference in driCreateContext. by Vinson Lee · 15 years ago
  93. b43887c ARB_fbo: Enable extensions related to GL_ARB_framebuffer_object for GLX by Ian Romanick · 15 years ago
  94. 4e7476f ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXT by Ian Romanick · 15 years ago
  95. 7fd4400 ARB_fbo: Regenerate files from previous commits. by Ian Romanick · 15 years ago
  96. 25b492b GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. by Michel Dänzer · 15 years ago
  97. 28471cf Merge branch 'mesa_7_5_branch' by Jakob Bornecrantz · 15 years ago
  98. b40dc7e Merge branch 'mesa_7_5_branch' by Brian Paul · 15 years ago
  99. fa5b036 glx: plug a leak by Kristof Ralovich · 15 years ago
  100. 52f895d glx: fix null pointer dereference segfault (bug 22546) by Brian Paul · 15 years ago