1. c5df056 Merge "Fix/suppress google-explicit-constructor warnings" am: cd6fc8c1dd am: 4754484fc8 by Chih-hung Hsieh · 6 years ago
  2. 4754484 Merge "Fix/suppress google-explicit-constructor warnings" am: cd6fc8c1dd by Chih-hung Hsieh · 6 years ago
  3. 86987a1 Fix/suppress google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  4. b72d198 Merge "Add opengl owners" am: 3be536db16 am: a2fd1549df am: 6ab3f28648 by Chih-hung Hsieh · 6 years ago
  5. a2fd154 Merge "Add opengl owners" am: 3be536db16 by Chih-hung Hsieh · 6 years ago
  6. 220da1e Add opengl owners by Chih-Hung Hsieh · 6 years ago
  7. 5f744f1 Refactor for Better Resource Management by Tim Van Patten · 6 years ago
  8. df6c0ad Merge "[RESTRICT AUTOMERGE] Revert "libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB"" by Treehugger Robot · 6 years ago
  9. 2dd8166 [RESTRICT AUTOMERGE] Revert "libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB" by Chris Forbes · 6 years ago
  10. 302bc77 Remove obsoleted version-1 API for opt-in/out code. by Ian Elliott · 6 years ago
  11. 0b586e8 Apply version-script to libGLESv1_CM library by dimitry · 6 years ago
  12. ba4d1d2 Merge changes I09f4a157,I738be45b by Peiyong Lin · 6 years ago
  13. 1213f85 Merge "[EGL] Advertize DISPLAY_P3_PASSTHROUGH_EXT." by TreeHugger Robot · 6 years ago
  14. e0ff377 [EGL] Advertize DISPLAY_P3_PASSTHROUGH_EXT. by Peiyong Lin · 6 years ago
  15. 14724e6 [SurfaceFlinger] Remove usage of legacy data spaces. by Peiyong Lin · 6 years ago
  16. 1e0c1cc Merge "Update ANGLE Developer Options" by Tim Van Patten · 6 years ago
  17. a2a60a0 Update ANGLE Developer Options by Tim Van Patten · 6 years ago
  18. 2bfa39b Update eglext.h for new Display P3 extension. by Peiyong Lin · 6 years ago
  19. b6125f5 Use Version-2 feature-support-utility API by Ian Elliott · 6 years ago
  20. 75ce477 Refactor ANGLE Platform support by Tobin Ehlis · 6 years ago
  21. f062386 Merge "Update ANGLE Platform.h file" by TreeHugger Robot · 6 years ago
  22. f95bf34 Update ANGLE Platform.h file by Tobin Ehlis · 6 years ago
  23. db444a9 Disable ANGLE rules file checking by Cody Northrop · 6 years ago
  24. 1566657 Refactor ANGLE interface version selection logic by Cody Northrop · 6 years ago
  25. a3d67a2 Remove interface version 0 from ANGLE logic by Cody Northrop · 6 years ago
  26. fc94a58 Move ANGLE rules file check to separate function by Cody Northrop · 6 years ago
  27. f0874d3 Remove app preference from ANGLE logic by Cody Northrop · 6 years ago
  28. e17f69b Fallback to eglGetDisplay if platform display n/a for Android platform. by Ben Lin · 6 years ago
  29. 9e31724 Merge "Use dlsym on correct object" by Courtney Goeltzenleuchter · 6 years ago
  30. 5011b59 Merge "Add GLES specific setting for layers" by Cody Northrop · 6 years ago
  31. 985bc28 Use dlsym on correct object by Courtney Goeltzenleuchter · 6 years ago
  32. 73115c9 NDK updates for EGL 1.5 by Courtney Goeltzenleuchter · 6 years ago
  33. 1eb32e2 Merge "EGL: always set data space even for UNKNOWN" by Yiwei Zhang · 6 years ago
  34. c8fb8bd Merge "EGL: add a missing native_window_api_disconnect" by Yiwei Zhang · 6 years ago
  35. 49db2b1 Merge "EGL: two fixes for colorspace attribute handling" by Yiwei Zhang · 6 years ago
  36. c393093 Merge changes from topic "EGL-fix" by Yiwei Zhang · 6 years ago
  37. c7fa089 EGL: always set data space even for UNKNOWN by Weiwan Liu · 6 years ago
  38. 60af8e3 EGL: add a missing native_window_api_disconnect by Weiwan Liu · 6 years ago
  39. fbd9a28 EGL: two fixes for colorspace attribute handling by Weiwan Liu · 6 years ago
  40. b9b01b6 Add GLES specific setting for layers by Cody Northrop · 6 years ago
  41. a5517d7 Merge "EGL_test: add 4 colorspace tests" am: e2c3de42a4 am: f113ccf5fa by Yiwei Zhang · 6 years ago
  42. 34cd227 EGL: always set data space even for UNKNOWN by Weiwan Liu · 6 years ago
  43. b922a7b EGL: add a missing native_window_api_disconnect by Weiwan Liu · 6 years ago
  44. ab4f07e EGL: two fixes for colorspace attribute handling by Weiwan Liu · 6 years ago
  45. e2c3de4 Merge "EGL_test: add 4 colorspace tests" by Yiwei Zhang · 6 years ago
  46. ee768c2 Clean up featuresutils library by Courtney Goeltzenleuchter · 6 years ago
  47. 30ad2ab Fix use after free issue found with ASAN build by Courtney Goeltzenleuchter · 6 years ago
  48. b91b989 Only load native EGL library if using GL back-end by Courtney Goeltzenleuchter · 6 years ago
  49. 734a485 Only run ANGLE rules once by Courtney Goeltzenleuchter · 6 years ago
  50. 733bd3d Add private constructor to EGL15 class by Courtney Goeltzenleuchter · 6 years ago
  51. 28b97dc Add debug property to enable/disable ANGLE by Courtney Goeltzenleuchter · 6 years ago
  52. c032734 Merge "libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB" by Chris Forbes · 6 years ago
  53. ff49994 libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 6 years ago
  54. 7e86280 Merge "EGL 1.5 cleanup eglGetPlatformDisplay" by TreeHugger Robot · 6 years ago
  55. 34a2f13 Merge "Remove eglSignalSync" by TreeHugger Robot · 6 years ago
  56. 1244764 Merge "Fix implicit-fallthrough warnings." am: 81c202f1e7 am: 4b66bd3b53 by Chih-Hung Hsieh · 6 years ago
  57. 1264e68 Fix implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  58. b1d6b73 EGL 1.5 cleanup eglGetPlatformDisplay by Courtney Goeltzenleuchter · 6 years ago
  59. eb606b2 Remove eglSignalSync by Courtney Goeltzenleuchter · 6 years ago
  60. b9e2dbd Merge "Android doesn't support Pixmaps" by Courtney Goeltzenleuchter · 6 years ago
  61. c7bcf25 Merge changes from topic "egl1.5-master" by Courtney Goeltzenleuchter · 6 years ago
  62. 3ca9297 EGL_test: add 4 colorspace tests by Weiwan Liu · 6 years ago
  63. 380bf85 Use either the version-0 or version-1 opt-in/out API by Ian Elliott · 6 years ago
  64. 04e7043 Pass ANGLE rules file descriptor through JNI by Cody Northrop · 6 years ago
  65. 6d082ef Don't try to load ANGLE without a namespace by Cody Northrop · 6 years ago
  66. 150cb09 Android doesn't support Pixmaps by Courtney Goeltzenleuchter · 6 years ago
  67. 40627ba Add EGL 1.5 Sync functions by Courtney Goeltzenleuchter · 6 years ago
  68. 69476e5 Add eglCreatePlatformWindowSurface by Courtney Goeltzenleuchter · 6 years ago
  69. 8355281 Early exit to prep for refactoring by Courtney Goeltzenleuchter · 6 years ago
  70. 4adf75b Implement getPlatformDisplay with ANGLE support by Courtney Goeltzenleuchter · 6 years ago
  71. e498a2d Implement eglCreateImage and eglDestroyImage by Courtney Goeltzenleuchter · 6 years ago
  72. 015ed67 Determine EGL version by Courtney Goeltzenleuchter · 6 years ago
  73. b28648c Generated EGL 1.5 support by Courtney Goeltzenleuchter · 6 years ago
  74. edf87c1 Update EGL headers to version 1.5 by Courtney Goeltzenleuchter · 6 years ago
  75. 9a9a1f4 Call down the chain for eglGetError by Cody Northrop · 6 years ago
  76. 9d5d33d Move platform entries init earlier by Cody Northrop · 6 years ago
  77. 629ce4e Revert "Revert "Rootless Debug for GLES"" by Cody Northrop · 6 years ago
  78. 68d1035 Revert "Revert "Split platform functions from entrypoints"" by Cody Northrop · 6 years ago
  79. 0ec5d38 Revert "Revert "Rename eglApi.cpp to egl_platform_entries.cpp"" by Cody Northrop · 6 years ago
  80. 8dec391 Revert "Rename eglApi.cpp to egl_platform_entries.cpp" by Cody Northrop · 6 years ago
  81. d18d553 Revert "Split platform functions from entrypoints" by Cody Northrop · 6 years ago
  82. 9f20d92 Revert "Rootless Debug for GLES" by Cody Northrop · 6 years ago
  83. 2600c7b Merge "Make a GLESv1 only entries for GLESv1 driver loading" by Yiwei Zhang · 6 years ago
  84. 7cc5892 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 6 years ago
  85. d9f0ec4 Rootless Debug for GLES by Cody Northrop · 6 years ago
  86. 87a562c Split platform functions from entrypoints by Cody Northrop · 6 years ago
  87. 489e5df Rename eglApi.cpp to egl_platform_entries.cpp by Cody Northrop · 6 years ago
  88. 097cbd2 Merge "Use separate feature_support library" by Courtney Goeltzenleuchter · 6 years ago
  89. 075437f Use separate feature_support library by Courtney Goeltzenleuchter · 6 years ago
  90. 8e8fb4a libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 6 years ago
  91. 3447447 Use opt-in/out logic that lives in the ANGLE APK by Ian Elliott · 6 years ago
  92. 49d5199 Allow specifying ANGLE in manifest via meta-data by Cody Northrop · 6 years ago
  93. 96a184d Adding ANGLE systrace support by Tobin Ehlis · 6 years ago
  94. b058aff Added/refined log messages for ANGLE usage/settings. by Ian Elliott · 6 years ago
  95. d41ef25 Pass more ANGLE info from runtime by Courtney Goeltzenleuchter · 6 years ago
  96. 555f1df Add ANGLE support to getDisplay by Courtney Goeltzenleuchter · 6 years ago
  97. 1f00e17 Load ANGLE from APK by Cody Northrop · 7 years ago
  98. 42cf494 Add API to clear BlobCache when cache validation fails by Yichi Chen · 7 years ago
  99. bf433ab EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 6 years ago
  100. 15f50db Remove a no-longer-needed workaround from eglMakeCurrent by Ian Elliott · 7 years ago