1. 3ba2f86 Switch x86/x64 trampolines to use __attribute__((naked)) by Chris Forbes · 6 years ago
  2. 1275244 EGL: default to HAL_DATASPACE_UNKNOWN. by Krzysztof Kosiński · 6 years ago
  3. ae98af5 Work around CTS failure in eglCreateImageKHR. by Krzysztof Kosiński · 6 years ago
  4. b18333d Expose EGL_EXT_image_gl_colorspace if EGL_KHR... is present. by Krzysztof Kosiński · 6 years ago
  5. b2a20f6 Merge "Refactor color space attribute processing." into pi-dev by TreeHugger Robot · 6 years ago
  6. f2fc4e9 Refactor color space attribute processing. by Krzysztof Kosiński · 6 years ago
  7. 41171c5 Fix extension name for EGLImage colorspace support. by Krzysztof Kosiński · 6 years ago
  8. f210217 Do not strip colorspace attribute for RGB888 surfaces. by Krzysztof Kosiński · 6 years ago
  9. 5e7d9d5 Remove temporary hack from gl2ext.h header. by Krzysztof Kosiński · 6 years ago
  10. 89238e9 Merge "EGL: Fix ARM assembly constraint." into pi-dev by TreeHugger Robot · 6 years ago
  11. 3430724 Expose additional symbols from libGLESv2 and libGLESv3. by Krzysztof Kosiński · 6 years ago
  12. b0bcd26 EGL: Fix ARM assembly constraint. by Krzysztof Kosiński · 6 years ago
  13. 1381b18 Update EGL and GLES headers. by Krzysztof Kosiński · 6 years ago
  14. 4245cba Add EGL_EXT_image_gl_colorspace to EGL whitelist. by Krzysztof Kosiński · 6 years ago
  15. a1e59f1 EGL: Fix over zealous colorspace implementation by Courtney Goeltzenleuchter · 6 years ago
  16. 936799c EGL: Plumb HDR metadata by Courtney Goeltzenleuchter · 6 years ago
  17. 1ec2546 Merge "Fix link-type warning on GLPerf" into pi-dev by TreeHugger Robot · 6 years ago
  18. f542901 Merge "Fix link-type warning on GLDual" into pi-dev by TreeHugger Robot · 6 years ago
  19. dd26605 Merge "Fix link-type warning on GL2JNI" into pi-dev by TreeHugger Robot · 6 years ago
  20. fe58d1e Fix link-type warning on GLDual by Inseob Kim · 6 years ago
  21. 4d1ee68 Fix link-type warning on GL2JNI by Inseob Kim · 6 years ago
  22. 616d0ed Fix link-type warning on GLJNI by Inseob Kim · 6 years ago
  23. f4fd7b2 Fix link-type warning on GLPerf by Inseob Kim · 6 years ago
  24. e65ab70 Merge "Don't use cutils/Atomic.h" am: 8f4529bbc2 am: 410582488d am: afbe4eee71 by Steven Moreland · 6 years ago
  25. 2716e11 Don't use cutils/Atomic.h by Steven Moreland · 6 years ago
  26. 094ae23 Build TestFramerate against the sdk. by Anton Hansson · 6 years ago
  27. bbd028c Merge "frameworks/native: Set LOCAL_SDK_VERSION where possible." am: 8b3b108987 am: 52d0ad7033 by hansson · 6 years ago
  28. d8b1200 frameworks/native: Set LOCAL_SDK_VERSION where possible. by Anton Hansson · 6 years ago
  29. b1d70ec Remove colorspace attribute processing on Stream by Courtney Goeltzenleuchter · 6 years ago
  30. 786ab88 Add hdr attributes to setSurfaceAttr by Courtney Goeltzenleuchter · 7 years ago
  31. 52de2fd EGL: Properly strip out unknown attributes by Courtney Goeltzenleuchter · 6 years ago
  32. 12ffe09 Add HDR dataspaces to EGL by Courtney Goeltzenleuchter · 7 years ago
  33. 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
  34. 95c8f46 Reserve enum for EXT_image_gl_colorspace. by Philip Rideout · 7 years ago
  35. 420d676 Merge "readdir_r is deprecated." am: 9ace4848ae am: 15f5c001ae am: c68047c18e by Elliott Hughes · 7 years ago
  36. 2eab3fc readdir_r is deprecated. by Elliott Hughes · 7 years ago
  37. cbf81da Add missing include. by Dan Albert · 7 years ago
  38. 13f2c07 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 7 years ago
  39. 7025b54 Fix sanitizer in egl_display_t::get. by Ivan Lozano · 7 years ago
  40. 44d517c Merge "emulator: api 26 fix guest rendering" am: 2463d6b8bc by Bo Hu · 7 years ago
  41. 0f82d87 emulator: api 26 fix guest rendering by Lingfeng Yang · 7 years ago
  42. 52870fc emulator: api 26 fix guest rendering by Lingfeng Yang · 7 years ago
  43. 81be999 Merge "Use -Werror in frameworks/native/opengl/tests" am: 5de5abdef3 am: 7b8ff05d85 by Chih-hung Hsieh · 7 years ago
  44. 7b8ff05 Merge "Use -Werror in frameworks/native/opengl/tests" am: 5de5abdef3 by Chih-hung Hsieh · 7 years ago
  45. 7e9cd8e Use -Werror in frameworks/native/opengl/tests by Chih-Hung Hsieh · 7 years ago
  46. 3be092a Fix signed/unsigned conversion warning by Chih-Hung Hsieh · 7 years ago
  47. 4994440 Merge commit '2fc42a279697a847d5b6961914f6f6afbed49a48' from by Xin Li · 7 years ago
  48. 2df8339 Merge "Fix trivial compiler warnings" by Chih-hung Hsieh · 7 years ago
  49. 8ecb312 Remove GCC-specific pragma am: 020c6ead1a am: 795c8c1d88 am: f3c3e9a946 by Pirama Arumuga Nainar · 7 years ago
  50. f3c3e9a Remove GCC-specific pragma am: 020c6ead1a am: 795c8c1d88 by Pirama Arumuga Nainar · 7 years ago
  51. e800ccb Port JNIHelp changes to GL stubs by Pirama Arumuga Nainar · 7 years ago
  52. 020c6ea Remove GCC-specific pragma by Pirama Arumuga Nainar · 7 years ago
  53. 9e7cd07 Move some of the logic from egl_cache_t into FileBlobCache by Stan Iliev · 7 years ago
  54. 11e77b5 Fix trivial compiler warnings by Chih-Hung Hsieh · 7 years ago
  55. bf09a05 Merge "Use -Werror in frameworks/native/opengl/libagl" am: d4f0d3a4d2 am: fe805e8913 by Chih-hung Hsieh · 7 years ago
  56. b60bde6 Merge "Use -Werror in frameworks/native/opengl/libagl" am: d4f0d3a4d2 by Chih-hung Hsieh · 7 years ago
  57. d4f0d3a Merge "Use -Werror in frameworks/native/opengl/libagl" by Chih-hung Hsieh · 7 years ago
  58. 0e1f4ce Fix clang-tidy performance warnings in frameworks/native. by Chih-Hung Hsieh · 7 years ago
  59. 1e02a62 Use -Werror in frameworks/native/opengl/libagl by Chih-Hung Hsieh · 7 years ago
  60. da3ad6f Convert tests to Android.bp by Chih-Hung Hsieh · 7 years ago
  61. ab5e67a Merge "Update EGL_ANDROID_get_native_client_buffer.txt" am: c8b3006e57 am: b002413faf am: 9b35a97f3a by Jesse Hall · 7 years ago
  62. 3db6b7d Merge "Update EGL_ANDROID_get_native_client_buffer.txt" am: c8b3006e57 am: b002413faf by Jesse Hall · 7 years ago
  63. b002413 Merge "Update EGL_ANDROID_get_native_client_buffer.txt" am: c8b3006e57 by Jesse Hall · 7 years ago
  64. c8b3006 Merge "Update EGL_ANDROID_get_native_client_buffer.txt" by Treehugger Robot · 7 years ago
  65. 224d992 Update EGL_ANDROID_get_native_client_buffer.txt by Jesse Hall · 7 years ago
  66. f86eba0 Merge "Use -Werror in frameworks/native/opengl/libs" am: cefdd49b3f am: 3d0b76041f am: 40fba6046e by Chih-hung Hsieh · 7 years ago
  67. 31e1800 Merge "Use -Werror in frameworks/native/opengl/libs" am: cefdd49b3f am: 3d0b76041f by Chih-hung Hsieh · 7 years ago
  68. 3d0b760 Merge "Use -Werror in frameworks/native/opengl/libs" am: cefdd49b3f by Chih-hung Hsieh · 7 years ago
  69. cefdd49 Merge "Use -Werror in frameworks/native/opengl/libs" by Chih-hung Hsieh · 7 years ago
  70. 13377a5 Merge "SurfaceFlinger Transactions as distinct objects." by Rob Carr · 7 years ago
  71. 5e931d8 resolve merge conflicts of e221e0131 to oc-mr1-dev-plus-aosp by Dan Albert · 7 years ago
  72. fb23ba2 Merge "Add missing includes." am: 2df3edeae6 by Dan Albert · 7 years ago
  73. 2df3ede Merge "Add missing includes." by Treehugger Robot · 7 years ago
  74. 4cdc58f SurfaceFlinger Transactions as distinct objects. by Robert Carr · 7 years ago
  75. 3c9c33a Add missing includes. by Dan Albert · 7 years ago
  76. 9f93afe Add missing includes. by Dan Albert · 7 years ago
  77. 5731587 Convert lib to Android.bp by Courtney Goeltzenleuchter · 7 years ago
  78. c60a0f0 Use -Werror in frameworks/native/opengl/libs by Chih-Hung Hsieh · 7 years ago
  79. 0a9f7d0 Merge "Handle glGetString returning NULL" am: 329904ffb2 am: cbd23648b6 am: 0999d283e8 by Jesse Hall · 7 years ago
  80. 8ad914f Merge "Handle glGetString returning NULL" am: 329904ffb2 am: cbd23648b6 by Jesse Hall · 7 years ago
  81. cbd2364 Merge "Handle glGetString returning NULL" am: 329904ffb2 by Jesse Hall · 7 years ago
  82. 329904f Merge "Handle glGetString returning NULL" by Jesse Hall · 7 years ago
  83. 09fc8f9 Handle glGetString returning NULL by Jesse Hall · 7 years ago
  84. 4507662 Merge "cpp: use proper nativehelper headers" by TreeHugger Robot · 7 years ago
  85. 5c34e48 resolve merge conflicts of 8007bdd7d to stage-aosp-master by Jae Shin · 7 years ago
  86. 8d455e9 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 7 years ago
  87. 5873918 Fix unused parameter warning by Courtney Goeltzenleuchter · 7 years ago
  88. a885c3a Print ImplementationANDROID extensions as well by Courtney Goeltzenleuchter · 7 years ago
  89. 5309d7d Mark EGL/GLES libs as vendor_available by Jiyong Park · 7 years ago
  90. a3f8840 GraphicsEnv is separated from libui by Jiyong Park · 7 years ago
  91. a018099 Merge "emulator: update EGL emulation library path" am: 7e7457f225 by Bo Hu · 7 years ago
  92. 7e7457f Merge "emulator: update EGL emulation library path" by Bo Hu · 7 years ago
  93. 6685474 Merge "Fix monolithic, un-suffixed GLES driver search" am: cd89b87637 am: 2ba1a2a9dc by Jesse Hall · 7 years ago
  94. 2ba1a2a Merge "Fix monolithic, un-suffixed GLES driver search" am: cd89b87637 by Jesse Hall · 7 years ago
  95. 4aaa960 Fix monolithic, un-suffixed GLES driver search by Jesse Hall · 7 years ago
  96. 3adf9e1 emulator: update EGL emulation library path by bohu · 7 years ago
  97. 88bd1e0 cpp: use proper nativehelper headers by Steven Moreland · 7 years ago
  98. 7c47163 Merge "Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK" into oc-mr1-dev by Jiyong Park · 7 years ago
  99. 9e354bd Merge "Add useful helper functions for tests" into oc-mr1-dev am: 77dd2aaf72 by Courtney Goeltzenleuchter · 7 years ago
  100. 00b15b8 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 7 years ago