summaryrefslogtreecommitdiffstats
path: root/gpu/GLES2
diff options
context:
space:
mode:
authorccameron <ccameron@chromium.org>2015-10-09 16:17:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-09 23:19:09 +0000
commitdfb2f20b188050fad46871256231459aec220c5c (patch)
tree788cfadf8ca798a74df20009a0dd70352481a6c7 /gpu/GLES2
parented48a698b35b4900a124804b89ff6e408a8a430d (diff)
downloadchromium_src-dfb2f20b188050fad46871256231459aec220c5c.zip
chromium_src-dfb2f20b188050fad46871256231459aec220c5c.tar.gz
chromium_src-dfb2f20b188050fad46871256231459aec220c5c.tar.bz2
gpu: Remove GL_TEXTURE_POOL_CHROMIUM
The distinction between "managed" and "unmanaged" is not used anywhere anymore. The behavior of EnsureGPUMemoryAvailable might appear to be affected by this, but all implementations always return true. Arguably this should be removed as well. BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1399493003 Cr-Commit-Position: refs/heads/master@{#353418}
Diffstat (limited to 'gpu/GLES2')
-rw-r--r--gpu/GLES2/gl2extchromium.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
index 51928a3..a79b3e7 100644
--- a/gpu/GLES2/gl2extchromium.h
+++ b/gpu/GLES2/gl2extchromium.h
@@ -27,23 +27,6 @@ typedef void (GL_APIENTRYP PFNGLTEXIMAGEIOSURFACE2DCHROMIUMPROC) (
GLuint plane);
#endif /* GL_CHROMIUM_iosurface */
-/* GL_CHROMIUM_gpu_memory_manager */
-#ifndef GL_CHROMIUM_gpu_memory_manager
-#define GL_CHROMIUM_gpu_memory_manager 1
-
-#ifndef GL_TEXTURE_POOL_UNMANAGED_CHROMIUM
-#define GL_TEXTURE_POOL_UNMANAGED_CHROMIUM 0x6002
-#endif
-
-#ifndef GL_TEXTURE_POOL_CHROMIUM
-#define GL_TEXTURE_POOL_CHROMIUM 0x6000
-#endif
-
-#ifndef GL_TEXTURE_POOL_MANAGED_CHROMIUM
-#define GL_TEXTURE_POOL_MANAGED_CHROMIUM 0x6001
-#endif
-#endif /* GL_CHROMIUM_gpu_memory_manager */
-
/* GL_CHROMIUM_texture_mailbox */
#ifndef GL_CHROMIUM_texture_mailbox
#define GL_CHROMIUM_texture_mailbox 1