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/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
javax
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GLJPanel.initializeBackend(offthread=true): Enable on Windows, thanks to Bug ...
Sven Gothel
2013-12-01
1
-10
/
+0
*
GLDrawableFactory.shutdown0() Add DEBUG line at the end
Sven Gothel
2013-11-29
1
-0
/
+3
*
GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...
Sven Gothel
2013-11-28
1
-2
/
+2
*
Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...
Sven Gothel
2013-11-21
1
-8
/
+10
*
Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...
Sven Gothel
2013-11-16
1
-0
/
+9
*
Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b...
Sven Gothel
2013-11-14
1
-2
/
+6
*
Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ...
Sven Gothel
2013-11-14
1
-39
/
+74
*
GLJPanel: Remove unused import
Sven Gothel
2013-11-13
1
-1
/
+0
*
Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe...
Sven Gothel
2013-11-12
1
-3
/
+4
*
GLJPanel: Don't ctor DefaultGLCapabilitiesChooser() if null chooser is passed...
Sven Gothel
2013-11-07
1
-1
/
+1
*
GLJPanel: Remove redundant !isInitialized [double-]check in initializeBackend...
Sven Gothel
2013-11-07
1
-33
/
+29
*
Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...
Sven Gothel
2013-11-07
2
-22
/
+29
*
Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us...
Sven Gothel
2013-11-06
1
-30
/
+88
*
Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...
Sven Gothel
2013-11-06
1
-0
/
+13
*
Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add perf. test case
Sven Gothel
2013-11-05
1
-4
/
+3
*
GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...
Sven Gothel
2013-10-31
2
-8
/
+34
*
Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: Add 'glFinish()' to...
Sven Gothel
2013-10-30
1
-0
/
+5
*
Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: No 'Driver stabilit...
Sven Gothel
2013-10-30
1
-15
/
+31
*
Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...
Sven Gothel
2013-10-29
3
-4
/
+4
*
GLDrawableFactory: Add 'GLAutoDrawable createDummyAutoDrawable(..)' for conve...
Sven Gothel
2013-10-29
1
-22
/
+45
*
Bug 776 GLContext Sharing: Add note about driver stability (destruction order...
Sven Gothel
2013-10-28
4
-13
/
+34
*
Bug 776 GLContext Sharing: Add GLSharedContextSetter to GLJPanel
Sven Gothel
2013-10-27
1
-5
/
+43
*
Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo...
Sven Gothel
2013-10-27
1
-4
/
+3
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
6
-62
/
+262
*
API doc: GLStateKeeper (wording), GLAutoDrawable (enh. init desc.), GLDrawabl...
Sven Gothel
2013-10-27
2
-13
/
+19
*
Fix Bug 872: ES3 and ES3-GLSL Version not properly Handled
Sven Gothel
2013-10-25
1
-11
/
+15
*
GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...
Sven Gothel
2013-10-25
1
-42
/
+87
*
Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device...
Sven Gothel
2013-10-25
1
-3
/
+16
*
GLContext CTX_IMPL_* bits: Use 10 cached bits (+1), and 6 uncached (-1) ; CTX...
Sven Gothel
2013-10-24
1
-9
/
+9
*
Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ...
Sven Gothel
2013-10-19
1
-31
/
+80
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
7
-2
/
+29
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
41
-943
/
+943
*
AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...
Sven Gothel
2013-10-18
1
-6
/
+7
*
AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...
Sven Gothel
2013-10-15
2
-19
/
+37
*
Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...
Sven Gothel
2013-10-12
2
-23
/
+38
*
Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...
v2.1.0
Sven Gothel
2013-10-10
1
-2
/
+2
*
Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...
Sven Gothel
2013-10-10
2
-4
/
+14
*
Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...
Sven Gothel
2013-10-03
1
-1
/
+10
*
GLJPanel: Fix 7u40 access to property 'sun.java2d.opengl'. Property was trust...
Sven Gothel
2013-10-03
1
-6
/
+1
*
Add notice about 'GL states' regarding GLSL vertical flip (Bug 842 and Bug 826).
Sven Gothel
2013-10-02
1
-2
/
+13
*
GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride...
Sven Gothel
2013-10-02
1
-9
/
+17
*
GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...
Sven Gothel
2013-09-29
1
-9
/
+15
*
GLJPanel: Remove forced DEBUG .. at handleReshape in releasePrint (added w/ c...
Sven Gothel
2013-09-28
1
-1
/
+1
*
AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...
Sven Gothel
2013-09-28
2
-13
/
+31
*
Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...
Sven Gothel
2013-09-28
2
-7
/
+8
*
TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...
Sven Gothel
2013-09-27
2
-2
/
+2
*
Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...
Sven Gothel
2013-09-21
1
-3
/
+6
*
Fix Bug 826: GLJPanel: Fully restore TextureState and Viewport
Sven Gothel
2013-09-20
1
-7
/
+46
*
AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...
Sven Gothel
2013-09-19
2
-24
/
+36
*
AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel...
Sven Gothel
2013-09-17
2
-35
/
+43
[prev]
[next]