diff options
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_exec.h')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_exec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.h b/src/mesa/pipe/tgsi/exec/tgsi_exec.h index cf298b7c655..0f2dd7d9874 100644 --- a/src/mesa/pipe/tgsi/exec/tgsi_exec.h +++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.h @@ -167,10 +167,6 @@ tgsi_exec_machine_init( struct tgsi_sampler *samplers); void -tgsi_exec_prepare( - struct tgsi_exec_machine *mach ); - -void tgsi_exec_machine_run( struct tgsi_exec_machine *mach ); |