projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa1df5
)
check FEATURE_EXT_framebuffer_blit
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 2 Mar 2006 03:46:33 +0000
(
03:46
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 2 Mar 2006 03:46:33 +0000
(
03:46
+0000)
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index 6cca92443283b3ce27210a8115655f4de69aa89c..c411558aa91cb65db4725fe19ea50722b420eb70 100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-229,6
+229,8
@@
_mesa_enable_sw_extensions(GLcontext *ctx)
ctx->Extensions.EXT_fog_coord = GL_TRUE;
#if FEATURE_EXT_framebuffer_object
ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
+#endif
+#if FEATURE_EXT_framebuffer_blit
ctx->Extensions.EXT_framebuffer_blit = GL_TRUE;
#endif
ctx->Extensions.EXT_histogram = GL_TRUE;