aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_glsl_to_tgsi.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-04-30 15:49:21 +0200
committerMarek Olšák <[email protected]>2017-05-08 18:32:00 +0200
commit88d46ac18461f18be0a801ad57bd8b0288057dc6 (patch)
treea1906f9c140ab7e86f91b4c709c93fda4a1157ba /src/mesa/state_tracker/st_glsl_to_tgsi.h
parent7c44810cc08e4809c5d6985c76335c3b7ebc104b (diff)
st/mesa: remove unused outputSlotToAttr
Tested-by: Edmondo Tommasina <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_glsl_to_tgsi.h')
-rw-r--r--src/mesa/state_tracker/st_glsl_to_tgsi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.h b/src/mesa/state_tracker/st_glsl_to_tgsi.h
index 6e24a958d9e..7042817d29d 100644
--- a/src/mesa/state_tracker/st_glsl_to_tgsi.h
+++ b/src/mesa/state_tracker/st_glsl_to_tgsi.h
@@ -49,7 +49,6 @@ enum pipe_error st_translate_program(
const GLuint interpMode[],
GLuint numOutputs,
const ubyte outputMapping[],
- const GLuint outputSlotToAttr[],
const ubyte outputSemanticName[],
const ubyte outputSemanticIndex[]);