-
- Downloads
Allow disabling of display list usage, v1.
Some MesaGL implementations (since 2016) have trouble (segv) when one tries to store vertex array operations into display lists. The practice is indeed somewhat questionable :) The following options will allow complete or partial disablement of display list usage. OpenGL.UseDisplayLists: 1 OpenGL.UseDisplayListsForVertexArrays: 1 OpenGL.UseDisplayLists already works. Handling of OpenGL.UseDisplayListsForVertexArrays still needs to be implemented as it requires review of all GL rendering classes.
Showing
- config/rootrc.in 6 additions, 0 deletionsconfig/rootrc.in
- graf3d/gl/inc/TGLLogicalShape.h 5 additions, 0 deletionsgraf3d/gl/inc/TGLLogicalShape.h
- graf3d/gl/src/TGLLogicalShape.cxx 21 additions, 2 deletionsgraf3d/gl/src/TGLLogicalShape.cxx
- graf3d/gl/src/TGLScene.cxx 4 additions, 1 deletiongraf3d/gl/src/TGLScene.cxx
Loading
Please register or sign in to comment