aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-145-72/+72
| * GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-141-2/+4
| * GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-101-3/+3
| * FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subjec...Sven Gothel2013-07-201-2/+2
| * FFMPEGPlayer Audio Sink Refactoring ..Sven Gothel2013-07-191-12/+3
| * API doc: Use paragraph instead of manual line break ..Sven Gothel2013-07-181-6/+6
| * Javadoc: Use JogAmp Stylesheet / Colors ..Sven Gothel2013-07-171-4/+20
| * API doc: Add old glext-20130207.h header for complete extension association. ...Sven Gothel2013-07-173-51/+13183
| * API doc: Update native-taglet / Fix creation, i.e. use 'man2' instead of 'man'.Sven Gothel2013-07-172-229/+222
| * JOGL API Doc: Remove 'JSR 231' identifier - we are no more bound to a JSR, fo...Sven Gothel2013-07-172-258/+216
| * More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is dep...Sven Gothel2013-07-171-2/+2
| * Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...Sven Gothel2013-07-171-1/+12
| * Fix FFMPEGMediaPlayer: Only use RED for GL3ES3 profiles, otherwise stick w/ A...Sven Gothel2013-07-161-2/+2
| * Tests: Cleanup for GL core usage p2 - (Proper GLSL version number)Sven Gothel2013-07-161-9/+1
| * GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries.Sven Gothel2013-07-163-0/+45
| * Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildCom...Sven Gothel2013-07-161-44/+9
| * Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...Sven Gothel2013-07-153-2/+12
| * Fix regressions of commit 3a0d7703da32e9a5ddf08a334f18588a78038d88: Avoid CPP...Sven Gothel2013-07-154-4/+26
| * Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-1584-15216/+17374
| * TestMainVersionGLWindowNEWT: Add 'manual' version get/print for verification.Sven Gothel2013-07-101-2/+2
| * TestGLWindows02NEWTAnimated: Give animator a chance to become paused after pu...Sven Gothel2013-07-101-2/+2
| * junit.run.newt.awt: Exclude SWTSven Gothel2013-07-101-0/+1
| * UITestCase.resetXRandRIfX11(): Iterate through all outputs and sets the prefe...Sven Gothel2013-07-091-2/+2
| * PNGJ: Bump to git sha1 a0b1101ba2d37de39428ed55c8189502e24a3125 of https://co...Sven Gothel2013-07-091-2/+2
| * NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's...Sven Gothel2013-07-092-3/+5
| * NEWT EDTUtil: Exposed weakness of EDTUtil usage due to usage of WeakReference...Sven Gothel2013-07-091-3/+3
| * Fix SWTEDTUtil regression caused by dec4b02fe4b93028c85de6a56b6af79601042d6e,...Sven Gothel2013-07-051-3/+3
| * NEWT Display.create: If reusing an existing instance, ensure EDT is running!Sven Gothel2013-07-051-3/+4
| * Fix Bug 765: Add glMultiDrawElementsBaseVertex ; Restrict PointerBuffer usage...Sven Gothel2013-07-052-2/+115
| * Fix Bug 763 and Bug 764: Proper GL gluegen for glCreateShaderProgramv and GL3...Sven Gothel2013-07-051-4/+18
| * NEWT: Using WeakReferences for global cache of Display, Screen and Window ins...Sven Gothel2013-07-041-2/+3
| * TestScreenMode*: Be more verbose setting screen mode.Sven Gothel2013-07-041-3/+3
| * X11Window FullScreen: Toggle _NET_WM_BYPASS_COMPOSITOR not only for ABOVE .. ...Sven Gothel2013-07-041-2/+2
| * Revisit Bug 770 and Bug 771: Only use FLAG_IS_FULLSCREEN_SPAN if required; At...Sven Gothel2013-07-041-2/+2
| * TestScreenMode* Cleanup (reset)Sven Gothel2013-07-044-8/+47
| * Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and...Sven Gothel2013-07-033-8/+7
| * GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...Sven Gothel2013-07-031-1/+1
| * Bug 724: Add manual unit test, incr. PNGImage verbosity.Sven Gothel2013-07-021-3/+4
| * Bug 734: Bug could not be reproduced w/ TestScreenMode02bNEWT, however on som...Sven Gothel2013-07-022-4/+4
| * Fix Bug 770 and 771Sven Gothel2013-07-022-6/+8
| * Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-301-2/+3
| * Tests: Put monitor/screen mode tests to own subpackageSven Gothel2013-06-292-17/+17
| * Tests: Fix enumeration of monitor/screen mode tests, add tests description to...Sven Gothel2013-06-292-14/+18
| * Disable TestNewtEventModifiersNewtCanvasSWTAWT: Causes sporadic freezes on Wi...v2.0.2-rc12v2.0-rc12Sven Gothel2013-06-251-2/+2
| * NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCa...Sven Gothel2013-06-242-4/+4
| * TestFocus0[12]SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traver...Sven Gothel2013-06-242-4/+4
| * Workaroung a Java7 AWT EDT/Robot bug: Validate whether AWT-EDT is alive befor...Sven Gothel2013-06-242-4/+4
| * TestSWTAccessor03AWTGLn: Fix SWT deadlock on Java7/Windows: Must perform AWT ...Sven Gothel2013-06-242-7/+11
| * scripts: osx make/test java7/6 fixesSven Gothel2013-06-246-46/+4
| * Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-232-3/+4