aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util
Commit message (Expand)AuthorAgeFilesLines
...
| * AudioSink: interface add isAudioSinkAvailableXerxes Rånby2013-06-244-5/+14
| * Merge remote-tracking branch 'xranby-github/FFMPEGMediaPlayer'Xerxes Rånby2013-06-245-14/+234
| |\
| | * FFMPEGMediaPlayer: Add AudioSink interface.Xerxes Rånby2013-06-194-55/+125
| | * Merge remote-tracking branch 'xranby/github/FFMPEGMediaPlayer-audio' into FFM...Xerxes Rånby2013-06-192-13/+163
| | |\
| | | * FFMPEGMediaPlayer: Limit video sync delay to 47ms in order to fix audio buffe...Xerxes Rånby2013-05-121-2/+2
| | | * FFMPEGMediaPlayer: Poor mans audio/video sync.Xerxes Rånby2013-05-121-12/+98
| | | * FFMPEGMediaPlayer: blocking Java Sound outputXerxes Rånby2013-05-101-16/+17
| | | * partial implementation of Java Sound outputXerxes Rånby2013-05-101-0/+51
| | | * FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra...Xerxes Rånby2013-05-101-0/+3
| | | * FFMPEGMediaPlayer: Workaround forward seek delay caused by video sync.Xerxes Rånby2013-05-101-1/+1
| | | * FFMPEGMediaPlayer: Workaround dropped video frames while decoding audio.Xerxes Rånby2013-05-101-1/+9
| | | * FFMPEGMediaPlayer: Lookup decoded audio data_size using av_samples_get_buffer...Xerxes Rånby2013-05-101-3/+4
* | | | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+7
* | | | Fix FFMPEGMediaPlayer: Only use RED for GL3ES3 profiles, otherwise stick w/ A...Sven Gothel2013-07-161-1/+7
* | | | FFMPEGMediaPlayer: Use GL_RED instead of deprecated GL_ALPHA, otherwise won't...Sven Gothel2013-07-161-6/+6
* | | | PNGJ: Bump to git sha1 a0b1101ba2d37de39428ed55c8189502e24a3125 of https://co...Sven Gothel2013-07-093-1336/+1438
* | | | PNGJ: Bump to git sha1 a0b1101ba2d37de39428ed55c8189502e24a3125 of https://co...Sven Gothel2013-07-0220-157/+263
|/ / /
* | | GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...Sven Gothel2013-06-211-0/+1
* | | Security: Apply security changes from GlueGenSven Gothel2013-06-212-26/+48
|/ /
* | Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF (frame) - R...Sven Gothel2013-06-141-19/+53
* | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-1/+6
* | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...Sven Gothel2013-05-172-4/+4
|/
* TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J...Sven Gothel2013-04-271-2/+19
* Move JPEGDecoder.PixelStorage -> TextureData.ColorSink: Appropriate name + pu...Sven Gothel2013-04-271-16/+2
* type: weather -> whether :) .. it's spring again :)Sven Gothel2013-04-181-1/+1
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-011-0/+1505
* 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