summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util
Commit message (Expand)AuthorAgeFilesLines
* Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re...Sven Gothel2012-12-3150-1440/+3891
* GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...Sven Gothel2012-12-161-0/+195
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-163-16/+87
* Shader: Add '#define texture2D texture' for GLSL >= 130 ; TestGearsES2AWT add...Sven Gothel2012-10-311-0/+1
* EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal...Sven Gothel2012-10-301-3/+3
* FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/...Sven Gothel2012-10-297-26/+57
* FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g...Sven Gothel2012-10-231-3/+1
* FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameterSven Gothel2012-10-221-11/+10
* FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL...Sven Gothel2012-10-224-97/+91
* FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, allowing...Sven Gothel2012-10-204-61/+241
* FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): Issued t...Sven Gothel2012-10-193-49/+131
* FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care of dis...Sven Gothel2012-10-185-11/+20
* FixedFuncPipeline: Cache current ShaderSelectionMode, update PMVMatrix accord...Sven Gothel2012-10-181-12/+25
* FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make glColor4f(...Sven Gothel2012-10-182-9/+24
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2012-10-161-1/+1
|\
| * jogl: fix bad format string in PngChunkTIMEHarvey Harrison2012-10-151-1/+1
* | ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ...Sven Gothel2012-10-161-6/+13
|/
* FixedFuncColorTexture.fp: Remove unused local varSven Gothel2012-10-151-2/+0
* FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader code...Sven Gothel2012-10-146-37/+49
* FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as wellSven Gothel2012-10-141-2/+18
* FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode...Sven Gothel2012-10-137-80/+206
* FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/...Sven Gothel2012-10-121-3/+50
* GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai...Sven Gothel2012-10-127-89/+122
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-1210-298/+880
* Simplify GLArrayHandler and reduce VBO sideffectsSven Gothel2012-10-109-111/+76
* Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com...Sven Gothel2012-10-041-1/+1
* FixedFuncPipeline: Cleanup warnings ..Sven Gothel2012-10-041-7/+7
* Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G...Sven Gothel2012-08-163-12/+34
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-4/+4
* Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...Sven Gothel2012-06-181-1/+1
* FFMPEGDynamicLibraryBundleInfo: Adding notes ..Sven Gothel2012-04-211-0/+5
* FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom...Sven Gothel2012-04-211-1/+9
* FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one...Sven Gothel2012-04-211-25/+63
* GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme...Sven Gothel2012-04-183-3/+77
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-164-154/+316
* Add native tests for libav/ffmpeg and gstSven Gothel2012-04-162-0/+722
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-161-8/+8
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-8/+7
* Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.implSven Gothel2012-04-121-0/+226
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-113-52/+53
* Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom...Sven Gothel2012-04-113-0/+723
* Merge PNGJ 0.85 into namespaceSven Gothel2012-04-0744-0/+4525
* Fix commit fb7165e690546359dee92dd60b04be69f141c87e; Clarify ShaderState.atta...Sven Gothel2012-02-201-4/+4
* Cleanup ShaderCode/Program/StateSven Gothel2012-02-191-2/+1
* GLArrayData<VBO>: Add GLArrayHandlerFlat ; Update VBO name to interleaved sub...Sven Gothel2011-10-079-30/+231
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-308-165/+108
* API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...Sven Gothel2011-08-221-8/+8
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where GLDa...Sven Gothel2011-08-221-4/+4
* Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/...Sven Gothel2011-08-227-76/+143
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-2212-39/+659