aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/render/opengl/JoglGL2ES1.java
Commit message (Expand)AuthorAgeFilesLines
* Fix/Enhance NEWT ScreenMode (FS) integration, simplify NEWTWin creationSven Gothel2012-10-191-4/+4
* Added JOGL2 Flags (README/Jake2.sh), New JOGL Renderer Order, ..Sven Gothel2012-10-191-2/+3
* JoglGL2ES1: Comment out GL_QUADS (not used), Remove ext GL_EXT_point_paramete...Sven Gothel2012-10-181-5/+15
* JoglGL2ES1: Regard 'hasPointExt' (diff ImmModeSink w/ more elements and ubyte...Sven Gothel2012-10-181-17/+31
* Fix QGL for ES1/ES2: Use ushort indices, since uint is n/a on ES1/ES2 profileSven Gothel2012-10-161-3/+4
* GL2ES1: Add GL_EXT_point_parameters caps for ES1 GL driverSven Gothel2012-10-161-2/+4
* JoglGL2ES1: ImmModeSink: Drop color components (not used), initialElementSize...Sven Gothel2012-10-161-3/+11
* Enabling GL2ES1 and GL2ES2 driver, using JOGL's ImmModeSink and FixedFunction...jogl2_es2Sven Gothel2012-10-121-0/+410