1. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  2. 28c2ce7 egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GL by Kenneth Graunke · 5 years ago
  3. 5c581b3 egl: return correct error code for a case req ver < 3 with forward-compatible by Andrii Simiklit · 6 years ago
  4. 54fa5ec egl: use coherent variable names by Eric Engestrom · 5 years ago
  5. d75fbff egl: add missing includes by Eric Engestrom · 6 years ago
  6. f48f9a7 egl: Simplify queries for EGL_RENDER_BUFFER by Chad Versace · 6 years ago
  7. 40abffb egl: remove duplicated initialization by Andres Gomez · 6 years ago
  8. c0be3aa egl: Implement EGL_KHR_context_flush_control by Adam Jackson · 8 years ago
  9. 95ecf3d egl: Support IMG_context_priority by Chris Wilson · 8 years ago
  10. 39bf775 egl: move KHR_no_error vs debug/robustness check further down by Grigori Goronzy · 7 years ago
  11. 4909519 egl: Add EGL_KHR_create_context_no_error support by Grigori Goronzy · 7 years ago
  12. c58af5c egl: fold _eglError() + return EGL_FALSE by Emil Velikov · 7 years ago
  13. 3b7b6ad egl: Implement __DRI_BACKGROUND_CALLABLE by Eric Anholt · 12 years ago
  14. b85c0b5 egl: Emit correct error when robust context creation fails by Chad Versace · 8 years ago
  15. d9f5b19 egl: Rename MESA_configless_context bit to KHR_no_config_context by Adam Jackson · 8 years ago
  16. cc45a5c egl: QueryContext on a configless context returns zero by Adam Jackson · 8 years ago
  17. dbda375 egl: Fix up indentation on previous commit by Adam Jackson · 8 years ago
  18. a279760 egl: Document why EGL_OPENGL{, _ES}_API are mostly identical by Adam Jackson · 8 years ago
  19. 6e066f7 EGL: Combine the GL and GLES current contexts (v2) by Kyle Brenneman · 8 years ago
  20. 11cabc4 egl: rework handling EGL_CONTEXT_FLAGS by Matthew Waters · 9 years ago
  21. d9603be egl: improve attribute checking for eglCreateContext by Frank Binns · 9 years ago
  22. 706466f egl: add context attribs from EGL 1.5 by Marek Olšák · 9 years ago
  23. f9f8944 egl: fix setting context flags by Marek Olšák · 9 years ago
  24. d308f57 egl: Fix OpenGL ES version checks in _eglParseContextAttribList() by Anuj Phogat · 10 years ago
  25. 551d459 Add the EGL_MESA_configless_context extension by Neil Roberts · 10 years ago
  26. dc97e54 Revert "egl: Unhide functionality in _eglInitContext()" by Chia-I Wu · 10 years ago
  27. 1456ed8 egl: Unhide functionality in _eglInitContext() by Juha-Pekka Heikkila · 10 years ago
  28. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  29. eb09940 egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR by Chad Versace · 12 years ago
  30. 587d5db egl: Return EGL_BAD_MATCH for invalid profile attributes by Matt Turner · 12 years ago
  31. 971750e egl: fix invalid flag detection for EGL_KHR_create_context by Matt Turner · 12 years ago
  32. dbecb41 egl: Allow OpenGL ES 3.0 as a version by Ian Romanick · 12 years ago
  33. f171571 egl: Implement front-end support for EGL_EXT_create_context_robustness by Ian Romanick · 12 years ago
  34. 63beb3d egl: Implement front-end support for EGL_KHR_create_context by Ian Romanick · 12 years ago
  35. 3fd79dd egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion by Ian Romanick · 12 years ago
  36. b50703a egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context by Ian Romanick · 12 years ago
  37. f957cac egl: remove #ifdef's for official extensions by Chia-I Wu · 13 years ago
  38. f2001df egl: add copyright notices by Chia-I Wu · 13 years ago
  39. 0d43cbe egl: Fix a false negative check in _eglCheckMakeCurrent. by Chia-I Wu · 14 years ago
  40. d19afc5 egl: Use reference counting to replace IsLinked or IsBound. by Chia-I Wu · 14 years ago
  41. dc4f845 egl: Add reference count for resources. by Chia-I Wu · 14 years ago
  42. 2532850 egl: Move fallback routines to eglfallbacks.c. by Chia-I Wu · 14 years ago
  43. 3fa2188 egl: Access config attributes directly. by Chia-I Wu · 14 years ago
  44. ea9e5db egl: Simplify _eglBindContext. by Chia-I Wu · 14 years ago
  45. 5eb3359 egl: Fix context API check and be verbose. by Chia-I Wu · 14 years ago
  46. 2c343af egl: Fix deref before NULL-check by Kristian Høgsberg · 14 years ago
  47. b90a3e7 egl: EGL_KHR_surfaceless_* extensions by Kristian Høgsberg · 14 years ago
  48. 848945e egl: Unbind the old context in _eglBindContext. by Chia-I Wu · 14 years ago
  49. bbe459b egl: Fix eglMakeCurrent with different surfaces. by Chia-I Wu · 14 years ago
  50. 0a82fad egl: Make _eglBindContextToSurfaces more readable. by Chia-I Wu · 14 years ago
  51. 551bfe7 egl: Always return the previously bound context. by Chia-I Wu · 14 years ago
  52. d69242b egl: Initialize display resources with their display. by Chia-I Wu · 14 years ago
  53. caa5c8d egl: Refactor _eglInitContext. by Chia-I Wu · 14 years ago
  54. 996fd61 egl: Remove code blocks that are commented out. by Chia-I Wu · 14 years ago
  55. 00e1790 egl: Rename Binding to CurrentContext in _EGLSurface. by Chia-I Wu · 14 years ago
  56. 94cb321 egl: Clean up header inclusions. by Chia-I Wu · 14 years ago
  57. 6baa2c8 egl: Migrate drivers to use _eglBindContext. by Chia-I Wu · 14 years ago
  58. 1733047 egl: eglMakeCurrent should accept an uninitialized display. by Chia-I Wu · 14 years ago
  59. 959481a egl: Add _eglBindContext. by Chia-I Wu · 14 years ago
  60. 7c09296 egl: Refactor _eglMakeCurrent. by Chia-I Wu · 15 years ago
  61. ecb3b31 egl: Make surfaces and contexts resources. by Chia-I Wu · 15 years ago
  62. 5e66d18 egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. by Chia-I Wu · 15 years ago
  63. d845f27 egl: Add support for querying render buffer. by Chia-I Wu · 15 years ago
  64. 2f2cf46 egl: Overhaul driver API. by Chia-I Wu · 15 years ago
  65. 8cdc6c6 egl: Make eglMakeCurrent more robust. by Chia-I Wu · 15 years ago
  66. 07ee013 egl: Replace IsBound by a pointer to the binding. by Chia-I Wu · 15 years ago
  67. 15fdbc8 egl: Remove redundant DeletePending flag. by Chia-I Wu · 15 years ago
  68. cca3134 egl: Use the link functions to manage resources. by Chia-I Wu · 15 years ago
  69. 18457cb egl: Add funtions to link contexts and surfaces to displays. by Chia-I Wu · 15 years ago
  70. 21b635f egl: Extend per-thread info for multiple current contexts. by Chia-I Wu · 15 years ago
  71. 75da80b egl: Support per-thread info. by Chia-I Wu · 15 years ago
  72. 9f6a4e2 egl: fix assorted context-related bugs by Brian Paul · 16 years ago
  73. a8533d5 egl: clean up prototype code, new _eglFindAPIs() function. by Brian Paul · 16 years ago
  74. d5078b9 egl: clean-up re-org of the client API state by Brian Paul · 16 years ago
  75. 5e7dba5 eliminate the context hash table by Brian Paul · 16 years ago
  76. 1ed1027 assorted changes to compile with new EGL 1.4 headers (untested) by Brian Paul · 16 years ago
  77. b2006a4 some initial EGL 1.2 work by Brian Paul · 18 years ago
  78. 4882279 Some initial per-thread support. by Brian Paul · 19 years ago
  79. d548bf4 Redo _eglInitSurface() so it can be used with all surface types. by Brian Paul · 19 years ago
  80. daf585d Move all the EGL API function pointers into a new _egl_api struct. by Brian Paul · 19 years ago
  81. f9bad3d use EGLint instead of unsigned long for eglCopyContextMESA, added comments by Brian Paul · 19 years ago
  82. 1c606a9 Add empty placeholder for eglCopyContextMESA by Jon Smirl · 19 years ago
  83. 7012d01 First attempt at getting egl support up on dumb framebuffer. by Jon Smirl · 19 years ago
  84. adbff7e initial EGL code by Brian Paul · 19 years ago