index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
com
/
jogamp
/
opengl
/
FBObject.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1037 - FBObject: Add proper attachment size validation at init, reset and...
Sven Gothel
2014-07-28
1
-13
/
+43
*
Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...
Sven Gothel
2014-07-28
1
-142
/
+255
*
Findbugs.minor: Fix 'array -> string', missing argument
Sven Gothel
2014-07-08
1
-1
/
+1
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-83
/
+83
*
Bug 1009: Make FBObject's sampling sink format compatible w/ sampling source ...
Sven Gothel
2014-05-26
1
-17
/
+97
*
Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos...
Sven Gothel
2014-03-02
1
-2
/
+2
*
Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFull...
Sven Gothel
2014-01-24
1
-16
/
+17
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+4
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-393
/
+393
*
GLVersionNumber.createVendorVersion(): Only test match result and potentially...
Sven Gothel
2013-05-31
1
-10
/
+5
*
FBObject.init() uses safe 1x1 size like reset(..) to behave equal; GLFBODrawa...
Sven Gothel
2013-04-12
1
-5
/
+7
*
FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap...
Sven Gothel
2013-01-26
1
-2
/
+4
*
FBObject, minor edit: GL2GL3.GL_MAX_COLOR_ATTACHMENTS -> GL2ES2.GL_MAX_COLOR_...
Sven Gothel
2012-12-21
1
-1
/
+2
*
Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...
Sven Gothel
2012-12-15
1
-1
/
+2
*
Bug 634 - Part 1: Fix FBObject regression of commit dbc260bd2e917ee9001461749...
Sven Gothel
2012-11-08
1
-4
/
+12
*
FBObject: Rename private fields for better reading: samplesSink* -> samplingS...
Sven Gothel
2012-11-06
1
-65
/
+65
*
Bug 634 - Part 1: FBObject, Make MSAA 'samplingSink' mutable and add setSampl...
Sven Gothel
2012-11-06
1
-10
/
+33
*
Minor edits FBObject/GearsObject
Sven Gothel
2012-10-28
1
-1
/
+1
*
Fix Bug 630: packedDepthStencilAvail didn't check for EXT_packed_depth_stenci...
Sven Gothel
2012-10-24
1
-1
/
+3
*
Fix Bug 617 (part2): Workaround buggy GPU driver where FBO reattachment of Co...
Sven Gothel
2012-10-06
1
-1
/
+4
*
Fix FBObject DEPTH_STENCIL renderbuffer usage
Sven Gothel
2012-10-05
1
-38
/
+46
*
FBObject/GLFBODrawable: Debug / glError detection
Sven Gothel
2012-10-02
1
-8
/
+11
*
FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....
Sven Gothel
2012-09-27
1
-23
/
+37
*
FBObject: Small cleanup of freeColorbufferImpl(gl, i) -> freeAllColorbufferIm...
Sven Gothel
2012-09-21
1
-27
/
+26
*
FBObject cleanup / review: strings, simplified re-attachment, removed redunda...
Sven Gothel
2012-09-20
1
-169
/
+262
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-342
/
+540
*
Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...
Sven Gothel
2012-08-17
1
-3
/
+1
*
Robustness: FBObject or reset(..)
Sven Gothel
2012-08-17
1
-37
/
+69
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-0
/
+1943