1. 5e21eb3 GL: unload system driver if needed by Yiwei Zhang · 6 years ago
  2. dbccd22 Reintroduce EGL mitigations from Android P. by Krzysztof Kosiński · 6 years ago
  3. 0d10b25 [GL Loader] Keep supporting wildcards matching in Q. by Peiyong Lin · 6 years ago
  4. 3575b9f [GL Loader] Remove emulation path. by Peiyong Lin · 6 years ago
  5. 9f0c79d Honor the property overrides for GLES. by Peiyong Lin · 6 years ago
  6. 8cd204d [GL Loader] Split loading logic based on API set and driver choices. by Peiyong Lin · 6 years ago
  7. e83b868 [GL Loader] Extract loader logic to separate function calls. by Peiyong Lin · 6 years ago
  8. f5b5c41 Make sure GL version string is correct by Courtney Goeltzenleuchter · 6 years ago
  9. 3747f4d Do not emulate EGL 1.5 functionality with extensions by Courtney Goeltzenleuchter · 6 years ago
  10. b4c3859 EGL: querying client extensions as well for EGL 1.5 extensions by Michael Yang · 6 years ago
  11. 18fa296 Initial readme doc for GLES layers by Cody Northrop · 6 years ago
  12. b5b0ce6 More verbose debugging for GLES layers by Cody Northrop · 6 years ago
  13. 1722f8e Advertise EGL_ANDROID_GLES_layers extension by Cody Northrop · 6 years ago
  14. 799fbfe Update entrypoint names for GLES layers by Cody Northrop · 6 years ago
  15. ad9061c egl: Fallback if a driver doesn't support egl 1.5 by Sean Callanan · 6 years ago
  16. d986181 Game Driver: plumb driver choice and loading time to GpuStats by Yiwei Zhang · 6 years ago
  17. cb9d4e4 Game Driver: make GpuService the GpuStats holder by Yiwei Zhang · 6 years ago
  18. d0a68d0 Merge "Flag invalid robust access attribute" by Courtney Goeltzenleuchter · 6 years ago
  19. a655dac Move to C API of libnativeloader. by Nicolas Geoffray · 7 years ago
  20. b27dbcc Flag invalid robust access attribute by Courtney Goeltzenleuchter · 7 years ago
  21. 2efcc95 ANGLE moved ANGLEGetDisplayPlatform to libGLESv2 by Courtney Goeltzenleuchter · 7 years ago
  22. 5f744f1 Refactor for Better Resource Management by Tim Van Patten · 7 years ago
  23. 302bc77 Remove obsoleted version-1 API for opt-in/out code. by Ian Elliott · 7 years ago
  24. ba4d1d2 Merge changes I09f4a157,I738be45b by Peiyong Lin · 7 years ago
  25. 1213f85 Merge "[EGL] Advertize DISPLAY_P3_PASSTHROUGH_EXT." by TreeHugger Robot · 7 years ago
  26. e0ff377 [EGL] Advertize DISPLAY_P3_PASSTHROUGH_EXT. by Peiyong Lin · 7 years ago
  27. 14724e6 [SurfaceFlinger] Remove usage of legacy data spaces. by Peiyong Lin · 7 years ago
  28. a2a60a0 Update ANGLE Developer Options by Tim Van Patten · 7 years ago
  29. b6125f5 Use Version-2 feature-support-utility API by Ian Elliott · 7 years ago
  30. 75ce477 Refactor ANGLE Platform support by Tobin Ehlis · 7 years ago
  31. db444a9 Disable ANGLE rules file checking by Cody Northrop · 7 years ago
  32. 1566657 Refactor ANGLE interface version selection logic by Cody Northrop · 7 years ago
  33. a3d67a2 Remove interface version 0 from ANGLE logic by Cody Northrop · 7 years ago
  34. fc94a58 Move ANGLE rules file check to separate function by Cody Northrop · 7 years ago
  35. f0874d3 Remove app preference from ANGLE logic by Cody Northrop · 7 years ago
  36. e17f69b Fallback to eglGetDisplay if platform display n/a for Android platform. by Ben Lin · 7 years ago
  37. 9e31724 Merge "Use dlsym on correct object" by Courtney Goeltzenleuchter · 7 years ago
  38. 5011b59 Merge "Add GLES specific setting for layers" by Cody Northrop · 7 years ago
  39. 985bc28 Use dlsym on correct object by Courtney Goeltzenleuchter · 7 years ago
  40. c7fa089 EGL: always set data space even for UNKNOWN by Weiwan Liu · 7 years ago
  41. 60af8e3 EGL: add a missing native_window_api_disconnect by Weiwan Liu · 7 years ago
  42. fbd9a28 EGL: two fixes for colorspace attribute handling by Weiwan Liu · 7 years ago
  43. b9b01b6 Add GLES specific setting for layers by Cody Northrop · 7 years ago
  44. ee768c2 Clean up featuresutils library by Courtney Goeltzenleuchter · 7 years ago
  45. 30ad2ab Fix use after free issue found with ASAN build by Courtney Goeltzenleuchter · 7 years ago
  46. b91b989 Only load native EGL library if using GL back-end by Courtney Goeltzenleuchter · 7 years ago
  47. 734a485 Only run ANGLE rules once by Courtney Goeltzenleuchter · 7 years ago
  48. 28b97dc Add debug property to enable/disable ANGLE by Courtney Goeltzenleuchter · 7 years ago
  49. eb606b2 Remove eglSignalSync by Courtney Goeltzenleuchter · 7 years ago
  50. b9e2dbd Merge "Android doesn't support Pixmaps" by Courtney Goeltzenleuchter · 7 years ago
  51. c7bcf25 Merge changes from topic "egl1.5-master" by Courtney Goeltzenleuchter · 7 years ago
  52. 380bf85 Use either the version-0 or version-1 opt-in/out API by Ian Elliott · 7 years ago
  53. 04e7043 Pass ANGLE rules file descriptor through JNI by Cody Northrop · 7 years ago
  54. 6d082ef Don't try to load ANGLE without a namespace by Cody Northrop · 7 years ago
  55. 150cb09 Android doesn't support Pixmaps by Courtney Goeltzenleuchter · 7 years ago
  56. 40627ba Add EGL 1.5 Sync functions by Courtney Goeltzenleuchter · 7 years ago
  57. 69476e5 Add eglCreatePlatformWindowSurface by Courtney Goeltzenleuchter · 7 years ago
  58. 8355281 Early exit to prep for refactoring by Courtney Goeltzenleuchter · 7 years ago
  59. 4adf75b Implement getPlatformDisplay with ANGLE support by Courtney Goeltzenleuchter · 7 years ago
  60. e498a2d Implement eglCreateImage and eglDestroyImage by Courtney Goeltzenleuchter · 7 years ago
  61. 015ed67 Determine EGL version by Courtney Goeltzenleuchter · 7 years ago
  62. 9a9a1f4 Call down the chain for eglGetError by Cody Northrop · 7 years ago
  63. 9d5d33d Move platform entries init earlier by Cody Northrop · 7 years ago
  64. 629ce4e Revert "Revert "Rootless Debug for GLES"" by Cody Northrop · 7 years ago
  65. 68d1035 Revert "Revert "Split platform functions from entrypoints"" by Cody Northrop · 7 years ago
  66. 0ec5d38 Revert "Revert "Rename eglApi.cpp to egl_platform_entries.cpp"" by Cody Northrop · 7 years ago
  67. 8dec391 Revert "Rename eglApi.cpp to egl_platform_entries.cpp" by Cody Northrop · 7 years ago
  68. d18d553 Revert "Split platform functions from entrypoints" by Cody Northrop · 7 years ago
  69. 9f20d92 Revert "Rootless Debug for GLES" by Cody Northrop · 7 years ago
  70. 2600c7b Merge "Make a GLESv1 only entries for GLESv1 driver loading" by Yiwei Zhang · 7 years ago
  71. 7cc5892 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 7 years ago
  72. d9f0ec4 Rootless Debug for GLES by Cody Northrop · 7 years ago
  73. 87a562c Split platform functions from entrypoints by Cody Northrop · 7 years ago
  74. 489e5df Rename eglApi.cpp to egl_platform_entries.cpp by Cody Northrop · 7 years ago
  75. 097cbd2 Merge "Use separate feature_support library" by Courtney Goeltzenleuchter · 7 years ago
  76. 075437f Use separate feature_support library by Courtney Goeltzenleuchter · 7 years ago
  77. 8e8fb4a libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 7 years ago
  78. 3447447 Use opt-in/out logic that lives in the ANGLE APK by Ian Elliott · 7 years ago
  79. 49d5199 Allow specifying ANGLE in manifest via meta-data by Cody Northrop · 7 years ago
  80. 96a184d Adding ANGLE systrace support by Tobin Ehlis · 7 years ago
  81. b058aff Added/refined log messages for ANGLE usage/settings. by Ian Elliott · 7 years ago
  82. d41ef25 Pass more ANGLE info from runtime by Courtney Goeltzenleuchter · 7 years ago
  83. 555f1df Add ANGLE support to getDisplay by Courtney Goeltzenleuchter · 7 years ago
  84. 1f00e17 Load ANGLE from APK by Cody Northrop · 7 years ago
  85. 42cf494 Add API to clear BlobCache when cache validation fails by Yichi Chen · 7 years ago
  86. 5fc5bc2 Merge "Remove temporary EGL mitigations for Android P." by TreeHugger Robot · 7 years ago
  87. 6c35401 EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 7 years ago
  88. 48a6cd2 [opengl] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  89. 7108c31 Remove mentions of EGL_ANDROID_image_crop by Krzysztof Kosiński · 7 years ago
  90. 30c1d90 Remove temporary EGL mitigations for Android P. by Krzysztof Kosiński · 7 years ago
  91. 6b0aee3 EGL: deallocate TLS data on thread termination by Jesse Hall · 7 years ago
  92. ffd6a2f Merge "Switch x86/x64 trampolines to use __attribute__((naked))" into pi-dev am: 370b0a1048 by Chris Forbes · 7 years ago
  93. 3ba2f86 Switch x86/x64 trampolines to use __attribute__((naked)) by Chris Forbes · 7 years ago
  94. 0f263e9 Merge "EGL: default to HAL_DATASPACE_UNKNOWN." into pi-dev am: 63a2d825b8 by Krzysztof Kosiński · 7 years ago
  95. 1275244 EGL: default to HAL_DATASPACE_UNKNOWN. by Krzysztof Kosiński · 7 years ago
  96. 815601f Merge "Work around CTS failure in eglCreateImageKHR." into pi-dev am: 6318d31dca by android-build-team Robot · 7 years ago
  97. ae98af5 Work around CTS failure in eglCreateImageKHR. by Krzysztof Kosiński · 7 years ago
  98. 50c85ae Merge "Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present." into pi-dev am: a66dca4b2b by Krzysztof Kosiński · 7 years ago
  99. b18333d Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present. by Krzysztof Kosiński · 7 years ago
  100. 6ea6d1b Merge "Refactor color space attribute processing." into pi-dev am: b2a20f62de by Krzysztof Kosiński · 7 years ago