projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e1287
)
temporarily call _mesa_enable_sw_extensions() so we can run more test progs without...
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 02:15:00 +0000
(20:15 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 22 Aug 2007 02:18:58 +0000
(20:18 -0600)
src/mesa/state_tracker/st_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_context.c
b/src/mesa/state_tracker/st_context.c
index 9e89ece52e1a4a43e1c54c3dd77472c65e2ad97c..42263cab648903f805929cc4fc64a0dd7553a6ba 100644
(file)
--- a/
src/mesa/state_tracker/st_context.c
+++ b/
src/mesa/state_tracker/st_context.c
@@
-87,6
+87,9
@@
struct st_context *st_create_context( GLcontext *ctx,
st_init_cb_texture( st );
#endif
+ /* XXXX This is temporary! */
+ _mesa_enable_sw_extensions(ctx);
+
return st;
}