Opened 16 years ago
Closed 15 years ago
#2837 closed enhancement (fixed)
[feature-request] Please support OpenGL 2 and Unigine
Reported by: | Technologov | Owned by: | |
---|---|---|---|
Component: | 3D support | Version: | VirtualBox 3.2.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Since the inclusion of OpenGL in VBox 2.1.0 it would be nice to make it feature-complete.
Namely OpenGL 2 support.
There is very nice new demo needing it - "Unigine Tropics".
OpenGL extensions: (as shown from my host and guest)
http://forums.virtualbox.org/viewtopic.php?p=50755#50755
Unigine Tropics fails because VBox 2.1 lacks GL_EXT_draw_range_elements
-Technologov, 20.12.2008.
Change History (13)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
BTW: Since OpenGL 2.0 support in VBox now is officially announced, this becomes a bug, not a feature-request unlike before.
comment:3 by , 16 years ago
Summary: | [feature-request] Please support OpenGL 2 and Unigine → [feature-request] Please support OpenGL 2 and Unigine -> Fixed in SVN. |
---|
The thing is that "GL_EXT_draw_range_elements" is promoted to core feature in opengl 1.2 ... thus it's not required to export this as an extension string. Because there's glDrawRangeElements function if GL_VERSION >= 1.2. Anyway, seems like many apps check for this extension for some odd reason, thus fixed in svn.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please upgrade to VBox 3.1.0, update the guest additions to 3.1.0 as well!
comment:5 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Unigine Tropics still fails. Please remove the misleading "-> Fixed in SVN" tag.
It is freeware, so feel free to download it.
Host: Windows Vista, 32-bit, Core 2 P8600, NVIDIA GeForce 9700M GTS, VBox 3.1.0
Guest: Windows XP
-Technologov
comment:7 by , 15 years ago
Summary: | [feature-request] Please support OpenGL 2 and Unigine -> Fixed in SVN. → [feature-request] Please support OpenGL 2 and Unigine |
---|---|
Version: | VirtualBox 2.1.0 → VirtualBox 3.1.0 |
I assume there was no change with the 3.2 releases, right?
comment:8 by , 15 years ago
Tried 3.2.6. Yes, it still fails, with the same error as 3.1.0 does. It fails by saying "GL_EXT_texture_sRGB is not supported"
'Unigine Tropics' is freeware demo, so you can look at it.
-Technologov
comment:9 by , 15 years ago
Version: | VirtualBox 3.1.0 → VirtualBox 3.2.6 |
---|
comment:10 by , 15 years ago
OpenGL 2.0 and 2.1 is supported for quite a while now. There was a silly typo prevening GL_EXT_texture_sRGB support, which is fixed now.
This problem still exists in VBox 3.0. Unigine Tropics still fails in OpenGL mode because VBox 3.0 lacks GL_EXT_draw_range_elements
-Technologov