1. 429e936 egl: drop unused _EGLDriver from QueryBufferAge() by Eric Engestrom · 6 years ago
  2. 347840c egl: drop unused _EGLDriver from SwapInterval() by Eric Engestrom · 6 years ago
  3. 2f4a6ad egl: drop unused _EGLDriver from {Bind,Release}TexImage() by Eric Engestrom · 6 years ago
  4. 982ac69 egl: drop unused _EGLDriver from QuerySurface() by Eric Engestrom · 6 years ago
  5. e87e68d egl: replace _EGLDriver with _EGLDisplay->Driver in _eglQuerySurface() by Eric Engestrom · 6 years ago
  6. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  7. cc03448 egl: inline _EGLAPI into _EGLDriver by Eric Engestrom · 4 years ago
  8. 04ecda3 egl: store the native surface pointer in struct _egl_surface by Paulo Zanoni · 5 years ago
  9. 2f8734e egl: fix KHR_partial_update without EXT_buffer_age by Chia-I Wu · 5 years ago
  10. 54fa5ec egl: use coherent variable names by Eric Engestrom · 5 years ago
  11. d75fbff egl: add missing includes by Eric Engestrom · 6 years ago
  12. 799b3d1 egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadata by Tapani Pälli · 6 years ago
  13. 3dc2238 egl/main: Add bits for EGL_KHR_mutable_render_buffer by Chad Versace · 6 years ago
  14. f48f9a7 egl: Simplify queries for EGL_RENDER_BUFFER by Chad Versace · 6 years ago
  15. 2714a8f egl: deduplicate swap interval clamping logic by Eric Engestrom · 7 years ago
  16. c58af5c egl: fold _eglError() + return EGL_FALSE by Emil Velikov · 7 years ago
  17. 9827547 egl/android: support for EGL_KHR_partial_update by Harish Krupo · 7 years ago
  18. 8fac894 egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case by Tapani Pälli · 7 years ago
  19. 23c86c7 egl: Emit error when EGLSurface is lost by Chad Versace · 7 years ago
  20. 25c60fa egl: add missing error-checking to eglReleaseTexImage() by Eric Engestrom · 8 years ago
  21. 2035930 egl: set preserved behavior for surface only if config supports it by Tapani Pälli · 8 years ago
  22. 282b87d egl: fix type mismatch error type in _eglInitSurface by Tapani Pälli · 8 years ago
  23. 9fea9d6 egl: Fix the bad surface attributes combination checking for pbuffers. (v3) by Guillaume Charifi · 8 years ago
  24. 0b67efa egl: Account for default values of texture target and format by Plamena Manolova · 8 years ago
  25. a0674ce egl: Additional attribute validation for eglCreatePbufferSurface by Plamena Manolova · 8 years ago
  26. d471451 egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...) by Daniel Czarnowski · 8 years ago
  27. b2c5986 egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib by Frank Binns · 9 years ago
  28. c2c2e9a egl: implement EGL_KHR_gl_colorspace (v2) by Marek Olšák · 9 years ago
  29. 7a58262 egl: Remove skeleton implementation of EGL_MESA_screen_surface by Adam Jackson · 9 years ago
  30. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 10 years ago
  31. 924490a Revert "egl: Unhide functionality in _eglInitSurface()" by Chia-I Wu · 10 years ago
  32. 498d10e egl: Unhide functionality in _eglInitSurface() by Juha-Pekka Heikkila · 10 years ago
  33. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  34. eb09940 egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR by Chad Versace · 12 years ago
  35. 0725f2d egl: Add extension infrastructure for EGL_EXT_buffer_age by Kristian Høgsberg · 12 years ago
  36. 7d46b45 egl: add EGL_NV_post_sub_buffer by Fredrik Höglund · 13 years ago
  37. a5ab469 egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVED by Chia-I Wu · 13 years ago
  38. f2001df egl: add copyright notices by Chia-I Wu · 13 years ago
  39. dc4f845 egl: Add reference count for resources. by Chia-I Wu · 14 years ago
  40. 2532850 egl: Move fallback routines to eglfallbacks.c. by Chia-I Wu · 14 years ago
  41. 3fa2188 egl: Access config attributes directly. by Chia-I Wu · 14 years ago
  42. 6c7e0b9 egl: Add checks for EGL_MESA_screen_surface. by Chia-I Wu · 14 years ago
  43. 5dc0f49 egl: Implement EGL_NOK_texture_from_pixmap by Kristian Høgsberg · 14 years ago
  44. eb961f8 egl: Clean up surface attributes. by Chia-I Wu · 14 years ago
  45. d69242b egl: Initialize display resources with their display. by Chia-I Wu · 14 years ago
  46. 6f15292 egl: Refactor _eglInitSurface. by Chia-I Wu · 14 years ago
  47. 996fd61 egl: Remove code blocks that are commented out. by Chia-I Wu · 14 years ago
  48. 94cb321 egl: Clean up header inclusions. by Chia-I Wu · 14 years ago
  49. fc4939b egl: Remove unnecessary headers. by Vinson Lee · 14 years ago
  50. 4aed094 egl: Native types are renamed in EGL 1.3. by Chia-I Wu · 15 years ago
  51. ecb3b31 egl: Make surfaces and contexts resources. by Chia-I Wu · 15 years ago
  52. b4d2c97 egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] by Chia-I Wu · 15 years ago
  53. 57da499 egl: Rework eglSwapInterval. by Chia-I Wu · 15 years ago
  54. 34d8c13 egl: Remove eglhash.c and eglhash.h. by Chia-I Wu · 15 years ago
  55. 5a2c937 egl: Some per-driver data should be per-display. by Chia-I Wu · 15 years ago
  56. 2f2cf46 egl: Overhaul driver API. by Chia-I Wu · 15 years ago
  57. 8a130a6 egl: Correct the default values of surface attributes. by Chia-I Wu · 15 years ago
  58. 07ee013 egl: Replace IsBound by a pointer to the binding. by Chia-I Wu · 15 years ago
  59. 15fdbc8 egl: Remove redundant DeletePending flag. by Chia-I Wu · 15 years ago
  60. cca3134 egl: Use the link functions to manage resources. by Chia-I Wu · 15 years ago
  61. 18457cb egl: Add funtions to link contexts and surfaces to displays. by Chia-I Wu · 15 years ago
  62. 75da80b egl: Support per-thread info. by Chia-I Wu · 15 years ago
  63. b36f906 egl: additional error checking in _eglBind/ReleaseTexImage() by Brian Paul · 16 years ago
  64. fbd6e86 egl: implment EGL_LARGEST_PBUFFER query by Brian Paul · 16 years ago
  65. 274dd38 egl: fix width/height tests by Brian Paul · 16 years ago
  66. 721ba15 added _eglGet*Handle() functions by Brian Paul · 16 years ago
  67. 209a557 fix typo: s/Contexts/Surfaces/ by Brian Paul · 16 years ago
  68. 1ed1027 assorted changes to compile with new EGL 1.4 headers (untested) by Brian Paul · 16 years ago
  69. 63b852f fix typo by Brian Paul · 18 years ago
  70. b2006a4 some initial EGL 1.2 work by Brian Paul · 18 years ago
  71. 4882279 Some initial per-thread support. by Brian Paul · 19 years ago
  72. d548bf4 Redo _eglInitSurface() so it can be used with all surface types. by Brian Paul · 19 years ago
  73. 39591da update some comments by Brian Paul · 19 years ago
  74. 167b141 added _eglInitPbufferSurface() by Brian Paul · 19 years ago
  75. 380991c Implement query of surface type. by Jon Smirl · 19 years ago
  76. adbff7e initial EGL code by Brian Paul · 19 years ago