summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/aSven Gothel2012-04-111-6/+2
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-1134-257/+1188
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-117-104/+120
* Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom...Sven Gothel2012-04-116-0/+0
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-094-345/+350
* Adding assets-test/placeholder.txtSven Gothel2012-04-091-0/+1
* Add missing: MovieSimpleActivity0Sven Gothel2012-04-091-0/+119
* ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy.Sven Gothel2012-04-091-356/+246
* ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta...Sven Gothel2012-04-094-45/+45
* Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,...Sven Gothel2012-04-093-43/+24
* GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra)Sven Gothel2012-04-0917-340/+373
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-097-14/+19
* GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_...Sven Gothel2012-04-074-8/+5
* TextureIO: PNGImage 1stSven Gothel2012-04-071-2/+2
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-0715-13/+377
* Merge PNGJ 0.85 into namespaceSven Gothel2012-04-0750-1/+4889
* Remove tga textureSven Gothel2012-04-071-0/+0
* NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ...Sven Gothel2012-04-076-7/+18
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-0614-195/+541
* TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage...Sven Gothel2012-04-064-46/+54
* PMVMatrix: Add convenient ProjectFloat calls of gluLookAt, gluProject, gluUnP...Sven Gothel2012-04-062-52/+192
* Android MovieSimple Split: zoom and orig size for performance analysisSven Gothel2012-04-066-8/+192
* GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co...Sven Gothel2012-04-055-46/+31
* JoglVersion: Dump GLSL version if GLSL is available.Sven Gothel2012-04-051-2/+5
* Enhance MovieSimple Demo: Split shader to es2/gl2, check for GL_OES_EGL_image...Sven Gothel2012-04-0511-74/+92
* NEWT/Android: Add notion of 'brokenFocusChange' for Android impl, where reque...Sven Gothel2012-04-042-12/+16
* Split Android MovieSimple Launcher to 3Sven Gothel2012-04-047-71/+349
* GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream...Sven Gothel2012-04-037-178/+249
* Add Android API 14 GLMediaPlayer demo: MovieSimpleSven Gothel2012-04-039-114/+411
* GLMediaPlayer: API and implementation update. First working version on Androi...Sven Gothel2012-04-037-171/+355
* Ant Build: Split 2nd pass in android and non-android builds. The former uses ...Sven Gothel2012-04-032-2/+28
* GLArrayData*: toString(): Dump the vboOffset in decimalSven Gothel2012-04-032-2/+2
* AndroidWindow/NewtBaseActivity: Properly split functionality, remove android....Sven Gothel2012-04-032-81/+182
* GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.Sven Gothel2012-04-032-3/+3
* Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...Sven Gothel2012-04-032-4/+53
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-035-24/+25
* Fix commit de2b129a56335262a44a05541a3ab2e35668cc6e - Relocation/Exposure of ...Sven Gothel2012-04-021-0/+1
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-0219-554/+1450
* ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...Sven Gothel2012-04-022-325/+362
* Remote unit tests: Include AWT unit testsSven Gothel2012-03-281-1/+1
* Add armhf cross build/test scriptsSven Gothel2012-03-283-0/+65
* minor edits: test.sh and android cross build scriptSven Gothel2012-03-272-3/+5
* Adapt to gluegen commit e9e61421ef6009e6788998c471d1d3d30aaefea6Sven Gothel2012-03-262-6/+5
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566Sven Gothel2012-03-268-13/+43
* NIODirectOnly: Remove invalid comment 'where a Buffer argument shall hold ret...Sven Gothel2012-03-261-8/+8
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-255-19/+34
* edit tests.shSven Gothel2012-03-251-5/+5
* X11GLXContext: Remove DEBUG_GLX_MAKECURRENTSven Gothel2012-03-252-12/+2
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-2515-451/+360
* Reviewed JOGL GlueGen Tags: NIODirectOnly - Removed where not technically req...Sven Gothel2012-03-222-31/+29