summaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-03-28297-703/+710
|\
| * refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...Michael Bien2010-03-274-19/+19
| * refactoring part 3 (impl package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2787-184/+184
| * refactoring part 2 (glu package): renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2796-256/+256
| * refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-27108-206/+204
| * added idea project filesMichael Bien2010-03-271-0/+13
| * refactoring due to gluegen changes.Michael Bien2010-03-2730-38/+34
* | Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfcSven Gothel2010-03-281-1/+1
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=391Sven Gothel2010-03-262-8/+21
* fixed compiler error in TextureRenderer.Michael Bien2010-03-261-1/+1
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=378Sven Gothel2010-03-268-175/+194
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=378Sven Gothel2010-03-252-0/+227
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=378Sven Gothel2010-03-252-22/+87
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=363LICENSE_CLEANUP_STARTSven Gothel2010-03-2496-96/+96
* refactoring: new struct accessor method naming conventions.Michael Bien2009-11-115-51/+51
* Add OpenGL 3.x compatibility profile GL3bc,Sven Gothel2009-10-184-17/+82
* All tracker are aggregated in the GLContext nowSven Gothel2009-10-177-58/+90
* All tracker are aggregated in the GLContext nowSven Gothel2009-10-171-0/+211
* GLProfile: usesNativeGLES[12] remove check with non impl GL2ES[12] ; Add uses...Sven Gothel2009-10-161-4/+19
* Fix WindowsOffscreenWGLDrawableSven Gothel2009-10-161-2/+3
* Fix Solaris buildSven Gothel2009-10-151-14/+16
* X11 Display Lock completed (hope so)Sven Gothel2009-10-124-48/+90
* NEWT X11 Display Lock:Sven Gothel2009-10-117-89/+137
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-102-13/+42
* EGL more query config trials; Avoid NPE if no config is chosenSven Gothel2009-10-055-18/+48
* Fix On-/Offscreen and PBuffer.Sven Gothel2009-10-0516-43/+115
* Fix: EGL set doublebuffer:=false for offscreenSven Gothel2009-10-051-0/+1
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-0516-361/+262
* Add com.sun.opengl.util.texture.spi.NetPbmTextureWriterSven Gothel2009-10-041-0/+161
* EGL: Use surfaceHandle, not windowHandle (2) for eglSurfaceSven Gothel2009-10-041-2/+2
* EGLContext: Just debug lines ..Sven Gothel2009-10-041-3/+5
* FIX: EGL Config: on-/offscreen and pbuffer; Added EGL-PBuffer setSurfaceHandleSven Gothel2009-10-044-36/+50
* Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow.Sven Gothel2009-10-046-0/+12
* Fix EGL SurfaceType query/setup [on-/offscreen, pbuffer] using EGLConfig/GLCa...Sven Gothel2009-10-043-42/+54
* Texture: Relax/Pending creation of texture ID, no context must be currentSven Gothel2009-10-031-17/+25
* Avoid NPE if no context currentSven Gothel2009-10-031-1/+1
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-032-14/+20
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-031-1/+1
* EGL Fix: Use the surface handle for creation, not the window handle; More fix...Sven Gothel2009-10-034-28/+53
* EGL debug fixes ..Sven Gothel2009-10-034-11/+28
* Offscreen/PBuffer capabilities cleanup ; Generic read drawable supportSven Gothel2009-10-0322-121/+284
* NEWT: Offscreen integrationSven Gothel2009-10-021-1/+0
* Pbuffer GLDrawableFactory integration (2)Sven Gothel2009-10-023-6/+60
* Proper PBuffer drawable abstractionSven Gothel2009-10-025-67/+63
* NativeWindowFactory:Sven Gothel2009-10-027-17/+59
* Oops .. fixed compile errorSven Gothel2009-09-251-1/+1
* Fix MacOSX External GLContextSven Gothel2009-09-258-178/+448
* Let the GLCapabilityChooser run over the fallback fixed GLCapabilities [last ...Sven Gothel2009-09-241-2/+13
* Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here ..Sven Gothel2009-08-063-13/+18
* Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest)Sven Gothel2009-08-055-31/+55