summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-06-07 17:33:38 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-06-13 15:31:28 +0100
commit390678f27daf3349746b47570c9897a3208ae50b (patch)
tree38242a5af3d67522842283686e8ad24628200670 /src/mesa/main/remap.h
parent5b700059a837fba42b4af71884e3957a244992e6 (diff)
downloadexternal_mesa3d-390678f27daf3349746b47570c9897a3208ae50b.zip
external_mesa3d-390678f27daf3349746b47570c9897a3208ae50b.tar.gz
external_mesa3d-390678f27daf3349746b47570c9897a3208ae50b.tar.bz2
mesa: remove used _mesa_get_function_spec() and gl_function_remap
Final user was killed with last commit. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/remap.h')
-rw-r--r--src/mesa/main/remap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/remap.h b/src/mesa/main/remap.h
index 2e5955d..bd949a1 100644
--- a/src/mesa/main/remap.h
+++ b/src/mesa/main/remap.h
@@ -32,18 +32,9 @@ struct gl_function_pool_remap {
int remap_index;
};
-struct gl_function_remap {
- int func_index;
- int dispatch_offset; /* for sanity check */
-};
-
-
extern int
driDispatchRemapTable[];
-extern const char *
-_mesa_get_function_spec(int func_index);
-
extern int
_mesa_map_function_spec(const char *spec);