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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PMVMatrix/GLMatrixFunc API doc and refine PMVMatrix update / get-Mvi/M...
Sven Gothel
2012-10-04
3
-3
/
+431
*
Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...
Sven Gothel
2012-09-30
2
-0
/
+73
*
Misc X11: Add GLX_MESA_swap_control; GLXExtensions (private); X11GLXContext c...
Sven Gothel
2012-09-29
2
-2
/
+4
*
Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...
Sven Gothel
2012-09-28
1
-6
/
+16
*
NEWT X11 ScreenMode: Ignore invalid rotation event
Sven Gothel
2012-09-28
1
-13
/
+35
*
FBObject: Clarify reset(..), resetSamplingSink(..) ; Rename syncFramebuffer(....
Sven Gothel
2012-09-27
1
-16
/
+30
*
Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...
Sven Gothel
2012-09-27
3
-50
/
+190
*
Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...
x11_xinitthreads
Sven Gothel
2012-09-21
1
-2
/
+21
*
MacOSXCGLContext: Fix missing initialization of 'needsSetContextPBuffer' if n...
Sven Gothel
2012-09-21
1
-1
/
+3
*
Add GLRendererQuirks; Fix shared EGL/ES resources;
Sven Gothel
2012-09-20
5
-25
/
+12
*
FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOM...
Sven Gothel
2012-09-20
3
-5
/
+24
*
unit test, typo in doc
Sven Gothel
2012-09-18
1
-2
/
+1
*
Documenting Bug 586
Sven Gothel
2012-09-17
1
-0
/
+172
*
Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...
Sven Gothel
2012-09-17
1
-1
/
+0
*
Anotate focus tests in regards to OSX stability .. sporadically won't gain fo...
Sven Gothel
2012-09-17
2
-5
/
+5
*
Analyze crash of shared context each running in multiple threads, disabled te...
Sven Gothel
2012-09-17
2
-171
/
+109
*
Adding test case for Bug 611: On Windows XP is a performance issue, after JOG...
Sven Gothel
2012-09-16
1
-0
/
+81
*
OSX: Disable TestSWTAccessor03AWTGLn - NSLocking issues w/ SWT/AWT ..
Sven Gothel
2012-09-16
2
-61
/
+74
*
Added very basic unit test of 1 GLProfile initialization
Sven Gothel
2012-09-16
1
-0
/
+51
*
OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL...
Sven Gothel
2012-09-16
2
-0
/
+24
*
Disable double-buffer mode when offscreen-bitmap is chosen, remove dbl-buff b...
Sven Gothel
2012-09-16
3
-27
/
+0
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
59
-956
/
+3353
*
Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...
Sven Gothel
2012-09-08
1
-16
/
+49
*
NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...
Sven Gothel
2012-09-07
1
-1
/
+19
*
Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...
Sven Gothel
2012-09-07
7
-277
/
+20
*
Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...
Sven Gothel
2012-09-07
2
-0
/
+246
*
Fix Android Power-suspend and Power-resume
Sven Gothel
2012-08-23
1
-4
/
+4
*
NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...
Sven Gothel
2012-08-18
2
-8
/
+8
*
GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...
Sven Gothel
2012-08-18
4
-4
/
+4
*
Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...
Sven Gothel
2012-08-18
1
-31
/
+29
*
GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...
Sven Gothel
2012-08-17
2
-183
/
+171
*
Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...
Sven Gothel
2012-08-17
1
-2
/
+5
*
Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...
v2.0-rc10
Sven Gothel
2012-08-03
4
-7
/
+7
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
6
-303
/
+976
*
Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas c...
Sven Gothel
2012-07-22
2
-14
/
+2
*
Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...
Sven Gothel
2012-07-22
3
-34
/
+78
*
Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(s...
Sven Gothel
2012-07-20
1
-3
/
+7
*
Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...
Sven Gothel
2012-07-20
2
-23
/
+9
*
Minor edits
Sven Gothel
2012-07-20
1
-7
/
+4
*
GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...
Sven Gothel
2012-07-20
3
-7
/
+4
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
41
-259
/
+1488
*
Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87
Sven Gothel
2012-07-06
1
-5
/
+0
*
Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!
Sven Gothel
2012-07-06
4
-48
/
+68
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
2
-8
/
+13
*
GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...
Sven Gothel
2012-07-05
4
-17
/
+394
*
GLAutoDrawable* refinement of abstraction / generalization - API Change!
Sven Gothel
2012-07-04
3
-60
/
+144
*
GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...
Sven Gothel
2012-07-02
1
-0
/
+116
*
Test case cleanup
Sven Gothel
2012-07-02
14
-63
/
+122
*
Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...
Sven Gothel
2012-06-30
1
-3
/
+24
*
Bug #589 - Enhance snapshot/textIO test: Add offscreen mode; Add AWT onscreen...
Sven Gothel
2012-06-28
4
-83
/
+298
[next]