From 9f4d812aa70bfd9a4507d52b994e55f25e2d2c3d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Feb 2003 19:30:59 +0000 Subject: [PATCH] set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3 --- src/mesa/main/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index b9e58cd..cfcba30 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.43 2003/01/14 04:55:45 brianp Exp $ */ +/* $Id: config.h,v 1.44 2003/02/25 19:30:59 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -164,7 +164,7 @@ #define MAX_NV_FRAGMENT_PROGRAM_TEMPS 96 #define MAX_NV_FRAGMENT_PROGRAM_PARAMS 64 #define MAX_NV_FRAGMENT_PROGRAM_INPUTS 12 -#define MAX_NV_FRAGMENT_PROGRAM_OUTPUTS 7 +#define MAX_NV_FRAGMENT_PROGRAM_OUTPUTS 3 #define MAX_NV_FRAGMENT_PROGRAM_WRITE_ONLYS 2 -- 2.7.4