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
/
jogamp
/
opengl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 888 - Validate CPU Runtime Performance: Only use one HashMap to collect u...
Sven Gothel
2013-11-05
1
-30
/
+38
*
Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...
Sven Gothel
2013-11-05
7
-105
/
+192
*
Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...
Sven Gothel
2013-11-04
2
-61
/
+129
*
GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...
Sven Gothel
2013-11-02
8
-90
/
+54
*
GLRendererQuirks: Add GLSharedContextBuggy ('Mesa Intel 9.2.1' and 'Hisilicon...
v2.1.2
Sven Gothel
2013-11-01
1
-5
/
+23
*
Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...
Sven Gothel
2013-11-01
3
-55
/
+133
*
Clarify Bug 692: Unbinding a VAO does _not_ imply unbinding of set VBOs (spec...
Sven Gothel
2013-11-01
2
-11
/
+30
*
EGLDrawableFactory.createDummySurfaceImpl: fix caps to pbuffer - since we do ...
Sven Gothel
2013-10-31
2
-1
/
+2
*
GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...
Sven Gothel
2013-10-31
2
-10
/
+9
*
AndroidGLMediaPlayerAPI14: Avoid possible NPEs
Sven Gothel
2013-10-31
1
-44
/
+50
*
Fix Bug 875 - Cleanup branch using VersionNumber (fix 'Int' check strictMatch...
Sven Gothel
2013-10-30
3
-59
/
+89
*
Bug 875: Safeguard setGLFunctionAvailability(.. strictMatch=false.. ) operati...
Sven Gothel
2013-10-30
6
-8
/
+19
*
Merge pull request #72 from masterzen/tickets/875
Sven Gothel
2013-10-29
1
-9
/
+17
|
\
|
*
Fix #875 - ES version should be strictly validated
Brice Figureau
2013-10-29
1
-9
/
+17
*
|
Bug 776 GLContext Sharing: Fix copy-ctor GLArrayDataClient: Create new instan...
Sven Gothel
2013-10-30
5
-9
/
+7
*
|
Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...
Sven Gothel
2013-10-29
2
-3
/
+7
*
|
GLDrawableFactory: Add 'GLAutoDrawable createDummyAutoDrawable(..)' for conve...
Sven Gothel
2013-10-29
1
-0
/
+10
*
|
Bug 876: BuildComposablePipeline: getGL*() shall not return downstream.getGL*...
Sven Gothel
2013-10-29
1
-7
/
+7
*
|
GLDrawableHelper.reshape(): Catch pre-existing GL errors before glViewport(.....
Sven Gothel
2013-10-29
1
-0
/
+9
|
/
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
6
-83
/
+218
*
Fix regression of commit 34b35c5a0a379a6b4c0b23b9d347a0b1338f0239 - GLContext...
Sven Gothel
2013-10-25
1
-3
/
+11
*
Merge remote-tracking branch 'hharrison/master'
Sven Gothel
2013-10-25
1
-5
/
+4
|
\
|
*
jogl: replce more unneeded String() construction
Harvey Harrison
2013-10-20
1
-5
/
+4
*
|
Fix GLContext: getGLProfile() add missing GLES3; getAvailableGLProfile(device...
Sven Gothel
2013-10-25
1
-1
/
+1
*
|
Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...
Sven Gothel
2013-10-25
8
-53
/
+111
*
|
Bug 867 - OSX: Allow core >=4 if isMavericksOrLater; Use [kCGLOGLPVersion_GL4...
Sven Gothel
2013-10-24
2
-27
/
+48
*
|
Fix Bug 866 - Frequent IndexOutOfBoundsException in jogamp.opengl.egl.EGLGrap...
Brice Figureau
2013-10-23
1
-1
/
+1
|
/
*
Fix Bug 862: Fix GL Version Validation / NVidia GTX550 driver 331.13 - 64bit ...
Sven Gothel
2013-10-19
2
-59
/
+31
*
jogl: fix two impossible comparisons in glu/tessellator
Harvey Harrison
2013-10-17
1
-2
/
+2
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
87
-1
/
+245
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
181
-3591
/
+3591
*
Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...
Sven Gothel
2013-10-17
1
-11
/
+29
*
Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...
Sven Gothel
2013-10-17
1
-8
/
+8
*
AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...
Sven Gothel
2013-10-15
1
-8
/
+13
*
Merge pull request #71 from esemplare/master
Sven Gothel
2013-10-12
1
-14
/
+63
|
\
|
*
Fix Bug 365: Bug on javax.media.opengl.glu.GLU.gluBuild2DMipmaps
Michael Esemplare
2013-10-07
1
-14
/
+63
*
|
Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect...
Sven Gothel
2013-10-12
1
-7
/
+2
*
|
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
1
-4
/
+11
*
|
NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...
Sven Gothel
2013-10-07
1
-1
/
+1
*
|
FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20
Sven Gothel
2013-10-07
1
-1
/
+2
*
|
Bug 789: glDrawArraysIndirect and glDrawElementsIndirect are using GL_DRAW_IN...
Sven Gothel
2013-10-06
1
-0
/
+2
*
|
AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit...
Sven Gothel
2013-10-03
1
-5
/
+12
*
|
Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...
Sven Gothel
2013-10-03
1
-6
/
+16
*
|
Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N...
Sven Gothel
2013-10-03
1
-2
/
+2
|
/
*
TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...
Sven Gothel
2013-09-27
1
-3
/
+3
*
Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...
Sven Gothel
2013-09-21
6
-28
/
+28
*
AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...
Sven Gothel
2013-09-20
1
-19
/
+20
*
Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P...
Sven Gothel
2013-09-20
2
-9
/
+12
*
AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...
Sven Gothel
2013-09-19
1
-31
/
+42
[next]