1. 805d761 Use a trampoline for all GL entry functions. by Nicolas Capens · 6 years ago
  2. 5e1520f Use an internal symbol to determine library directory. by Nicolas Capens · 6 years ago
  3. 99be318 Load sibling libraries from the same directory by Alexis Hetu · 6 years ago
  4. 96699f1 Fix checking dimensions of surfaces. by Nicolas Capens · 7 years ago
  5. 81aa97b Make Blitter part of Renderer. by Nicolas Capens · 7 years ago
  6. 31c07a3 Make the EGL surface class abstract. by Nicolas Capens · 7 years ago
  7. f6a377b Implement eglQueryContext. by Nicolas Capens · 7 years ago
  8. 2f48bcb Renamed libEGL/Surface.* to libEGL/EGLSurface.* by Alexis Hetu · 8 years ago
  9. f466d72 Fix missing Register() entry function for OpenGL ES 1.1. by Nicolas Capens · 8 years ago
  10. cc5c464 Silence unused private member warning by Alexis Hetu · 8 years ago
  11. e7e70d0 Add the EGL display as a context member. by Nicolas Capens · 8 years ago
  12. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 8 years ago
  13. 518e41a Remove the watermark logo. by Nicolas Capens · 8 years ago
  14. 3f1ab0c Fix attempting to load libX11 when rendering headless. by Nicolas Capens · 8 years ago
  15. e63db96 Store the native display as an opaque pointer. by Nicolas Capens · 9 years ago
  16. 506ef48 Revert "Implementation of EGL_KHR_swap_buffers_with_damage." by Nicolas Capens · 9 years ago
  17. 810f99b Implementation of EGL_KHR_swap_buffers_with_damage. by Nicolas Capens · 9 years ago
  18. 7649300 Implementation of EGL_KHR_fence_sync. by Nicolas Capens · 9 years ago
  19. d15c3ea Support matrix stack overflow/underflow errors. by Nicolas Capens · 9 years ago
  20. 3713cd4 Log the switch value when reaching an UNREACHABLE(). by Nicolas Capens · 9 years ago
  21. 83c3c96 Dispatch GLES_CM entry functions to avoid resolving to the same symbol. by Nicolas Capens · 9 years ago
  22. 12794e2 Dispatch EGL entry functions to avoid resolving to the same symbol. by Nicolas Capens · 9 years ago
  23. 0273322 Predefine (E)GL export macros. by Nicolas Capens · 9 years ago
  24. 2a1c569 Only load a dependent library when it has an expected symbol. by Nicolas Capens · 9 years ago
  25. a230805 Access library dependencies through a single object. by Nicolas Capens · 9 years ago
  26. 36e22de On Android: remove fallbacks that can match system libraries by Greg Hartman · 9 years ago
  27. 9a10e06 Update paths for the Android shared libraries by Greg Hartman · 9 years ago
  28. 4cadfe3 Create 64-bit translator libraries for the Android Emulator. by Nicolas Capens · 10 years ago
  29. 8d869e0 Create translator libraries for the Android Emulator on Linux. by Nicolas Capens · 10 years ago
  30. 53e3886 Avoid resetting the EGL error code on client context retrieval. by Nicolas Capens · 10 years ago
  31. e254010 Load libraries from a list of possible names. by Nicolas Capens · 10 years ago
  32. e832139 Rename the GLES2 folder to OpenGL. by Nicolas Capens · 10 years ago[Renamed from src/GLES2/libGLES_CM/main.cpp]
  33. 14ee762 Name the namespaces logically. by Nicolas Capens · 10 years ago
  34. afd1f9f Retrieve the current context and display from EGL. by Nicolas Capens · 10 years ago
  35. c78445c Eliminate the createDevice() dependency. by Nicolas Capens · 10 years ago
  36. 1115782 Add ES1 stubs and remove ES2-only functions. by Nicolas Capens · 10 years ago
  37. dbf6fc8 Copy libGLESv2 to libGLES_CM. by Nicolas Capens · 10 years ago