aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media
Commit message (Expand)AuthorAgeFilesLines
* Fix GLProfile ES2: Component numbers can't be validated (??)Sven Gothel2011-09-281-5/+3
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-271-6/+11
* Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow...Sven Gothel2011-09-241-24/+5
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-3/+34
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-091-0/+42
* JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...Sven Gothel2011-09-083-18/+24
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-081-2/+0
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-041-3/+0
* NativeWindow/JOGL: Cleanup Caps doc and implicit related values.Sven Gothel2011-09-041-22/+30
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-031-7/+12
* Add GL Version 4.2 in GLContext Query - Add verification via glGetIntegerv(GL...Sven Gothel2011-09-021-1/+1
* Test: Cleanup warnings; Add GLProfile.initSingleton(true) call for fluctuatin...Sven Gothel2011-08-301-1/+0
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-242-19/+19
* GLCapabilitiesImmutable: No need to extend WriteClonable explicitly, extended...Sven Gothel2011-08-241-1/+1
* 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-226-22/+145
* Merge remote-tracking branch 'rsantina/master'Sven Gothel2011-08-091-1/+5
|\
| * GLRunnable API Change: Return boolean indicating whether the back buffer shal...Rami Santina2011-08-091-1/+5
* | GLProfile / eager init: Use relaxed query, if context was created while initi...Sven Gothel2011-08-072-10/+8
* | Don't enable DebugGL/TraceGL with jogl.debug=allSven Gothel2011-08-071-2/+11
* | debug verbosity ; adaption of gluegen fix of DynamicLibraryBundleSven Gothel2011-08-051-5/+14
|/
* GLProfile: Allow EGL besides desktop; Desktop factories restricted to desktop...Sven Gothel2011-08-011-3/+18
* Cont. fix 'Allow VBO/Texture Name (int) < 0'Sven Gothel2011-08-011-6/+6
* GLProfile: Fix exception; Minor ChangesSven Gothel2011-07-311-35/+57
* GLDrawableFactory::getFactoryImpl(): Only return the EGL factory if profile i...Sven Gothel2011-07-311-7/+6
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-312-5/+22
* Fix 'main' invocationSven Gothel2011-07-071-0/+1
* GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profil...Sven Gothel2011-07-074-141/+140
* GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...Sven Gothel2011-04-281-7/+16
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-1/+1
* FPSCounter def to 5*60 frames (each 5s at 60Hz) ; Test: each 1sSven Gothel2011-04-251-1/+1
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-246-11/+442
* New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-232-41/+118
* GLArrayData API and impl. changesSven Gothel2011-04-221-2/+9
* Fix GLProfile: Order of profiles Hi -> LowSven Gothel2011-04-221-54/+52
* GLContext changes:Sven Gothel2011-04-221-12/+32
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-082-4/+4
* FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta...Sven Gothel2011-04-081-6/+18
* Fix: DEBUG field (regression)Sven Gothel2011-04-051-3/+2
* GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug an...Sven Gothel2011-04-051-2/+7
* Promote GLDrawableFactory.getOrCreateSharedContext(..) to public.Sven Gothel2011-03-261-1/+1
* Fix unnecessary NPE in case of unrealized GLCanvas (getRequestedCapabilities())Sven Gothel2011-03-261-1/+1
* Fix Bug #460 - GLCanvas NPESven Gothel2011-03-211-1/+4
* Add @OverrideSven Gothel2011-03-191-0/+3
* JOGL GLDrawableFactory: Expose experimental method createProxySurface(..) for...Sven Gothel2011-02-281-0/+18
* Attempt to analyze failed AWT UI tests, where no paint is being issued to GLC...Sven Gothel2011-02-261-3/+14
* Code cleanup: override, imports, StringBuilder, ..Sven Gothel2011-02-261-10/+17
* GLProfile: More Tolerant for missing features; MacOSX: Fix External Context /...Sven Gothel2011-02-261-6/+10
* GLProfile: Sorting importsSven Gothel2011-02-091-6/+10
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0911-35/+35