commit | 5cd79f9267c5ce71d9fc3355ab0ba8fe5fdf636a | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Tue Feb 17 04:25:24 2004 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Tue Feb 17 04:25:24 2004 +0000 |
tree | b249111aad7b974ba9db6865ab9dd98c2cf9f47e | |
parent | c2f6d6d092cb769416af453a9b8e216b20747bec [diff] [blame] |
added FogOption to fragment_program struct
diff --git a/src/mesa/main/arbfragparse.c b/src/mesa/main/arbfragparse.c index 0443862..bce8732 100644 --- a/src/mesa/main/arbfragparse.c +++ b/src/mesa/main/arbfragparse.c
@@ -206,6 +206,7 @@ program->NumTexInstructions = ap.NumTexInstructions; program->NumTexIndirections = ap.NumTexIndirections; program->Parameters = ap.Parameters; + program->FogOption = ap.FogOption; /* XXX: Parse error. Cleanup things and return */ if (retval)