From 7e807510d8c3e88ee7ae6c697393201cf08f992f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 5 Nov 2005 17:10:45 +0000 Subject: Unify vertex/fragment program instuctions. Based on patch by Ian (#4967) but also unify instruction opcodes. --- src/mesa/shader/nvprogram.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/shader/nvprogram.c') diff --git a/src/mesa/shader/nvprogram.c b/src/mesa/shader/nvprogram.c index 4b89301764..c85e7c00bd 100644 --- a/src/mesa/shader/nvprogram.c +++ b/src/mesa/shader/nvprogram.c @@ -44,10 +44,9 @@ #include "macros.h" #include "mtypes.h" #include "nvfragparse.h" -#include "nvfragprog.h" +#include "program_instruction.h" #include "nvvertexec.h" #include "nvvertparse.h" -#include "nvvertprog.h" #include "nvprogram.h" #include "program.h" -- cgit v1.2.3