1. db444a9 Disable ANGLE rules file checking by Cody Northrop · 6 years ago
  2. 1566657 Refactor ANGLE interface version selection logic by Cody Northrop · 6 years ago
  3. a3d67a2 Remove interface version 0 from ANGLE logic by Cody Northrop · 6 years ago
  4. fc94a58 Move ANGLE rules file check to separate function by Cody Northrop · 6 years ago
  5. f0874d3 Remove app preference from ANGLE logic by Cody Northrop · 6 years ago
  6. e17f69b Fallback to eglGetDisplay if platform display n/a for Android platform. by Ben Lin · 6 years ago
  7. 9e31724 Merge "Use dlsym on correct object" by Courtney Goeltzenleuchter · 6 years ago
  8. 5011b59 Merge "Add GLES specific setting for layers" by Cody Northrop · 6 years ago
  9. 985bc28 Use dlsym on correct object by Courtney Goeltzenleuchter · 6 years ago
  10. 73115c9 NDK updates for EGL 1.5 by Courtney Goeltzenleuchter · 6 years ago
  11. c393093 Merge changes from topic "EGL-fix" by Yiwei Zhang · 6 years ago
  12. c7fa089 EGL: always set data space even for UNKNOWN by Weiwan Liu · 6 years ago
  13. 60af8e3 EGL: add a missing native_window_api_disconnect by Weiwan Liu · 6 years ago
  14. fbd9a28 EGL: two fixes for colorspace attribute handling by Weiwan Liu · 6 years ago
  15. b9b01b6 Add GLES specific setting for layers by Cody Northrop · 6 years ago
  16. a5517d7 Merge "EGL_test: add 4 colorspace tests" am: e2c3de42a4 am: f113ccf5fa by Yiwei Zhang · 6 years ago
  17. e2c3de4 Merge "EGL_test: add 4 colorspace tests" by Yiwei Zhang · 6 years ago
  18. ee768c2 Clean up featuresutils library by Courtney Goeltzenleuchter · 6 years ago
  19. 30ad2ab Fix use after free issue found with ASAN build by Courtney Goeltzenleuchter · 6 years ago
  20. b91b989 Only load native EGL library if using GL back-end by Courtney Goeltzenleuchter · 6 years ago
  21. 734a485 Only run ANGLE rules once by Courtney Goeltzenleuchter · 6 years ago
  22. 733bd3d Add private constructor to EGL15 class by Courtney Goeltzenleuchter · 6 years ago
  23. 28b97dc Add debug property to enable/disable ANGLE by Courtney Goeltzenleuchter · 6 years ago
  24. c032734 Merge "libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB" by Chris Forbes · 6 years ago
  25. ff49994 libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 6 years ago
  26. 7e86280 Merge "EGL 1.5 cleanup eglGetPlatformDisplay" by TreeHugger Robot · 6 years ago
  27. 34a2f13 Merge "Remove eglSignalSync" by TreeHugger Robot · 6 years ago
  28. 1244764 Merge "Fix implicit-fallthrough warnings." am: 81c202f1e7 am: 4b66bd3b53 by Chih-Hung Hsieh · 6 years ago
  29. 1264e68 Fix implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  30. b1d6b73 EGL 1.5 cleanup eglGetPlatformDisplay by Courtney Goeltzenleuchter · 6 years ago
  31. eb606b2 Remove eglSignalSync by Courtney Goeltzenleuchter · 6 years ago
  32. b9e2dbd Merge "Android doesn't support Pixmaps" by Courtney Goeltzenleuchter · 6 years ago
  33. c7bcf25 Merge changes from topic "egl1.5-master" by Courtney Goeltzenleuchter · 6 years ago
  34. 3ca9297 EGL_test: add 4 colorspace tests by Weiwan Liu · 6 years ago
  35. 380bf85 Use either the version-0 or version-1 opt-in/out API by Ian Elliott · 6 years ago
  36. 04e7043 Pass ANGLE rules file descriptor through JNI by Cody Northrop · 6 years ago
  37. 6d082ef Don't try to load ANGLE without a namespace by Cody Northrop · 6 years ago
  38. 150cb09 Android doesn't support Pixmaps by Courtney Goeltzenleuchter · 6 years ago
  39. 40627ba Add EGL 1.5 Sync functions by Courtney Goeltzenleuchter · 6 years ago
  40. 69476e5 Add eglCreatePlatformWindowSurface by Courtney Goeltzenleuchter · 6 years ago
  41. 8355281 Early exit to prep for refactoring by Courtney Goeltzenleuchter · 6 years ago
  42. 4adf75b Implement getPlatformDisplay with ANGLE support by Courtney Goeltzenleuchter · 6 years ago
  43. e498a2d Implement eglCreateImage and eglDestroyImage by Courtney Goeltzenleuchter · 6 years ago
  44. 015ed67 Determine EGL version by Courtney Goeltzenleuchter · 6 years ago
  45. b28648c Generated EGL 1.5 support by Courtney Goeltzenleuchter · 6 years ago
  46. edf87c1 Update EGL headers to version 1.5 by Courtney Goeltzenleuchter · 6 years ago
  47. 9a9a1f4 Call down the chain for eglGetError by Cody Northrop · 6 years ago
  48. 9d5d33d Move platform entries init earlier by Cody Northrop · 6 years ago
  49. 629ce4e Revert "Revert "Rootless Debug for GLES"" by Cody Northrop · 6 years ago
  50. 68d1035 Revert "Revert "Split platform functions from entrypoints"" by Cody Northrop · 6 years ago
  51. 0ec5d38 Revert "Revert "Rename eglApi.cpp to egl_platform_entries.cpp"" by Cody Northrop · 6 years ago
  52. 8dec391 Revert "Rename eglApi.cpp to egl_platform_entries.cpp" by Cody Northrop · 6 years ago
  53. d18d553 Revert "Split platform functions from entrypoints" by Cody Northrop · 6 years ago
  54. 9f20d92 Revert "Rootless Debug for GLES" by Cody Northrop · 6 years ago
  55. 2600c7b Merge "Make a GLESv1 only entries for GLESv1 driver loading" by Yiwei Zhang · 6 years ago
  56. 7cc5892 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 6 years ago
  57. d9f0ec4 Rootless Debug for GLES by Cody Northrop · 6 years ago
  58. 87a562c Split platform functions from entrypoints by Cody Northrop · 6 years ago
  59. 489e5df Rename eglApi.cpp to egl_platform_entries.cpp by Cody Northrop · 6 years ago
  60. 097cbd2 Merge "Use separate feature_support library" by Courtney Goeltzenleuchter · 6 years ago
  61. 075437f Use separate feature_support library by Courtney Goeltzenleuchter · 6 years ago
  62. 8e8fb4a libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 6 years ago
  63. 3447447 Use opt-in/out logic that lives in the ANGLE APK by Ian Elliott · 6 years ago
  64. 49d5199 Allow specifying ANGLE in manifest via meta-data by Cody Northrop · 6 years ago
  65. 96a184d Adding ANGLE systrace support by Tobin Ehlis · 6 years ago
  66. b058aff Added/refined log messages for ANGLE usage/settings. by Ian Elliott · 6 years ago
  67. d41ef25 Pass more ANGLE info from runtime by Courtney Goeltzenleuchter · 6 years ago
  68. 555f1df Add ANGLE support to getDisplay by Courtney Goeltzenleuchter · 6 years ago
  69. 1f00e17 Load ANGLE from APK by Cody Northrop · 6 years ago
  70. 42cf494 Add API to clear BlobCache when cache validation fails by Yichi Chen · 6 years ago
  71. bf433ab EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 6 years ago
  72. 15f50db Remove a no-longer-needed workaround from eglMakeCurrent by Ian Elliott · 6 years ago
  73. 5fc5bc2 Merge "Remove temporary EGL mitigations for Android P." by TreeHugger Robot · 6 years ago
  74. 6c35401 EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 6 years ago
  75. 48a6cd2 [opengl] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  76. 7108c31 Remove mentions of EGL_ANDROID_image_crop by Krzysztof Kosiński · 6 years ago
  77. 30c1d90 Remove temporary EGL mitigations for Android P. by Krzysztof Kosiński · 6 years ago
  78. 6b0aee3 EGL: deallocate TLS data on thread termination by Jesse Hall · 6 years ago
  79. ffd6a2f Merge "Switch x86/x64 trampolines to use __attribute__((naked))" into pi-dev am: 370b0a1048 by Chris Forbes · 6 years ago
  80. 3ba2f86 Switch x86/x64 trampolines to use __attribute__((naked)) by Chris Forbes · 6 years ago
  81. 0f263e9 Merge "EGL: default to HAL_DATASPACE_UNKNOWN." into pi-dev am: 63a2d825b8 by Krzysztof Kosiński · 6 years ago
  82. 1275244 EGL: default to HAL_DATASPACE_UNKNOWN. by Krzysztof Kosiński · 6 years ago
  83. 815601f Merge "Work around CTS failure in eglCreateImageKHR." into pi-dev am: 6318d31dca by android-build-team Robot · 6 years ago
  84. ae98af5 Work around CTS failure in eglCreateImageKHR. by Krzysztof Kosiński · 6 years ago
  85. 50c85ae Merge "Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present." into pi-dev am: a66dca4b2b by Krzysztof Kosiński · 6 years ago
  86. b18333d Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present. by Krzysztof Kosiński · 6 years ago
  87. 6ea6d1b Merge "Refactor color space attribute processing." into pi-dev am: b2a20f62de by Krzysztof Kosiński · 6 years ago
  88. fe16858 Merge "Fix extension name for EGLImage colorspace support." into pi-dev am: 4f8a472cf1 by Krzysztof Kosiński · 6 years ago
  89. b2a20f6 Merge "Refactor color space attribute processing." into pi-dev by TreeHugger Robot · 6 years ago
  90. f2fc4e9 Refactor color space attribute processing. by Krzysztof Kosiński · 6 years ago
  91. 41171c5 Fix extension name for EGLImage colorspace support. by Krzysztof Kosiński · 6 years ago
  92. 498a4d4 Merge "Do not strip colorspace attribute for RGB888 surfaces." into pi-dev am: 18d03214da by Krzysztof Kosiński · 6 years ago
  93. f210217 Do not strip colorspace attribute for RGB888 surfaces. by Krzysztof Kosiński · 6 years ago
  94. 626a404 Merge "Remove temporary hack from gl2ext.h header." into pi-dev am: f074747349 by Krzysztof Kosiński · 6 years ago
  95. 5e7d9d5 Remove temporary hack from gl2ext.h header. by Krzysztof Kosiński · 6 years ago
  96. 1b022b4 Merge "EGL: Fix ARM assembly constraint." into pi-dev am: 89238e9438 by Krzysztof Kosiński · 6 years ago
  97. 89238e9 Merge "EGL: Fix ARM assembly constraint." into pi-dev by TreeHugger Robot · 6 years ago
  98. 3a47040 Merge "Expose additional symbols from libGLESv2 and libGLESv3." into pi-dev am: 25503383ad by Krzysztof Kosiński · 6 years ago
  99. ac4e71f Merge "Update EGL and GLES headers." into pi-dev am: d00e7e8de7 am: a431ba1d1b by Krzysztof Kosiński · 6 years ago
  100. 3430724 Expose additional symbols from libGLESv2 and libGLESv3. by Krzysztof Kosiński · 6 years ago