|
|
|
@@ -307,7 +307,7 @@ st_translate_vertex_program(struct st_context *st, |
|
|
|
|
|
|
|
/* XXX: fix static allocation of tokens: |
|
|
|
*/ |
|
|
|
num_tokens = tgsi_translate_mesa_program( TGSI_PROCESSOR_VERTEX, |
|
|
|
num_tokens = st_translate_mesa_program( TGSI_PROCESSOR_VERTEX, |
|
|
|
&stvp->Base.Base, |
|
|
|
/* inputs */ |
|
|
|
vs_num_inputs, |
|
|
|
@@ -481,7 +481,7 @@ st_translate_fragment_program(struct st_context *st, |
|
|
|
|
|
|
|
/* XXX: fix static allocation of tokens: |
|
|
|
*/ |
|
|
|
num_tokens = tgsi_translate_mesa_program( TGSI_PROCESSOR_FRAGMENT, |
|
|
|
num_tokens = st_translate_mesa_program( TGSI_PROCESSOR_FRAGMENT, |
|
|
|
&stfp->Base.Base, |
|
|
|
/* inputs */ |
|
|
|
fs_num_inputs, |