projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677151a
)
mesa: init ctx->RenderMode
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 20 Jun 2008 20:29:49 +0000
(14:29 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 20 Jun 2008 20:29:49 +0000
(14:29 -0600)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index e5264bcaf9d2a9b793cf8517d86ae2b9f845c95f..be93d844e0d6ccbadc2eec5b6c5f7c4cd3003d81 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-996,6
+996,8
@@
init_attrib_groups(GLcontext *ctx)
#endif
#if FEATURE_feedback
_mesa_init_feedback( ctx );
+#else
+ ctx->RenderMode = GL_RENDER;
#endif
_mesa_init_fog( ctx );
#if FEATURE_histogram