summaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* set env TARGET_PLATFORM_LIBS (linux arm cross)Sven Gothel2011-08-091-0/+1
|
* Android: Add android/EGL lib for linkageSven Gothel2011-08-092-46/+44
|
* incr. debug output (tests)Sven Gothel2011-08-071-0/+2
|
* Android hacks: ClassLoaderUtil (vie Dex.., w/ native libs) ; Merged big jar ↵Sven Gothel2011-08-052-0/+24
| | | | ; eglGetDevice(0) fails
* add/fix: cross/egl test scriptsSven Gothel2011-08-053-6/+77
|
* due to JAR *all* merge, merge *-java-src.zip -> jogl-java-src.zip as wellSven Gothel2011-08-051-9/+1
|
* fix jogl.all-mobile.jar/jogl_mobile configurationSven Gothel2011-08-054-11/+13
|
* Add missing incl of gluegen's stdint (win32 failed)Sven Gothel2011-08-052-0/+2
|
* Complete Android cleanup (compile/apk launch)Sven Gothel2011-08-0513-0/+219
|
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵Sven Gothel2011-08-0542-587/+598
| | | | | | | | | | | | | | | | | | | | | separation ; android cleanup remaining all-in-one jnlp's / jars: jogl-all-awt.jnlp -> jogl.all.jar jogl-all-noawt.jnlp -> jogl.all-noawt.jar jogl-all-mobile.jnlp -> jogl.all-mobile.jar native for all above: jogl-all-natives-linux-amd64.jar jogl.all-android.apk jogl.all-android.jar more may follow for each supported platfrom ++++ - newt: proper 'driver' separation - all drivers reside now in jogamp.newt.driver.* - remove intptr.cfg / use gluegen's
* test: remove bug 502 workaround flagSven Gothel2011-08-031-3/+0
|
* Renamed jogamp.newt.opengl -> jogamp.newt.egl, properly reflecting EGL ↵Sven Gothel2011-08-031-13/+8
| | | | | | dependency, not OpenGL The native impl packages utilize EGL, not opengl, to query the proper pixelformat.
* Initial android newt input event transformationRami Santina2011-08-021-1/+1
|
* Adapt latest gluegen changes for crossplatform.Sven Gothel2011-08-025-24/+12
|
* Enable EGL/ES1/ES2 detection/test on desktop (using mesa's libraries)Sven Gothel2011-08-011-12/+13
| | | | | Ubuntu: sudo apt-get install mesa-utils-extra libegl1-mesa libegl1-mesa-drivers libgles1-mesa libgles2-mesa
* test script cleanupSven Gothel2011-08-012-11/+16
|
* Cross Test linux/armv7 script: Use es1 and es2 classesSven Gothel2011-08-011-10/+15
|
* Add egl es test script for host (emu)Sven Gothel2011-07-311-0/+37
|
* Add crosstest script for linux/armSven Gothel2011-07-311-0/+52
|
* ES Native Libraries: Add missing GLDebugMessageHandler code ..Sven Gothel2011-07-311-0/+4
|
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-314-5/+17
| | | | | Indicates whether this GL object is compatible with OpenGL ES2, i.e. has the extension <code>GL_ARB_ES2_compatibility</code>
* NEW unit test, use bug 502 workaround property until fixed otherwiseSven Gothel2011-07-291-0/+3
|
* add linux/armv7 scripts [[cross] compile clean]Sven Gothel2011-07-283-0/+60
|
* test case GLWindowSven Gothel2011-07-281-2/+2
|
* script: no need for custom linux-x86 on multilib platformSven Gothel2011-07-281-1/+3
|
* gl header cfg: use __unix__ define, instead of all avail variations (linux, ↵Sven Gothel2011-07-283-3/+3
| | | | sun, ..)
* build: add linux/armv7 support ; only add resources once w/o java sourceSven Gothel2011-07-284-18/+98
|
* Use GlueGen Platform's OSType enumSven Gothel2011-07-211-5/+5
|
* Fix NEWT GL ctx/offscreen (GPUMemSec..) tests: Use pbuffer (i.e. hw accel GL ↵Sven Gothel2011-06-263-4/+7
| | | | driver)
* add property 'nativewindow.x11.mt-bug' to test script ..Sven Gothel2011-06-261-5/+10
|
* Woraround for bug 502: X11/NEWT Stalling due to libX11/XCB Multithreading ↵Sven Gothel2011-06-261-0/+2
| | | | | | | | | bug (libX11 1.4.2, libXCB 1.7; ubuntu 11.04, ..) - https://jogamp.org/bugzilla/show_bug.cgi?id=502 - set the boolean property 'nativewindow.x11.mt-bug' to 'true', indicating the erroneous libX11/libXCB behavior. This will enable extensive X11 locking even in NEWT.
* Minor editing (compile script, X11Window.c - cleanups)Sven Gothel2011-06-121-1/+1
|
* test bat/sh files edit ..Sven Gothel2011-06-113-4/+10
|
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ↵Sven Gothel2011-06-1110-172/+41
| | | | | | | .. (remove local copy) - Use them for gluegen code generation - Use them for native compilation (cc)
* windows batch files: bump to 6u26Sven Gothel2011-06-099-16/+16
|
* src-zip: no compression to benefit from xz/7z compressionSven Gothel2011-06-091-3/+3
|
* GLBuffers fix ; GL imageSizeInBytes fix / unit tests.Sven Gothel2011-06-099-320/+11
| | | | | | | | | | - Moved implementation of prev GL imageSizeInBytes(..) -> GLBuffers.sizeof() for all GL profiles - GLBuffers.*: Added missing formats and types (GL2.1, GL3.3 and GL4.1) - GLBuffers.sizeof(): Fail fast if format/type is unhandled, or alignment invalid - Added unit test for GLBuffers.sizeof()
* Locator moved to GlueGen's IOUtil (gluegen ↵Sven Gothel2011-06-081-5/+3
| | | | a87c56c95099de5b6cbc9bd8bf6f1924a3dd6387)
* create source zip archives per defaultSven Gothel2011-05-221-12/+20
|
* Add all.debug targetSven Gothel2011-05-171-0/+2
|
* leave java source zip file in build folder (if BUILD_ARCHIVE=true)Sven Gothel2011-05-171-3/+10
|
* NEWT/GLContext (unit test): Wait for visibility/realized ; Add clean scriptsSven Gothel2011-05-173-2/+11
|
* GLSL unit tests: cleanup shader state testsSven Gothel2011-05-172-2/+4
|
* JUnit Test: Add 'ruler' testcase using monitor mode's mm/pixel size.Sven Gothel2011-05-161-1/+2
|
* build: Query git branch/sha1 and use it if not set and tools are available; ↵Sven Gothel2011-05-165-8/+39
| | | | | | | | | | Add Java source zip file. Query git branch/sha1 and use it if not set and tools are available. This shall improve tracking of manual generated binaries/bundles. Add Java source zip file. Contains all Java source code (incl. generated ones) enhancing IDE usage, where API doc and source browsing of libs is supported (NB/Eclipse/etc).
* Merging OutlineShape.VerticesState enum type (John Pritchard ↵Sven Gothel2011-05-051-2/+2
| | | | <[email protected]> https://github.com/syntelos/jogl/commit/05a7ec92d30e1e688b1eb7cc317cad83a0e8fd60#L0R59)
* UI Tests/Robot: Attempt to stabilize UI tests (focus/input)Sven Gothel2011-05-012-3/+4
| | | | | | | | Focus: Always programmatic, clear global focus state upfront Key/Mouse Input: Retry w/ optional focus request if lost .. Dropped redundant robot delays, ie between keypress/release.
* Fix GLDebugMessages synchronous setting ↵Sven Gothel2011-04-291-3/+3
| | | | 39a8ca392d7302831f5689979c4ce89145b732af, only set if ARB
* GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length ↵Sven Gothel2011-04-283-6/+13
| | | | | | | | in aliased glDebugMessageInsert. - GLDebugMessages add synchronous status - defaults to true - GLContext/GLDebugMessages add dumpStack() if jogl.debug.DebugGL is set - Remove param length in aliased glDebugMessageInsert.
* Fix glsl unit tests: NV needs to have explicitly turn off vsync / Fix 'sed' ↵Sven Gothel2011-04-283-9/+13
| | | | havoc: gcu_ -> mgl_ uniform names