Summary: | TextRenderer causes a GLException on pre-OpenGL 1.5 version | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | awt | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | P5 | ||
Version: | 1 | ||
Hardware: | All | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: | |
Workaround: | --- | ||
Attachments: |
Log file obtained when the JVM crashed with JOGL 1.1.1 release candidate 5
source code to reproduce the bug easily Cleanest bug fix (force the use of VBO on OpenGL 1.4 if GL_ARB_vertex_buffer_object is available) Cleanest bug fix version 2 (GL_ARB_vertex_buffer_object can be supported in OpenGL 1.3 on some graphics cards) Cleanest bug fix version 3 following Kenneth Russell's suggestions Cleanest bug fix version 4 (tested, works but has poor performance) Final cleanest fix, tested under OpenGL 1.3 Fix handling the crash with Intel chips and working with OpenGL 1.4 too |
Description
Sven Gothel
2010-03-24 07:51:28 CET
|