1. 016fc30 Remove support for GCC older than 3.3.0 by Ian Romanick · 15 years ago
  2. 4007342 egl_dri2: Factor out DRI2 protocol bits from initialize. by Kristian Høgsberg · 15 years ago
  3. 557c20b egl_dri2: Implement EGL_KHR_gl_renderbuffer_image by Kristian Høgsberg · 15 years ago
  4. f4e7d1b egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmap by Kristian Høgsberg · 15 years ago
  5. 7d1237b egl: Remove unused _EGL_SKIP_HANDLE_CHECK. by Chia-I Wu · 15 years ago
  6. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
  7. 496724b egl: Silence warnings when compiled with -pedantic. by Chia-I Wu · 15 years ago
  8. bef4b47 egl: Silence warnings in check/return macros. by Chia-I Wu · 15 years ago
  9. 4afe248 egl: Revisit global data locking. by Chia-I Wu · 15 years ago
  10. 655f465 egl: Always lock a display before using it. by Chia-I Wu · 15 years ago
  11. db5ce8b egl: Make eglGetDisplay atomic. by Chia-I Wu · 15 years ago
  12. 99bcb1f egl: Add a mutex to _EGLDisplay. by Chia-I Wu · 15 years ago
  13. b3bb180 egl: eglGetError should return the status of the last call. by Chia-I Wu · 15 years ago
  14. 3dee01a egl: Always record error code. by Chia-I Wu · 15 years ago
  15. aed7358 egl: Use new error checking macros. by Chia-I Wu · 15 years ago
  16. f3e03e1 egl: Add new error checking macros. by Chia-I Wu · 15 years ago
  17. c19dab7 egl_dri2: Only allocate config if we're going to keep it by Kristian Høgsberg · 15 years ago
  18. c3c1a7e egl_dri2: Initialize config attributes with visual id and class from X by Kristian Høgsberg · 15 years ago
  19. 360faf8 egl_dri2: Allow pbuffer and pixmap surfaces for all configs by Kristian Høgsberg · 15 years ago
  20. bba5a98 egl_dri2: Implement eglBindTexImage() by Kristian Høgsberg · 15 years ago
  21. 8c593d3 egl_dri2: Use a helper function for looking up and binding extensions by Kristian Høgsberg · 15 years ago
  22. 538539d egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY by Kristian Høgsberg · 15 years ago
  23. 077bc2f egl_dri2: Use pkg-config cflags and libs from configure output by Kristian Høgsberg · 15 years ago
  24. 832f2d3 egl_dri2: Log both driver and core extensions by Kristian Høgsberg · 15 years ago
  25. 9c94fae egl_dri2: Audit and fix errors paths by Kristian Høgsberg · 15 years ago
  26. f27b4fa egl_dri2: Just cast the pointer difference to an int by Kristian Høgsberg · 15 years ago
  27. 4f47684 egl: Add debug messages to config validation and matching. by Chia-I Wu · 15 years ago
  28. a37dc17 egl: Clean up eglconfig.h. by Chia-I Wu · 15 years ago
  29. 5f08eff egl: Remove egl_xdri. by Chia-I Wu · 15 years ago
  30. cb260e1 egl: Update the comments to typecast macros. by Chia-I Wu · 15 years ago
  31. a35e633 egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS. by Chia-I Wu · 15 years ago
  32. b31255f egl: Clarify IsLinked and IsBound. by Chia-I Wu · 15 years ago
  33. fc5ca85 egl_dri2: Do not destroy linked resources. by Chia-I Wu · 15 years ago
  34. 7e7c1ba egl_dri2: Fix a snprintf warning. by Chia-I Wu · 15 years ago
  35. 8d411c9 egl_dri2: Add a debug print for DRI2 extensions. by Chia-I Wu · 15 years ago
  36. c6e830c egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work by Kristian Høgsberg · 15 years ago
  37. 42fa009 egl: Add driver for EGL on X with DRI2 by Kristian Høgsberg · 15 years ago
  38. 9a3de50 egl: Convert drivers to use typecast macros. by Chia-I Wu · 15 years ago
  39. bdb9e20 egl: Add macros to define typecast functions. by Chia-I Wu · 15 years ago
  40. 88af76c egl: fix wrong argument. Use loader_data instead of loader by Igor Oliveira · 15 years ago
  41. 0d089cb egl: Rename _eglPreloadForEach callbacks. by Chia-I Wu · 15 years ago
  42. 8e6a964 egl: Fix a potential segfault in driver suffix matching. by Chia-I Wu · 15 years ago
  43. 2287f4c egl: Remove unnecessary #ifdef's. by Chia-I Wu · 15 years ago
  44. 6fd8b6a egl: Ignore certain environment variables when setuid/setgid. by Chia-I Wu · 15 years ago
  45. 5d8646c egl: Add EGL_DRIVERS_PATH environment variable. by Chia-I Wu · 15 years ago
  46. 19af9ea egl: Remove unnecessary headers. by Vinson Lee · 15 years ago
  47. eb961f8 egl: Clean up surface attributes. by Chia-I Wu · 15 years ago
  48. 0135e5d egl: Add support for more EGLImage extensions to EGL core. by Chia-I Wu · 15 years ago
  49. bbdce27 egl: Surface type validaction should depend on extensions supported. by Chia-I Wu · 15 years ago
  50. 216925c egl: Initialize display configs with the display. by Chia-I Wu · 15 years ago
  51. d69242b egl: Initialize display resources with their display. by Chia-I Wu · 15 years ago
  52. e694cca egl: Refactor _eglInitImage. by Chia-I Wu · 15 years ago
  53. caa5c8d egl: Refactor _eglInitContext. by Chia-I Wu · 15 years ago
  54. 6f15292 egl: Refactor _eglInitSurface. by Chia-I Wu · 15 years ago
  55. 996fd61 egl: Remove code blocks that are commented out. by Chia-I Wu · 15 years ago
  56. 2c3a23a egl: Remove my_strdup. by Chia-I Wu · 15 years ago
  57. 6fc3044 egl: Remove unused VisibleRefCount. by Chia-I Wu · 15 years ago
  58. 00e1790 egl: Rename Binding to CurrentContext in _EGLSurface. by Chia-I Wu · 15 years ago
  59. 94cb321 egl: Clean up header inclusions. by Chia-I Wu · 15 years ago
  60. fc4939b egl: Remove unnecessary headers. by Vinson Lee · 15 years ago
  61. 6baa2c8 egl: Migrate drivers to use _eglBindContext. by Chia-I Wu · 15 years ago
  62. 45ba533 egl: Correctly unbind contexts in eglReleaseThread. by Chia-I Wu · 15 years ago
  63. 1733047 egl: eglMakeCurrent should accept an uninitialized display. by Chia-I Wu · 15 years ago
  64. 959481a egl: Add _eglBindContext. by Chia-I Wu · 15 years ago
  65. a933259 egl: Use a boolean to indicate whether a display is initialized. by Chia-I Wu · 15 years ago
  66. 092b1ca egl: Remove _eglOpenDriver and _eglCloseDriver. by Chia-I Wu · 15 years ago
  67. 545eaf8 egl: Fix a segfault when a display is initialized again. by Chia-I Wu · 15 years ago
  68. a171797 egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay. by Chia-I Wu · 15 years ago
  69. 11cf3cb egl: Fix leaks in eglReleaseThread. by Chia-I Wu · 15 years ago
  70. 7c09296 egl: Refactor _eglMakeCurrent. by Chia-I Wu · 15 years ago
  71. 6f6f3e4 egl: Add _eglGetAPIContext. by Chia-I Wu · 15 years ago
  72. f65ed0a egl: Use a boolean to indicate whether a resource is linked. by Chia-I Wu · 15 years ago
  73. d21ee93 egl: Mark _eglCheckResource as PUBLIC. by Chia-I Wu · 15 years ago
  74. 0d2d404 egl/xdri: Update with glxclient.h change. by Chia-I Wu · 15 years ago
  75. 4aed094 egl: Native types are renamed in EGL 1.3. by Chia-I Wu · 15 years ago
  76. dbb866a egl: Make resource void pointer in _eglCheckResource. by Chia-I Wu · 15 years ago
  77. 3f932a4 egl: Install EGL headers. by Chia-I Wu · 15 years ago
  78. a1c4a8a egl: Add support for EGL_KHR_image. by Chia-I Wu · 15 years ago
  79. 95f8f75 egl: Update headers. by Chia-I Wu · 15 years ago
  80. 21b2c0a egl: Add and use make_library_path. by Chia-I Wu · 15 years ago
  81. cecc33c egl: Remove _eglFindAPIs. by Chia-I Wu · 15 years ago
  82. cf7c1ea egl: Remove unused helper functions. by Chia-I Wu · 15 years ago
  83. 56b93a2 egl: Remove unused casting functions. by Chia-I Wu · 15 years ago
  84. ecb3b31 egl: Make surfaces and contexts resources. by Chia-I Wu · 15 years ago
  85. 7abf426 egl: Add _EGLResource and _EGLResourceType. by Chia-I Wu · 15 years ago
  86. b4d2c97 egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] by Chia-I Wu · 15 years ago
  87. 5e66d18 egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. by Chia-I Wu · 15 years ago
  88. 28c3e57 egl: Install drivers to ${libdir}/egl. by Chia-I Wu · 15 years ago
  89. 3b0ffd5 egl: Remove egl_softpipe. by Chia-I Wu · 15 years ago
  90. 324fdf7 egl: Remove the demo driver. by Chia-I Wu · 15 years ago
  91. 18b63b5 egl_xdri: Add support for DRISW. by Chia-I Wu · 15 years ago
  92. caa75a7 egl_xdri: Flush commands on context switch and buffer swap. by Chia-I Wu · 15 years ago
  93. 3c9bf64 egl_xdri: Report only OpenGL support. by Chia-I Wu · 15 years ago
  94. fe0e35a egl_xdri: Do not reinitialize in __glXInitialize. by Chia-I Wu · 15 years ago
  95. 0e54f9c egl_glx: Report only OpenGL support. by Chia-I Wu · 15 years ago
  96. 2279fa3 egl: Update driver Makefiles. by Chia-I Wu · 15 years ago
  97. e632720 egl: Add Makefile.template for EGL drivers. by Chia-I Wu · 15 years ago
  98. 506e27b Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h by Alan Coopersmith · 15 years ago
  99. c5766c4 egl: Add a simple cache for driver probe. by Chia-I Wu · 15 years ago
  100. cf22fd5 egl: Improve driver matching. by Chia-I Wu · 15 years ago