High Activity

Commits : Individual Commit

  Analyzed 9 days ago based on code collected 9 days ago.

Commit ID ed7d5f2e3fc696d47b10c8d62a071643bf385588

Avatar Contributor: Sven Gothel Files Modified: 4
Date: 05-October-2012 at 15:49 Lines Added: 39
Repository: git://github.com/sgothel/jogl.git master Lines Removed: 28
Commit Comment: FBO/Offscreen: Use most simple GLCapabilities for GLFBODrawableImpl's underlying dummy surface/drawable
If stencil or MSAA has been selected, the underlying dummy drawable doesn't need to have this configuration,
i.e. doesn't need to waste the resources.

- Creation of the dummy surface/drawable uses a simple GLCapabilities

- Requested FBO GLCapabilities is being passes down to the dummy drawable

- GLFBODrawableImpl ctor leaves caps untouched

- GLFBODrawableImpl.initialize(boolean realize)
- realize == true: using the requested FBO caps and setting it in the parent dummy drawable
- realize == false: restore the original caps of dummy drawable
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  Java 29 24 9 4 1 0

Changes by File

Showing page 1 of 1
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
...jogamp/opengl/GLDrawableFactoryImpl.java Java 4 3 2 1 0 0
...lasses/jogamp/opengl/GLDrawableImpl.java Java 5 4 0 0 1 0
...ses/jogamp/opengl/GLFBODrawableImpl.java Java 16 14 7 3 0 0
...LAutoDrawableFactoryOffscrnCapsNEWT.java Java 4 3 0 0 0 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.