From c7f571eb7e44da65950054fa75f599453bceca0c Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 30 Aug 2006 22:36:29 +0000 Subject: Add missing vec4 instructions to the interpreter. Other cosmetic changes. --- src/mesa/shader/slang/slang_execute.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/shader/slang/slang_execute.h') diff --git a/src/mesa/shader/slang/slang_execute.h b/src/mesa/shader/slang/slang_execute.h index 4afad20a4d..cb152c7142 100644 --- a/src/mesa/shader/slang/slang_execute.h +++ b/src/mesa/shader/slang/slang_execute.h @@ -70,7 +70,8 @@ GLvoid slang_machine_dtr (slang_machine *); void slang_machine_init (slang_machine *); -int _slang_execute2 (const slang_assembly_file *, slang_machine *); +GLboolean +_slang_execute2 (const slang_assembly_file *, slang_machine *); #if defined(USE_X86_ASM) || defined(SLANG_X86) GLboolean _slang_x86_codegen (slang_machine *, slang_assembly_file *, GLuint); -- cgit v1.2.3