Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: third_party/khronos/EGL/eglext.h

Issue 2443703002: Remove old tokens for DMA-BUF import modifiers. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/khronos/EGL/eglext.h
diff --git a/third_party/khronos/EGL/eglext.h b/third_party/khronos/EGL/eglext.h
index dc5ee675067e1d78fe6b93d8605b06933912a3ef..957bafd4596361d536cd8892b627e0cfe180e17d 100644
--- a/third_party/khronos/EGL/eglext.h
+++ b/third_party/khronos/EGL/eglext.h
@@ -576,14 +576,6 @@ typedef EGLint (EGLAPIENTRYP PFNEGLDUPNATIVEFENCEFDANDROIDPROC)(EGLDisplay dpy,
#define EGL_YUV_NARROW_RANGE_EXT 0x3283
#define EGL_YUV_CHROMA_SITING_0_EXT 0x3284
#define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285
-// TODO(hshi): remove the old EGL_LINUX_DRM_PLANE*_MODIFIERS* tokens
-// after chrome uprevs and corresponding driver updates are complete
-#define EGL_LINUX_DRM_PLANE0_MODIFIER0_EXT 0x3286
-#define EGL_LINUX_DRM_PLANE0_MODIFIER1_EXT 0x3287
-#define EGL_LINUX_DRM_PLANE1_MODIFIER0_EXT 0x3288
-#define EGL_LINUX_DRM_PLANE1_MODIFIER1_EXT 0x3289
-#define EGL_LINUX_DRM_PLANE2_MODIFIER0_EXT 0x328a
-#define EGL_LINUX_DRM_PLANE2_MODIFIER1_EXT 0x328b
#endif
#ifndef EGL_EXT_image_dma_buf_import_modifiers
Ken Russell (switch to Gerrit) 2016/10/21 22:25:40 Same comment as earlier about upstreaming these to
« no previous file with comments | « no previous file | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698