summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc/Platforms.txt: Update Virtualbox 4.3 Tests .. w/ Debian Host and Client (...v2.1.52.1-maintSven Gothel2014-03-111-0/+28
* Bug 961: Fix commit fdd60adb1d421f2018b47ee17e9079c94b54910f (memmove byte-co...Sven Gothel2014-03-111-4/+10
* Bug 961: Stabilize glXGetFBConfigAttrib(..) and glXChooseFBConfig(..) Usage A...Sven Gothel2014-03-106-11/+122
* Test script: Add TestGLReadBuffer01GLCanvasAWTSven Gothel2014-03-071-1/+2
* Bug 975: Add TestGLReadBuffer01GLCanvasAWT Unit Test (AWT Frame w/ GLCanvas)Sven Gothel2014-03-073-0/+254
* Refine commit 9fb1e46e43900ec9b2f9c9af1fc8984e101c8811: Avoid loading [j]awt ...Sven Gothel2014-02-282-50/+63
* Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) paramet...Sven Gothel2014-02-263-27/+63
* AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT ...Sven Gothel2014-02-262-4/+18
* Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window...Sven Gothel2014-02-252-7/+7
* Merge remote-tracking branch 'xranby/master'Sven Gothel2014-02-251-2/+2
|\
| * Bug 927: Try fix deadlock.Xerxes Rånby2014-02-251-2/+2
* | Merge remote-tracking branch 'petros-koutsolampros/master'Sven Gothel2014-02-252-12/+25
|\ \
| * | A more wholesome solution to the windowing problems in OSX. As describedPetros Koutsolampros2014-02-252-12/+25
| |/
* / Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-253-7/+7
|/
* Bug 927 - Multithreading (MT) - GLMediaPlayer.GLMediaEventListener: Remind th...Sven Gothel2014-02-226-69/+96
* ALAudioSink: Add thread-name to exceptions; stopImpl shall not throw an excep...Sven Gothel2014-02-221-22/+38
* Bug 927 - Multithreading (MT) issues ALAudioSinkSven Gothel2014-02-221-53/+54
* Bug 927 - Multithreading (MT) issues libav/ffmpegSven Gothel2014-02-226-78/+83
* Merge remote-tracking branch 'xranby/master'Sven Gothel2014-02-211-0/+208
|\
| * Bug 927: demos/es2/av/CrossFadePlayerXerxes Rånby2014-02-211-0/+208
* | Match Bitstream changes of gluegen commit 4447232af0d95a4348d09d4ed03fbef4839...Sven Gothel2014-02-211-35/+35
* | Cleanup imports TestGLReadBuffer01GL*Sven Gothel2014-02-202-2/+0
* | Bug 980: Use Bitsream class for JPEGDecoderSven Gothel2014-02-201-69/+32
|/
* GLContextImpl/GLDrawableImpl.getDefaultReadBuffer(..): Pass hint whether dedi...Sven Gothel2014-02-183-4/+6
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Fix auto-swap ...Sven Gothel2014-02-188-54/+133
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Refine unit te...Sven Gothel2014-02-183-11/+43
* Bug 927: Fix minor MT issues w/ libav/ffmpegSven Gothel2014-02-167-92/+152
* Add make/scripts/make.jogl.all.macosx-clang.shSven Gothel2014-02-151-0/+1
* doc/HowToBuild.html: Remove duplicate lineSven Gothel2014-02-151-2/+0
* Movie* Demo: Utilize TextRendererGLELBase (fps, vsync, ..)Sven Gothel2014-02-153-44/+214
* Extract TextRendererGLELBase (demo) - Utilize general text rendering for demos.Sven Gothel2014-02-153-111/+210
* Graph: RendereState: Create own PMVMatrix if passed value is null; Renderer: ...Sven Gothel2014-02-154-10/+14
* doc/HowToBuild.html: Complete Debian package list, add note on multiarch pack...Sven Gothel2014-02-151-0/+13
* Bug 927 - Multithreading (MT) issues with ALAudioSink (openal-soft)Sven Gothel2014-02-152-35/+114
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap - Use default au...Sven Gothel2014-02-146-113/+267
* GLReadBufferUtil: Set PACK_ROW_LENGTH for ES3 as well - also set ReadBuffer t...Sven Gothel2014-02-141-2/+5
* GLPixelStorageModes: Safe and restore GL2ES3 modes, i.e. add missing GLES3 mo...Sven Gothel2014-02-142-40/+46
* Bug 975 - GLJPanel's OffscreenDrawable shall not double swap (custom swap by ...Sven Gothel2014-02-136-63/+356
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-134-76/+76
* Bug 974 - Add missing [GL4] glMultiDrawArraysIndirect(int mode, int type, lon...Sven Gothel2014-02-133-0/+6
* TextureIO: Fix PNGTextureWriter Vertical-Flip, i.e. pass TextureData's getMus...Sven Gothel2014-02-131-2/+2
* Bug 962 - AWTGLReadBufferUtil should use aligned BufferedImage [for resized i...Sven Gothel2014-02-136-19/+283
* TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec...Sven Gothel2014-02-133-20/+103
* Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s...Sven Gothel2014-02-121-2/+2
* Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s...Sven Gothel2014-02-121-4/+19
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-126-46/+129
* Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro...Sven Gothel2014-02-102-12/+91
* JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4Sven Gothel2014-01-311-1/+0
* NEWT WindowImpl: Don't waitForPosition(..) if child window - issues w/ differ...Sven Gothel2014-01-311-8/+13
* applet3 test page: remove redundant 'Applet3' in link nameSven Gothel2014-01-311-5/+6