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