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:53:10 +0200
committerMarek Olšák <[email protected]>2017-05-08 18:32:00 +0200
commit7ca8b86cb9d27db2251507d84026e031ae9304f3 (patch)
treec1b31fdc8f85bbd3efbb9a43d8844d0332b08bf9 /src/mesa/state_tracker/st_glsl_to_tgsi.h
parent88d46ac18461f18be0a801ad57bd8b0288057dc6 (diff)
st/mesa: decrease the size of remaining st_translate_program array params
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.h b/src/mesa/state_tracker/st_glsl_to_tgsi.h
index 7042817d29d..37dfdb3c140 100644
--- a/src/mesa/state_tracker/st_glsl_to_tgsi.h
+++ b/src/mesa/state_tracker/st_glsl_to_tgsi.h
@@ -43,10 +43,10 @@ enum pipe_error st_translate_program(
const struct gl_program *proginfo,
GLuint numInputs,
const ubyte inputMapping[],
- const GLuint inputSlotToAttr[],
+ const ubyte inputSlotToAttr[],
const ubyte inputSemanticName[],
const ubyte inputSemanticIndex[],
- const GLuint interpMode[],
+ const ubyte interpMode[],
GLuint numOutputs,
const ubyte outputMapping[],
const ubyte outputSemanticName[],