aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/ImmModeSink.java
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-127/+128
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+2
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-191/+191
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-101-3/+3
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-1/+5
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-3/+10
* GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-161-43/+238
* Fix regression of commit 40d01bef2a1db44533472c37961aabbef68de644: Test for f...Sven Gothel2012-10-231-2/+2
* ImmModeSink: Reduce DEBUG_* print a bit (no this.toString())Sven Gothel2012-10-231-10/+11
* FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameterSven Gothel2012-10-221-4/+8
* Fix ImmModeSink Padding: Fourth element default value (vertex/color) is 1fSven Gothel2012-10-201-33/+47
* ImmModeSink: Pretty'fying Ctor/Factory methods argument listSven Gothel2012-10-181-16/+21
* ImmModeSink: Add resizeElementCount, allowing user to set a lower additional ...Sven Gothel2012-10-181-2/+20
* ImmModeSink VBO: Update single buffers (vertex, color, ..) if once written an...Sven Gothel2012-10-181-26/+58
* ImmModeSink: Add glColor3ub(), glColor4ub(); Add proper value conversion of i...Sven Gothel2012-10-181-101/+151
* ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ...Sven Gothel2012-10-161-52/+68
* FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/...Sven Gothel2012-10-121-2/+2
* ImmModeSink: Fix bugs (use glBufferUsage, vboUsage, GL_POLYGON, GL_QUADS) and...Sven Gothel2012-10-101-233/+408
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-11/+14
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-1/+1
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-111-34/+34
* API Change GLArrayDataWrapper/GLArrayDataServer: Add vboTarget to wrapper cst...Sven Gothel2011-08-221-4/+4
* VBO and Texture Names: Allos (int) < 0 - unusual valid names for some GL impl.Sven Gothel2011-08-011-5/+5
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-261-13/+13
* GLArrayData API and impl. changesSven Gothel2011-04-221-21/+23
* FIX: Refactor GLArrayData and all it's implementations/sub-interfaces (VBO ta...Sven Gothel2011-04-081-4/+4
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-141-5/+5
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-3/+3
* fixed a bunch of javadoc warnings.Michael Bien2010-03-291-2/+2
* renamed BufferUtil to GLBuffers.Michael Bien2010-03-291-78/+78
* com.jogamp.opengl.util.BufferUtil extends com.jogamp.gluegen.runtime.Buffers.Michael Bien2010-03-291-1/+1
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-281-1/+1
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+974