projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6113fc
)
put FEATURE_NV_vertex_program around vpstate.h include
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 19 Nov 2002 15:25:00 +0000
(15:25 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 19 Nov 2002 15:25:00 +0000
(15:25 +0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index f43b8708e68b39372affd6c1edfa2627277d47fd..4656f25a70146a098b59aa02090b97c3c804a45c 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1,8
+1,8
@@
-/* $Id: context.c,v 1.18
8 2002/10/30 19:49:29
brianp Exp $ */
+/* $Id: context.c,v 1.18
9 2002/11/19 15:25:00
brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version:
4
.1
+ * Version:
5
.1
*
* Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
@@
-49,7
+49,9
@@
#include "texstate.h"
#include "mtypes.h"
#include "varray.h"
+#if FEATURE_NV_vertex_program
#include "vpstate.h"
+#endif
#include "vtxfmt.h"
#include "math/m_translate.h"
#include "math/m_matrix.h"