1. 733bd3d Add private constructor to EGL15 class by Courtney Goeltzenleuchter · 7 years ago
  2. 28b97dc Add debug property to enable/disable ANGLE by Courtney Goeltzenleuchter · 7 years ago
  3. 7e86280 Merge "EGL 1.5 cleanup eglGetPlatformDisplay" by TreeHugger Robot · 7 years ago
  4. 34a2f13 Merge "Remove eglSignalSync" by TreeHugger Robot · 7 years ago
  5. 1244764 Merge "Fix implicit-fallthrough warnings." am: 81c202f1e7 am: 4b66bd3b53 by Chih-Hung Hsieh · 7 years ago
  6. 1264e68 Fix implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
  7. b1d6b73 EGL 1.5 cleanup eglGetPlatformDisplay by Courtney Goeltzenleuchter · 7 years ago
  8. eb606b2 Remove eglSignalSync by Courtney Goeltzenleuchter · 7 years ago
  9. b9e2dbd Merge "Android doesn't support Pixmaps" by Courtney Goeltzenleuchter · 7 years ago
  10. c7bcf25 Merge changes from topic "egl1.5-master" by Courtney Goeltzenleuchter · 7 years ago
  11. 380bf85 Use either the version-0 or version-1 opt-in/out API by Ian Elliott · 7 years ago
  12. 04e7043 Pass ANGLE rules file descriptor through JNI by Cody Northrop · 7 years ago
  13. 6d082ef Don't try to load ANGLE without a namespace by Cody Northrop · 7 years ago
  14. 150cb09 Android doesn't support Pixmaps by Courtney Goeltzenleuchter · 7 years ago
  15. 40627ba Add EGL 1.5 Sync functions by Courtney Goeltzenleuchter · 7 years ago
  16. 69476e5 Add eglCreatePlatformWindowSurface by Courtney Goeltzenleuchter · 7 years ago
  17. 8355281 Early exit to prep for refactoring by Courtney Goeltzenleuchter · 7 years ago
  18. 4adf75b Implement getPlatformDisplay with ANGLE support by Courtney Goeltzenleuchter · 7 years ago
  19. e498a2d Implement eglCreateImage and eglDestroyImage by Courtney Goeltzenleuchter · 7 years ago
  20. 015ed67 Determine EGL version by Courtney Goeltzenleuchter · 7 years ago
  21. b28648c Generated EGL 1.5 support by Courtney Goeltzenleuchter · 7 years ago
  22. edf87c1 Update EGL headers to version 1.5 by Courtney Goeltzenleuchter · 7 years ago
  23. 9a9a1f4 Call down the chain for eglGetError by Cody Northrop · 7 years ago
  24. 9d5d33d Move platform entries init earlier by Cody Northrop · 7 years ago
  25. 629ce4e Revert "Revert "Rootless Debug for GLES"" by Cody Northrop · 7 years ago
  26. 68d1035 Revert "Revert "Split platform functions from entrypoints"" by Cody Northrop · 7 years ago
  27. 0ec5d38 Revert "Revert "Rename eglApi.cpp to egl_platform_entries.cpp"" by Cody Northrop · 7 years ago
  28. 8dec391 Revert "Rename eglApi.cpp to egl_platform_entries.cpp" by Cody Northrop · 7 years ago
  29. d18d553 Revert "Split platform functions from entrypoints" by Cody Northrop · 7 years ago
  30. 9f20d92 Revert "Rootless Debug for GLES" by Cody Northrop · 7 years ago
  31. 2600c7b Merge "Make a GLESv1 only entries for GLESv1 driver loading" by Yiwei Zhang · 7 years ago
  32. 7cc5892 Make a GLESv1 only entries for GLESv1 driver loading by Yiwei Zhang · 7 years ago
  33. d9f0ec4 Rootless Debug for GLES by Cody Northrop · 7 years ago
  34. 87a562c Split platform functions from entrypoints by Cody Northrop · 7 years ago
  35. 489e5df Rename eglApi.cpp to egl_platform_entries.cpp by Cody Northrop · 7 years ago
  36. 097cbd2 Merge "Use separate feature_support library" by Courtney Goeltzenleuchter · 7 years ago
  37. 075437f Use separate feature_support library by Courtney Goeltzenleuchter · 7 years ago
  38. 8e8fb4a libEGL: When driver doesn't understand P3, map sRGB-encoded P3 to sRGB by Chris Forbes · 7 years ago
  39. 3447447 Use opt-in/out logic that lives in the ANGLE APK by Ian Elliott · 7 years ago
  40. 49d5199 Allow specifying ANGLE in manifest via meta-data by Cody Northrop · 7 years ago
  41. 96a184d Adding ANGLE systrace support by Tobin Ehlis · 7 years ago
  42. b058aff Added/refined log messages for ANGLE usage/settings. by Ian Elliott · 7 years ago
  43. d41ef25 Pass more ANGLE info from runtime by Courtney Goeltzenleuchter · 7 years ago
  44. 555f1df Add ANGLE support to getDisplay by Courtney Goeltzenleuchter · 7 years ago
  45. 1f00e17 Load ANGLE from APK by Cody Northrop · 8 years ago
  46. 42cf494 Add API to clear BlobCache when cache validation fails by Yichi Chen · 8 years ago
  47. bf433ab EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 7 years ago
  48. 15f50db Remove a no-longer-needed workaround from eglMakeCurrent by Ian Elliott · 8 years ago
  49. 5fc5bc2 Merge "Remove temporary EGL mitigations for Android P." by TreeHugger Robot · 7 years ago
  50. 6c35401 EGL: translate EGL_GL_COLORSPACE_LINEAR_KHR to UNKNOWN by Chia-I Wu · 7 years ago
  51. 48a6cd2 [opengl] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  52. 7108c31 Remove mentions of EGL_ANDROID_image_crop by Krzysztof Kosiński · 7 years ago
  53. 30c1d90 Remove temporary EGL mitigations for Android P. by Krzysztof Kosiński · 7 years ago
  54. 6b0aee3 EGL: deallocate TLS data on thread termination by Jesse Hall · 7 years ago
  55. ffd6a2f Merge "Switch x86/x64 trampolines to use __attribute__((naked))" into pi-dev am: 370b0a1048 by Chris Forbes · 7 years ago
  56. 3ba2f86 Switch x86/x64 trampolines to use __attribute__((naked)) by Chris Forbes · 7 years ago
  57. 0f263e9 Merge "EGL: default to HAL_DATASPACE_UNKNOWN." into pi-dev am: 63a2d825b8 by Krzysztof Kosiński · 7 years ago
  58. 1275244 EGL: default to HAL_DATASPACE_UNKNOWN. by Krzysztof Kosiński · 7 years ago
  59. 815601f Merge "Work around CTS failure in eglCreateImageKHR." into pi-dev am: 6318d31dca by android-build-team Robot · 7 years ago
  60. ae98af5 Work around CTS failure in eglCreateImageKHR. by Krzysztof Kosiński · 7 years ago
  61. 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
  62. b18333d Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present. by Krzysztof Kosiński · 7 years ago
  63. 6ea6d1b Merge "Refactor color space attribute processing." into pi-dev am: b2a20f62de by Krzysztof Kosiński · 8 years ago
  64. fe16858 Merge "Fix extension name for EGLImage colorspace support." into pi-dev am: 4f8a472cf1 by Krzysztof Kosiński · 8 years ago
  65. b2a20f6 Merge "Refactor color space attribute processing." into pi-dev by TreeHugger Robot · 8 years ago
  66. f2fc4e9 Refactor color space attribute processing. by Krzysztof Kosiński · 8 years ago
  67. 41171c5 Fix extension name for EGLImage colorspace support. by Krzysztof Kosiński · 8 years ago
  68. 498a4d4 Merge "Do not strip colorspace attribute for RGB888 surfaces." into pi-dev am: 18d03214da by Krzysztof Kosiński · 8 years ago
  69. f210217 Do not strip colorspace attribute for RGB888 surfaces. by Krzysztof Kosiński · 8 years ago
  70. 626a404 Merge "Remove temporary hack from gl2ext.h header." into pi-dev am: f074747349 by Krzysztof Kosiński · 8 years ago
  71. 5e7d9d5 Remove temporary hack from gl2ext.h header. by Krzysztof Kosiński · 8 years ago
  72. 1b022b4 Merge "EGL: Fix ARM assembly constraint." into pi-dev am: 89238e9438 by Krzysztof Kosiński · 8 years ago
  73. 89238e9 Merge "EGL: Fix ARM assembly constraint." into pi-dev by TreeHugger Robot · 8 years ago
  74. 3a47040 Merge "Expose additional symbols from libGLESv2 and libGLESv3." into pi-dev am: 25503383ad by Krzysztof Kosiński · 8 years ago
  75. ac4e71f Merge "Update EGL and GLES headers." into pi-dev am: d00e7e8de7 am: a431ba1d1b by Krzysztof Kosiński · 8 years ago
  76. 3430724 Expose additional symbols from libGLESv2 and libGLESv3. by Krzysztof Kosiński · 8 years ago
  77. 2274568 Remove old GL wrapper generation scripts. by Krzysztof Kosiński · 8 years ago
  78. b0bcd26 EGL: Fix ARM assembly constraint. by Krzysztof Kosiński · 8 years ago
  79. 1381b18 Update EGL and GLES headers. by Krzysztof Kosiński · 8 years ago
  80. fd11c33 Merge "Add EGL_EXT_image_gl_colorspace to EGL whitelist." into pi-dev am: b62346a3ed by Krzysztof Kosiński · 8 years ago
  81. 4245cba Add EGL_EXT_image_gl_colorspace to EGL whitelist. by Krzysztof Kosiński · 8 years ago
  82. 60d35a2 Remove a no-longer-needed workaround from eglMakeCurrent by Ian Elliott · 8 years ago
  83. a1e59f1 EGL: Fix over zealous colorspace implementation by Courtney Goeltzenleuchter · 8 years ago
  84. 936799c EGL: Plumb HDR metadata by Courtney Goeltzenleuchter · 8 years ago
  85. 1ec2546 Merge "Fix link-type warning on GLPerf" into pi-dev by TreeHugger Robot · 8 years ago
  86. f542901 Merge "Fix link-type warning on GLDual" into pi-dev by TreeHugger Robot · 8 years ago
  87. dd26605 Merge "Fix link-type warning on GL2JNI" into pi-dev by TreeHugger Robot · 8 years ago
  88. fe58d1e Fix link-type warning on GLDual by Inseob Kim · 8 years ago
  89. 4d1ee68 Fix link-type warning on GL2JNI by Inseob Kim · 8 years ago
  90. 616d0ed Fix link-type warning on GLJNI by Inseob Kim · 8 years ago
  91. f4fd7b2 Fix link-type warning on GLPerf by Inseob Kim · 8 years ago
  92. e65ab70 Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d am: afbe4eee71 by Steven Moreland · 8 years ago
  93. 2716e11 Don't use cutils/Atomic.h by Steven Moreland · 8 years ago
  94. 094ae23 Build TestFramerate against the sdk. by Anton Hansson · 8 years ago
  95. bbd028c Merge "frameworks/native: Set LOCAL_SDK_VERSION where possible." am: 8b3b108987 am: 52d0ad7033 by hansson · 8 years ago
  96. d8b1200 frameworks/native: Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 8 years ago
  97. b1d70ec Remove colorspace attribute processing on Stream by Courtney Goeltzenleuchter · 8 years ago
  98. 786ab88 Add hdr attributes to setSurfaceAttr by Courtney Goeltzenleuchter · 8 years ago
  99. 52de2fd EGL: Properly strip out unknown attributes by Courtney Goeltzenleuchter · 8 years ago
  100. 12ffe09 Add HDR dataspaces to EGL by Courtney Goeltzenleuchter · 8 years ago