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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp...
Sven Gothel
2013-11-10
1
-197
/
+177
*
Tests: Add com/jogamp/opengl/test/junit/jogl/acore/anim Animator test package
Sven Gothel
2013-11-09
4
-2
/
+570
*
TestPerf001GLJPanelInit02AWT: Same size for !overlap and overlap
Sven Gothel
2013-11-09
1
-6
/
+4
*
TestPerf001GLJPanelInit02AWT: Add overlapping test ..
Sven Gothel
2013-11-08
1
-4
/
+38
*
Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima...
Sven Gothel
2013-11-07
3
-202
/
+226
*
TestTiledPrintingGearsSwingAWT: Cleanup whitespaces
Sven Gothel
2013-11-07
1
-26
/
+26
*
Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ...
Sven Gothel
2013-11-07
1
-0
/
+129
*
Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...
Sven Gothel
2013-11-07
2
-4
/
+6
*
Android NEWT*Activity: Request GL2ES2 instead of GLES2 (Be aware of ES3)
Sven Gothel
2013-11-07
6
-23
/
+23
*
Android: Cleanup Movie*ActivityLauncher* properties
Sven Gothel
2013-11-07
8
-110
/
+115
*
TestPerf001GLWindowInit03NEWT: Don't run !reuse Display - Crash on Windows/AT...
Sven Gothel
2013-11-06
1
-1
/
+6
*
Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us...
Sven Gothel
2013-11-06
3
-41
/
+343
*
Bug 888 / Bug 891- Enhance GLCapabilities-Query: Refine unit tests
Sven Gothel
2013-11-05
3
-15
/
+26
*
Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add raw perf. test case 'cho...
Sven Gothel
2013-11-05
3
-6
/
+239
*
Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add perf. test case
Sven Gothel
2013-11-05
2
-0
/
+478
*
Test DumpGLInfo: Dump caps list and extenions
Sven Gothel
2013-11-05
1
-6
/
+6
*
Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...
Sven Gothel
2013-11-01
1
-50
/
+50
*
Bug 852: Add unit test TestCPUSourcingAPINEWT validating CPU sourcing, i.e. e...
Sven Gothel
2013-11-01
2
-3
/
+225
*
Clarify Bug 692: Unbinding a VAO does _not_ imply unbinding of set VBOs (spec...
Sven Gothel
2013-11-01
1
-36
/
+127
*
Bug 882 - Crash on OSX when closing NEWT window - Fix: Release NewtMacWindow ...
Sven Gothel
2013-11-01
1
-0
/
+140
*
GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...
Sven Gothel
2013-10-31
2
-2
/
+2
*
TestBinary16NOUI: Remove hardship from test node - Disable 'verbose' avoids '...
Sven Gothel
2013-10-31
1
-49
/
+79
*
Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a...
Sven Gothel
2013-10-31
1
-0
/
+175
*
Test Rename: Add Bug 729 / Bug 849 to Bug 816 Unit Test Names - Allowing a be...
Sven Gothel
2013-10-31
4
-8
/
+7
*
Rename Binary*Test -> TestBinary*NOUI to get picked up by build-test.xml's ju...
Sven Gothel
2013-10-31
3
-3
/
+3
*
Merge remote-tracking branch 'mraynsford/mark'
Sven Gothel
2013-10-31
3
-0
/
+871
|
\
|
*
Add functions for converting to and from binary16 half-precision floating poi...
Mark Raynsford
2013-10-31
3
-0
/
+871
*
|
TestSharedContextVBOES2NEWT1: Fix copy/paste (mistakenly used sharedGears), a...
Sven Gothel
2013-10-31
2
-3
/
+5
|
/
*
Fix Unit Test Regression (commit 9f2a9df0a4b7093925c8854b37fba053469a4b35): G...
Sven Gothel
2013-10-30
2
-22
/
+20
*
Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: Add 'glFinish()' to...
Sven Gothel
2013-10-30
6
-0
/
+37
*
Bug 776 GLContext Sharing: GLSharedContextSetter API Doc: No 'Driver stabilit...
Sven Gothel
2013-10-30
6
-27
/
+21
*
Bug 776 GLContext Sharing: Add copy-ctor to GLArrayData* w/ sliced Buffer; Re...
Sven Gothel
2013-10-29
5
-58
/
+65
*
Fix TestSharedContextNewtAWTBug523: Don't use VAO's w/ GL2 context - No VAO o...
Sven Gothel
2013-10-29
1
-80
/
+112
*
Bug 776 GLContext Sharing: Add GLSharedContextSetter to SWT GLCanvas
Sven Gothel
2013-10-28
6
-53
/
+420
*
Bug 776 GLContext Sharing: Add note about driver stability (destruction order...
Sven Gothel
2013-10-28
11
-135
/
+354
*
Bug 776 GLContext Sharing: Add GLSharedContextSetter to GLJPanel
Sven Gothel
2013-10-27
2
-1
/
+322
*
Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo...
Sven Gothel
2013-10-27
2
-1
/
+2
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
33
-892
/
+2547
*
TestGLProfile00NEWT: Dump Desktop's and EGL's default-device GLProfiles
Sven Gothel
2013-10-25
1
-1
/
+17
*
GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...
Sven Gothel
2013-10-25
1
-5
/
+7
*
Use org.junit.Assert instead of deprecated junit.framework.Assert
Sven Gothel
2013-10-25
7
-304
/
+300
*
Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...
Sven Gothel
2013-10-25
1
-31
/
+37
*
PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...
v2.1.1
Sven Gothel
2013-10-19
1
-61
/
+63
*
MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...
Sven Gothel
2013-10-17
3
-4
/
+4
*
AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...
Sven Gothel
2013-10-15
9
-58
/
+98
*
Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processing
Sven Gothel
2013-10-15
2
-89
/
+41
*
GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp...
Sven Gothel
2013-10-15
4
-6
/
+6
*
Bug 365: Add unit test, which run's through most of the ScaleInternal functio...
Michael Esemplare
2013-10-13
1
-0
/
+272
*
Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...
Sven Gothel
2013-10-12
3
-26
/
+94
*
Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...
v2.1.0
Sven Gothel
2013-10-10
1
-1
/
+0
[next]