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
/
com
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
1
-1
/
+1
*
Animator timeout/refinement
Sven Gothel
2011-11-11
4
-21
/
+22
*
Animator: Limit wait for condition in finishLifecycleAction() via timeout
Sven Gothel
2011-11-10
1
-4
/
+9
*
OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,...
Sven Gothel
2011-11-08
1
-0
/
+13
*
JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenience
Sven Gothel
2011-11-08
1
-3
/
+1
*
GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub...
Sven Gothel
2011-10-07
1
-7
/
+9
*
Clarify/Fix GLArrayDataEditable:padding() - no use case yet .. well
Sven Gothel
2011-10-07
2
-5
/
+6
*
PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c...
Sven Gothel
2011-10-07
1
-177
/
+248
*
ShaderUtils: Use glShaderSource variant w/ NIO only args
Sven Gothel
2011-10-06
1
-3
/
+5
*
Workaround Android 3.0 Dalvik Issue 16434
Sven Gothel
2011-10-05
1
-32
/
+46
*
Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo;
Sven Gothel
2011-10-04
1
-4
/
+3
*
Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shader
Sven Gothel
2011-10-02
1
-1
/
+4
*
Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...
Sven Gothel
2011-09-27
3
-19
/
+19
*
NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixes
Sven Gothel
2011-09-16
1
-1
/
+0
*
Graph Fonts: Decorate w/ PrivilegedAction if required
Sven Gothel
2011-09-15
1
-16
/
+1
*
Minor edits: generics, test script
Sven Gothel
2011-09-14
1
-8
/
+7
*
Minor edits/cleanup: unused var, final
Sven Gothel
2011-09-07
1
-1
/
+1
*
GLArrayDataWrapper: Allow vboTarget '0' -> no VBO
Sven Gothel
2011-09-02
1
-1
/
+1
*
GLSL ShaderState: verbose = DEBUG ? true : false
Sven Gothel
2011-09-01
1
-1
/
+1
*
DynamicLibraryBundle*: Use generics for better spec - following gluegen commi...
Sven Gothel
2011-08-31
1
-10
/
+14
*
ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ...
Sven Gothel
2011-08-30
2
-6
/
+29
*
GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...
Sven Gothel
2011-08-30
6
-107
/
+90
*
API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...
Sven Gothel
2011-08-22
3
-23
/
+68
*
Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...
Sven Gothel
2011-08-22
3
-39
/
+86
*
NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...
Sven Gothel
2011-08-22
1
-1
/
+1
*
Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...
Sven Gothel
2011-08-22
10
-379
/
+210
*
Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An...
Sven Gothel
2011-08-09
1
-1
/
+5
*
Cont. fix 'Allow VBO/Texture Name (int) < 0'
Sven Gothel
2011-08-01
1
-2
/
+2
*
Cont. fix 'Allow VBO/Texture Name (int) < 0'
Sven Gothel
2011-08-01
3
-16
/
+16
*
VBO and Texture Names: Allos (int) < 0 - unusual valid names for some GL impl.
Sven Gothel
2011-08-01
3
-13
/
+15
*
FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul()
Sven Gothel
2011-07-31
1
-8
/
+10
*
JoglVersion: Add info whether shader-compiler exists or not
Sven Gothel
2011-07-31
1
-0
/
+2
*
JOGL: Add GLBase::isGLES2Compatible()
Sven Gothel
2011-07-31
1
-0
/
+3
*
Use GlueGen Platform's OSType enum
Sven Gothel
2011-07-21
4
-0
/
+4
*
Handle curved triangles overlaps.
Rami Santina
2011-06-20
3
-632
/
+753
*
Added handling for offcurve triangle overlaps.
Rami Santina
2011-06-14
2
-435
/
+520
*
Merge remote-tracking branch 'remotes/rsantina/master'
Sven Gothel
2011-06-11
4
-38
/
+58
|
\
|
*
Graph: Remove unused imports
Rami Santina
2011-06-05
2
-2
/
+0
|
*
Graph: updated inclass documentations
Rami Santina
2011-06-05
3
-36
/
+58
*
|
Simplify and fix GL2GL3 usage (save/restore)
Sven Gothel
2011-06-09
1
-28
/
+56
*
|
GLBuffers fix ; GL imageSizeInBytes fix / unit tests.
Sven Gothel
2011-06-09
1
-21
/
+391
*
|
Merge remote-tracking branch 'rsantina/master'
Sven Gothel
2011-06-08
8
-756
/
+659
|
\
|
|
*
Add Factory for triangulation with base Interface; misc cleanup
Rami Santina
2011-06-05
7
-226
/
+128
|
*
Fix: transform to Quadratic; Refactor method names
Rami Santina
2011-06-05
3
-528
/
+536
|
*
Font and TypecastRender generate array of OutlineShapes instead of Path2D
Rami Santina
2011-06-02
1
-7
/
+0
*
|
Locator moved to GlueGen's IOUtil (gluegen a87c56c95099de5b6cbc9bd8bf6f1924a3...
Sven Gothel
2011-06-08
3
-185
/
+9
*
|
Locator Util: Clarify API doc a bit
Sven Gothel
2011-06-08
1
-14
/
+14
*
|
import cleanup
Sven Gothel
2011-06-07
1
-1
/
+0
*
|
Using GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil ...
Sven Gothel
2011-06-07
11
-274
/
+362
|
/
*
Remove implicit for loops reduces temp objects
Rami Santina
2011-05-21
3
-4
/
+6
[next]