summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2016-08-19 15:10:51 +0100
committerIan Romanick <[email protected]>2017-05-22 10:51:26 -0700
commit7174e3f22bdcfa280e0abcec0d3fc3566b66bbd8 (patch)
treefc8ebd6ddbaab2ca8f83c7edde8173a823085dc8 /src/mesa/main/get.c
parentb026f45bdd4ed5d583599be033ee54a86fb5dd11 (diff)
mesa: GL_ARB_shader_subroutine is not optional in core profile
text data bss dec hex filename 7038459 235248 37280 7310987 6f8e8b 32-bit i965_dri.so before 7038227 235248 37280 7310755 6f8da3 32-bit i965_dri.so after 6681438 303400 50608 7035446 6b5a36 64-bit i965_dri.so before 6681254 303400 50608 7035262 6b597e 64-bit i965_dri.so after Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index cf3ee6385ef..6ad107b22c4 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -490,7 +490,6 @@ EXTRA_EXT(ARB_clip_control);
EXTRA_EXT(EXT_polygon_offset_clamp);
EXTRA_EXT(ARB_framebuffer_no_attachments);
EXTRA_EXT(ARB_tessellation_shader);
-EXTRA_EXT(ARB_shader_subroutine);
EXTRA_EXT(ARB_shader_storage_buffer_object);
EXTRA_EXT(ARB_indirect_parameters);
EXTRA_EXT(ATI_meminfo);