-
- Downloads
* TGLFormat, TGLWidget
Add handling of multi-sampling formats for GLX. WGL implementation is still missing. The value is taken from TEnv "OpenGL.Framebuffer.Multisample". * TGLViewerBase Use TGLCapabilityEnabler for switching on bleniding. * TGLViewer Remove flas fInitGL and associated functions. Set sane GL state on every Draw(). Consolidate image extraction from frame-buffers. * TGLEmbeddedViewer, TGLSAViewer Remove calls to ResetInitGL(). * TGLRnrCtx Remove fGrabBuffer and fGrabbedImage members, only keep fGrabImage flag. All the rest is handled internally in TGLViewer now. * TGLFBO Add support for multi-sampling FBOs. git-svn-id: http://root.cern.ch/svn/root/trunk@36675 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- graf3d/gl/inc/TGLContext.h 1 addition, 1 deletiongraf3d/gl/inc/TGLContext.h
- graf3d/gl/inc/TGLFBO.h 14 additions, 4 deletionsgraf3d/gl/inc/TGLFBO.h
- graf3d/gl/inc/TGLFormat.h 29 additions, 16 deletionsgraf3d/gl/inc/TGLFormat.h
- graf3d/gl/inc/TGLRnrCtx.h 1 addition, 4 deletionsgraf3d/gl/inc/TGLRnrCtx.h
- graf3d/gl/inc/TGLViewer.h 3 additions, 6 deletionsgraf3d/gl/inc/TGLViewer.h
- graf3d/gl/inc/TGLWidget.h 2 additions, 0 deletionsgraf3d/gl/inc/TGLWidget.h
- graf3d/gl/src/TGLContext.cxx 11 additions, 8 deletionsgraf3d/gl/src/TGLContext.cxx
- graf3d/gl/src/TGLEmbeddedViewer.cxx 0 additions, 4 deletionsgraf3d/gl/src/TGLEmbeddedViewer.cxx
- graf3d/gl/src/TGLFBO.cxx 172 additions, 59 deletionsgraf3d/gl/src/TGLFBO.cxx
- graf3d/gl/src/TGLFormat.cxx 111 additions, 10 deletionsgraf3d/gl/src/TGLFormat.cxx
- graf3d/gl/src/TGLSAViewer.cxx 0 additions, 4 deletionsgraf3d/gl/src/TGLSAViewer.cxx
- graf3d/gl/src/TGLViewer.cxx 65 additions, 72 deletionsgraf3d/gl/src/TGLViewer.cxx
- graf3d/gl/src/TGLViewerBase.cxx 4 additions, 6 deletionsgraf3d/gl/src/TGLViewerBase.cxx
- graf3d/gl/src/TGLWidget.cxx 24 additions, 4 deletionsgraf3d/gl/src/TGLWidget.cxx
Loading
Please register or sign in to comment