aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncHook.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-3/+4
* Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv...Sven Gothel2023-04-091-2/+2
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-241-1/+1
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-8/+8
* FixedFuncHook: Use downstream gl.getGLProfile().getImpl() for custom GL2ES1 i...Sven Gothel2014-07-291-2/+2
* BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo...Sven Gothel2014-07-291-0/+22
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-74/+74
* Math and PMVMatrix: Cleanup and RefineSven Gothel2014-03-141-3/+0
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-211-12/+12
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+39
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-30/+30
* Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-141-8/+8
* FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameterSven Gothel2012-10-221-11/+10
* FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): Issued t...Sven Gothel2012-10-191-49/+14
* FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care of dis...Sven Gothel2012-10-181-1/+3
* FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make glColor4f(...Sven Gothel2012-10-181-2/+9
* ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ...Sven Gothel2012-10-161-6/+13
* FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/...Sven Gothel2012-10-121-3/+50
* Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,...Sven Gothel2012-10-121-36/+113
* Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com...Sven Gothel2012-10-041-1/+1
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-8/+7
* API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...Sven Gothel2011-08-221-8/+8
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-221-1/+26
* Cont. fix 'Allow VBO/Texture Name (int) < 0'Sven Gothel2011-08-011-4/+4
* GLArrayData API and impl. changesSven Gothel2011-04-221-14/+14
* FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta...Sven Gothel2011-04-081-8/+8
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+331