summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com
Commit message (Expand)AuthorAgeFilesLines
...
* OpenGL ES/EGL OverhaulSven Gothel2012-02-134-16/+51
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-4/+4
* Merge pull request #43 from krisher/masterSven Gothel2012-01-191-2/+15
|\
| * Fix for use of SWT GLCanvas in headless mode (or with threading in worker mod...Dan Krisher2012-01-111-2/+15
* | Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in PMVMatrix.Sven Gothel2012-01-142-4/+6
|/
* Add 'AWT' in JOGL's SWT GLCanvas test case, since impl. still needs AWT threa...Sven Gothel2012-01-091-0/+4
* minor edits / clarify SWT test descripionSven Gothel2012-01-091-1/+0
* SWT GLCanvas: Adapt to latest JOGL changes (init, destroy, ..), Align main() ...Sven Gothel2012-01-091-57/+60
* SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license heade...Sven Gothel2012-01-091-0/+549
* Animator*: Clarify debug outputSven Gothel2012-01-072-6/+8
* GLBuffer: Add NV_texture_shader HILO format and HILO16 typev2.0-rc5rc_fiveSven Gothel2011-12-191-8/+24
* CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-181-0/+18
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* Animator timeout/refinementSven Gothel2011-11-114-21/+22
* Animator: Limit wait for condition in finishLifecycleAction() via timeoutSven Gothel2011-11-101-4/+9
* OSX: SharedResource add knowledge of NPOT-, RECT- and Float-Texture features,...Sven Gothel2011-11-081-0/+13
* JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenienceSven Gothel2011-11-081-3/+1
* GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub...Sven Gothel2011-10-071-7/+9
* Clarify/Fix GLArrayDataEditable:padding() - no use case yet .. wellSven Gothel2011-10-072-5/+6
* PMVMatrix: Defaults from direct NIO -> array-backed non-direct NIO: Reduced c...Sven Gothel2011-10-071-177/+248
* ShaderUtils: Use glShaderSource variant w/ NIO only argsSven Gothel2011-10-061-3/+5
* Workaround Android 3.0 Dalvik Issue 16434Sven Gothel2011-10-051-32/+46
* Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo;Sven Gothel2011-10-041-4/+3
* Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shaderSven Gothel2011-10-021-1/+4
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-273-19/+19
* NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixesSven Gothel2011-09-161-1/+0
* Graph Fonts: Decorate w/ PrivilegedAction if requiredSven Gothel2011-09-151-16/+1
* Minor edits: generics, test scriptSven Gothel2011-09-141-8/+7
* Minor edits/cleanup: unused var, finalSven Gothel2011-09-071-1/+1
* GLArrayDataWrapper: Allow vboTarget '0' -> no VBOSven Gothel2011-09-021-1/+1
* GLSL ShaderState: verbose = DEBUG ? true : falseSven Gothel2011-09-011-1/+1
* DynamicLibraryBundle*: Use generics for better spec - following gluegen commi...Sven Gothel2011-08-311-10/+14
* ShaderState Usage/Test: Add setShaderState(GL) for pre-use attachment to the ...Sven Gothel2011-08-302-6/+29
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-306-107/+90
* API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...Sven Gothel2011-08-223-23/+68
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...Sven Gothel2011-08-223-39/+86
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-221-1/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-2210-379/+210
* Adapt to DynamicLibraryBundleInfo API change ; Remove non std EGL/ES libs (An...Sven Gothel2011-08-091-1/+5
* Cont. fix 'Allow VBO/Texture Name (int) < 0'Sven Gothel2011-08-011-2/+2
* Cont. fix 'Allow VBO/Texture Name (int) < 0'Sven Gothel2011-08-013-16/+16
* VBO and Texture Names: Allos (int) < 0 - unusual valid names for some GL impl.Sven Gothel2011-08-013-13/+15
* FixedFuncUtil: Name/Fix getFixedFuncImpl() -> wrapFixedFuncEmul()Sven Gothel2011-07-311-8/+10
* JoglVersion: Add info whether shader-compiler exists or notSven Gothel2011-07-311-0/+2
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-311-0/+3
* Use GlueGen Platform's OSType enumSven Gothel2011-07-214-0/+4
* Handle curved triangles overlaps.Rami Santina2011-06-203-632/+753
* Added handling for offcurve triangle overlaps.Rami Santina2011-06-142-435/+520
* Merge remote-tracking branch 'remotes/rsantina/master'Sven Gothel2011-06-114-38/+58
|\
| * Graph: Remove unused importsRami Santina2011-06-052-2/+0