diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-30 15:49:01 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-03-30 15:49:01 +0000 |
commit | 408722351d1ad7dab1fff017ba2403642f231df5 (patch) | |
tree | ff74eb9661ca0f50bda50cd5c6001ee3a20e3750 | |
parent | 56fe21b3e7eb84a9bc9afaa69e7ce60381b9f004 (diff) |
enable 1.4 extensions
-rw-r--r-- | src/mesa/drivers/beos/GLView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/beos/GLView.cpp b/src/mesa/drivers/beos/GLView.cpp index 03a7c2c130..b6b85159a2 100644 --- a/src/mesa/drivers/beos/GLView.cpp +++ b/src/mesa/drivers/beos/GLView.cpp @@ -1,4 +1,4 @@ -/* $Id: GLView.cpp,v 1.8 2002/11/13 22:22:20 brianp Exp $ */ +/* $Id: GLView.cpp,v 1.9 2003/03/30 15:49:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -288,7 +288,7 @@ BGLView::BGLView(BRect rect, char *name, _mesa_enable_sw_extensions(ctx); _mesa_enable_1_3_extensions(ctx); - //_mesa_enable_1_4_extensions(ctx); + _mesa_enable_1_4_extensions(ctx); /* Initialize the software rasterizer and helper modules. */ |