aboutsummaryrefslogtreecommitdiffstats
path: root/make/config
Commit message (Expand)AuthorAgeFilesLines
* Complete translucency support for Win32 - tested w/ NEWTSven Gothel2011-09-041-0/+3
* Fix XRenderFindVisualFormat return capacity (commit dcb0cc571298be90d0db7ad00...Sven Gothel2011-09-031-1/+1
* NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFind...Sven Gothel2011-09-031-0/+3
* Fix Bug 500: gl.getGL4() fails even though the context is GL4Sven Gothel2011-08-231-1/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-223-25/+25
* Add missing incl of gluegen's stdint (win32 failed)Sven Gothel2011-08-052-0/+2
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-0523-41/+23
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-314-5/+17
* gl header cfg: use __unix__ define, instead of all avail variations (linux, s...Sven Gothel2011-07-283-3/+3
* Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading bug...Sven Gothel2011-06-261-0/+2
* GLBuffers fix ; GL imageSizeInBytes fix / unit tests.Sven Gothel2011-06-098-319/+8
* GetDebugMessageLogARB/AMD 'messagelog' param is return value, hence can't be ...Sven Gothel2011-04-281-2/+2
* MacOSX/CGL Add CGLGetShareGroup()Sven Gothel2011-04-261-0/+1
* Fixed a few GL method's String parameter (explicit gluegen String declaration)Sven Gothel2011-04-241-1/+22
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-0/+4
* Add GL: glGetBufferSize(int buffer) - buffer size tracking, and add comments ..Sven Gothel2011-04-222-2/+23
* FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta...Sven Gothel2011-04-083-9/+9
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-0932-75/+75
* Fix: GLX exception message / sorted importsSven Gothel2011-01-311-1/+1
* Cleanup (removed obsolete class / imports) ; Cg fixSven Gothel2010-12-131-3/+3
* NativeWindow: Move RegisteredClass to private impl packageSven Gothel2010-12-121-2/+0
* Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-122-13/+48
* GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...Sven Gothel2010-12-092-11/+9
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-041-1/+1
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-281-1/+1
* NativeWindow/Windows: Fix CreateDummyWindow gluegen and usageSven Gothel2010-11-224-11/+19
* Fix bug#414, missing back conversion (using gluegen 992dcea3e94eead998942127a...Sven Gothel2010-11-191-3/+30
* Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-172-1/+6
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-174-74/+61
* remove redundant semicolon in gluegen Cg cfg fileSven Gothel2010-11-151-3/+3
* Fix GL profile sets for gluegen code generation according to the updated head...Sven Gothel2010-11-0610-28/+96
* Fix: Changed variable names according to new GL headerSven Gothel2010-11-061-2/+2
* EGL: Fix gluegen usageSven Gothel2010-11-061-6/+6
* Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa...Sven Gothel2010-11-066-135/+101
* Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6...Sven Gothel2010-11-061-1/+1
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-293-507/+0
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-141-3/+0
* Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-2424-118/+267
* Fix OSX 1: Add empty define of APIENTRY, if undefined (CG)Sven Gothel2010-07-191-0/+4
* Fix file modesSven Gothel2010-07-0731-0/+0
* Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-172-3/+3
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-1030-459/+259
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-044-44/+3
* Fix NativeWindow JAWT Code Generation and Bounds AccessSven Gothel2010-05-274-49/+29
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-0/+1
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-272-1/+5
* modifications due to method renaming in gluegen/procaddresstable.Michael Bien2010-04-243-3/+3
* changes due to refactorings in ProcAddressTable.Michael Bien2010-04-244-8/+8
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p...Sven Gothel2010-04-226-451/+79
* JOGL GL4 preperation (cont):Sven Gothel2010-04-2026-811/+419