summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-05-27 15:11:33 +1000
committerDave Airlie <airlied@redhat.com>2016-05-28 05:29:23 +1000
commitf0254fdd070d14d7910555e03ed9cd103d0f9777 (patch)
treef0cfc1f077463e096f094d61b98811144911f38f /src/mesa/main/get.c
parent4717d5a2d33cf61e65573339ba78b4016203021e (diff)
downloadexternal_mesa3d-f0254fdd070d14d7910555e03ed9cd103d0f9777.zip
external_mesa3d-f0254fdd070d14d7910555e03ed9cd103d0f9777.tar.gz
external_mesa3d-f0254fdd070d14d7910555e03ed9cd103d0f9777.tar.bz2
mesa/get: drop unused extension checks.
These all show up as unused warnings here, so drop them for now. Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index e3a0a11..9f70749 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -450,8 +450,6 @@ EXTRA_EXT(ARB_shader_atomic_counters);
EXTRA_EXT(ARB_draw_indirect);
EXTRA_EXT(ARB_shader_image_load_store);
EXTRA_EXT(ARB_viewport_array);
-EXTRA_EXT(ARB_compute_shader);
-EXTRA_EXT(ARB_gpu_shader5);
EXTRA_EXT(ARB_query_buffer_object);
EXTRA_EXT2(ARB_transform_feedback3, ARB_gpu_shader5);
EXTRA_EXT(INTEL_performance_query);
@@ -483,7 +481,6 @@ extra_NV_primitive_restart[] = {
static const int extra_version_30[] = { EXTRA_VERSION_30, EXTRA_END };
static const int extra_version_31[] = { EXTRA_VERSION_31, EXTRA_END };
static const int extra_version_32[] = { EXTRA_VERSION_32, EXTRA_END };
-static const int extra_version_40[] = { EXTRA_VERSION_40, EXTRA_END };
static const int extra_gl30_es3[] = {
EXTRA_VERSION_30,