aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media
Commit message (Expand)AuthorAgeFilesLines
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-163-47/+97
* GLProfile: Abstract profile to impl. mapping, i.e. GL2ES2 -> GL3, favors core...Sven Gothel2013-07-161-26/+20
* GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-162-10/+52
* Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom...Sven Gothel2013-07-1611-2/+238
* Fix value range of CTX_* options bits, regression of commit 3a0d7703da32e9a5d...Sven Gothel2013-07-151-7/+10
* Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-152-32/+160
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-154-197/+442
* Workaround NVidia driver 325.8 returning 4.3-compat for any compat request, i...Sven Gothel2013-07-051-3/+10
* Remove deprecated methods.Sven Gothel2013-07-041-4/+0
* GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ...Sven Gothel2013-07-031-4/+61
* GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-10/+10
* Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...Sven Gothel2013-06-231-34/+22
* ES3.0 GLContext: Handle ES3.0 GLSL Version Number - Static detection and 'es'...Sven Gothel2013-06-161-9/+22
* Mitigate Bug 728: Java Web Start Shutdown: Exception "java.lang.IllegalStateE...Sven Gothel2013-06-131-1/+9
* Fix my sloppy commit f50caa5241b5eef286e8c10b74b5297e5821da2b: Didn't intend ...Sven Gothel2013-06-121-2/+2
* GLContext: Make 'deviceVersion' fields final. Reviewed by Harvey.Sven Gothel2013-06-121-2/+2
* Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn...Sven Gothel2013-06-091-12/+16
* GLVersionNumber.createVendorVersion(): Only test match result and potentially...Sven Gothel2013-05-311-9/+9
* GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...Sven Gothel2013-05-171-10/+3
* Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-171-12/+22
* Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...Sven Gothel2013-05-091-17/+40
* Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...Sven Gothel2013-05-081-64/+126
* Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ...Sven Gothel2013-05-081-0/+1
* GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...Sven Gothel2013-05-081-27/+35
* Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL...Sven Gothel2013-05-061-2/+2
* Complete commit e7064ece049705e013d80985eae698ce0ee3c4e3: Add getDefaultPixel...Sven Gothel2013-04-271-0/+3
* GLContext*'s ctxGLSLVersion: Use zeroVersion to denominate uninitialized Vers...Sven Gothel2013-04-261-9/+11
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-262-6/+18
* Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for...Sven Gothel2013-04-231-30/+36
* Test for null against a temp variable to narrow racesHarvey Harrison2013-04-191-7/+13
* GLJPanel: Avoid NPE of 'backend' in getChosenGLCapabilities() and DisposeGLEv...Sven Gothel2013-04-181-3/+8
* GLJPanel: setFocusable(true) at ctor to allow keyboard inputSven Gothel2013-04-181-0/+2
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-188-158/+37
* GLJPanel.toString(): Avoid NPESven Gothel2013-04-171-1/+4
* *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc...Sven Gothel2013-04-171-4/+4
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-162-33/+10
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-0/+25
* GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...Sven Gothel2013-04-101-27/+43
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-104-10/+6
* Bug 713: Handle broken EGL setup - Catch all Exception types, not only Jogamp...Sven Gothel2013-04-051-4/+2
* GLJPanel: Refine API docSven Gothel2013-03-261-8/+15
* GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix...Sven Gothel2013-03-191-1/+1
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-151-0/+1
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-141-5/+3
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-2/+2
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-133-65/+53
* GLJPanel: Updating GLJPanel documention w/ current mode of operationSven Gothel2013-03-081-12/+14
* GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU...Sven Gothel2013-03-081-25/+42
* Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-281-1/+1
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-282-6/+5