aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
...
* ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do...Sven Gothel2013-01-261-0/+1
* [EGL/X11]Context: Enhance DEBUG output for failed makeCurrentImpl(..)Sven Gothel2013-01-262-10/+20
* FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap...Sven Gothel2013-01-262-18/+23
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-248-159/+355
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-202-4/+19
* Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would...Sven Gothel2013-01-191-6/+25
* Adapt to change 5060b728b26a89a14367f8fca9f4eb7968f719ca: ShaderState.uniform...Sven Gothel2013-01-191-3/+5
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-183-38/+97
* ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att...Sven Gothel2013-01-151-44/+59
* Fix Bug 666: GLBase.java line 438 contained some invalid trailing characters ...Sven Gothel2013-01-121-1/+1
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-126-52/+88
* Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun...Sven Gothel2013-01-111-6/+3
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-1111-414/+1093
* Fix GLArrayDataClient createGLSL(..) 'name' setting; Also adds equal behavior...Sven Gothel2013-01-031-3/+3
* Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re...Sven Gothel2012-12-3150-1440/+3891
* Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ...Sven Gothel2012-12-311-29/+28
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-301-5/+8
* SharedResourceRunner: Always dump Exception if catched @ creation, not just i...Sven Gothel2012-12-301-3/+1
* setGLFunctionAvailability(..): Unify GLInt and GLString version validation; R...Sven Gothel2012-12-301-50/+102
* Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(...Sven Gothel2012-12-302-50/+117
* Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...Sven Gothel2012-12-292-41/+92
* AWT GLCanvas: More strict GLDrawable realization [on AWT-EDT], skip if creati...Sven Gothel2012-12-282-7/+8
* Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLCanvas.displayOn...Sven Gothel2012-12-221-2/+2
* Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLContextImpl.make...Sven Gothel2012-12-221-48/+42
* Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...Sven Gothel2012-12-223-25/+39
* *Drawable impl. DEBUG: Add getThreadName() to debug out.Sven Gothel2012-12-228-13/+16
* FBObject, minor edit: GL2GL3.GL_MAX_COLOR_ATTACHMENTS -> GL2ES2.GL_MAX_COLOR_...Sven Gothel2012-12-211-1/+2
* GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...Sven Gothel2012-12-219-23/+32
* MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-162-2/+2
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-166-427/+463
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-1611-153/+621
* Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...Sven Gothel2012-12-1516-107/+158
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-115/+235
* Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ...Sven Gothel2012-12-021-25/+28
* SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-021-1/+1
* SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener...Sven Gothel2012-11-291-17/+52
* Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: Setting 's...Sven Gothel2012-11-281-1/+1
* FPSAnimator: Add note on deamon-thread and JVM shutdown behavior.Sven Gothel2012-11-252-5/+11
* Merge pull request #53 from HaZuki/FixQuaternionSpikeSven Gothel2012-11-211-2/+2
|\
| * Fix Bug : Quaternion multiplication unexpected behaviorHaZuki2012-11-161-2/+2
* | OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi...Sven Gothel2012-11-212-17/+27
|/
* Frustum: Clarify method names, fix point/sphere classification, add used refe...Sven Gothel2012-11-122-26/+71
* Frustum: Add doc. about Frustum's Plane's normal orientationSven Gothel2012-11-121-2/+16
* Frustum: Cleanup / update; PMVMatrix: Fix mulPMVSven Gothel2012-11-122-13/+24
* Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and sphereSven Gothel2012-11-121-6/+43
* Adding Ref.: Frustum-Culling, Max WagnerSven Gothel2012-11-121-10/+12
* Validating Frustum w/ help of Eduard White [email protected], referencing th...Sven Gothel2012-11-122-75/+139
* Frustum: Print Plane's normals properly in toString()Sven Gothel2012-11-111-1/+1
* Frustum: Passing Mv*P (column major order)Sven Gothel2012-11-112-34/+34
* Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac...jthedering2012-11-111-1/+2