| Commit message (Expand) | Author | Age | Files | Lines |
* | Shader: Add '#define texture2D texture' for GLSL >= 130 ; TestGearsES2AWT add... | Sven Gothel | 2012-10-31 | 1 | -0/+1 |
* | EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -3/+3 |
* | FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/... | Sven Gothel | 2012-10-29 | 7 | -26/+57 |
* | FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g... | Sven Gothel | 2012-10-23 | 1 | -3/+1 |
* | FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameter | Sven Gothel | 2012-10-22 | 1 | -11/+10 |
* | FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL... | Sven Gothel | 2012-10-22 | 4 | -97/+91 |
* | FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, allowing... | Sven Gothel | 2012-10-20 | 4 | -61/+241 |
* | FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): Issued t... | Sven Gothel | 2012-10-19 | 3 | -49/+131 |
* | FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care of dis... | Sven Gothel | 2012-10-18 | 5 | -11/+20 |
* | FixedFuncPipeline: Cache current ShaderSelectionMode, update PMVMatrix accord... | Sven Gothel | 2012-10-18 | 1 | -12/+25 |
* | FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make glColor4f(... | Sven Gothel | 2012-10-18 | 2 | -9/+24 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2012-10-16 | 1 | -1/+1 |
|\ |
|
| * | jogl: fix bad format string in PngChunkTIME | Harvey Harrison | 2012-10-15 | 1 | -1/+1 |
* | | ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ... | Sven Gothel | 2012-10-16 | 1 | -6/+13 |
|/ |
|
* | FixedFuncColorTexture.fp: Remove unused local var | Sven Gothel | 2012-10-15 | 1 | -2/+0 |
* | FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader code... | Sven Gothel | 2012-10-14 | 6 | -37/+49 |
* | FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as well | Sven Gothel | 2012-10-14 | 1 | -2/+18 |
* | FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode... | Sven Gothel | 2012-10-13 | 7 | -80/+206 |
* | FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/... | Sven Gothel | 2012-10-12 | 1 | -3/+50 |
* | GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai... | Sven Gothel | 2012-10-12 | 7 | -89/+122 |
* | Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,... | Sven Gothel | 2012-10-12 | 10 | -298/+880 |
* | Simplify GLArrayHandler and reduce VBO sideffects | Sven Gothel | 2012-10-10 | 9 | -111/+76 |
* | Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com... | Sven Gothel | 2012-10-04 | 1 | -1/+1 |
* | FixedFuncPipeline: Cleanup warnings .. | Sven Gothel | 2012-10-04 | 1 | -7/+7 |
* | Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G... | Sven Gothel | 2012-08-16 | 3 | -12/+34 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -4/+4 |
* | Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test... | Sven Gothel | 2012-06-18 | 1 | -1/+1 |
* | FFMPEGDynamicLibraryBundleInfo: Adding notes .. | Sven Gothel | 2012-04-21 | 1 | -0/+5 |
* | FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom... | Sven Gothel | 2012-04-21 | 1 | -1/+9 |
* | FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one... | Sven Gothel | 2012-04-21 | 1 | -25/+63 |
* | GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme... | Sven Gothel | 2012-04-18 | 3 | -3/+77 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 4 | -154/+316 |
* | Add native tests for libav/ffmpeg and gst | Sven Gothel | 2012-04-16 | 2 | -0/+722 |
* | API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen... | Sven Gothel | 2012-04-16 | 1 | -8/+8 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -8/+7 |
* | Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl | Sven Gothel | 2012-04-12 | 1 | -0/+226 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 3 | -52/+53 |
* | Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom... | Sven Gothel | 2012-04-11 | 3 | -0/+723 |
* | Merge PNGJ 0.85 into namespace | Sven Gothel | 2012-04-07 | 44 | -0/+4525 |
* | Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta... | Sven Gothel | 2012-02-20 | 1 | -4/+4 |
* | Cleanup ShaderCode/Program/State | Sven Gothel | 2012-02-19 | 1 | -2/+1 |
* | GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub... | Sven Gothel | 2011-10-07 | 9 | -30/+231 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 8 | -165/+108 |
* | API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst... | Sven Gothel | 2011-08-22 | 1 | -8/+8 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where GLDa... | Sven Gothel | 2011-08-22 | 1 | -4/+4 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/... | Sven Gothel | 2011-08-22 | 7 | -76/+143 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 12 | -39/+659 |
* | Cont. fix 'Allow VBO/Texture Name (int) < 0' | Sven Gothel | 2011-08-01 | 1 | -4/+4 |
* | Fixed regression of commit 360b86f4b5d0e440863c1749fe990e39fbabc51c | Sven Gothel | 2011-08-01 | 1 | -2/+2 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 1 | -61/+61 |