summaryrefslogtreecommitdiffstats
path: root/src/jake2/render/opengl
Commit message (Expand)AuthorAgeFilesLines
* JoglGL2ES1: Remove ctor arg hasPointExt, since it's impl. in FFP Emul.Sven Gothel2012-10-234-30/+11
* Cleanup: Revert minor (semantic) differences introduced in f5612e7dfc635359f1...Sven Gothel2012-10-231-0/+1
* Fix/Enhance NEWT ScreenMode (FS) integration, simplify NEWTWin creationSven Gothel2012-10-197-148/+121
* Added JOGL2 Flags (README/Jake2.sh), New JOGL Renderer Order, ..Sven Gothel2012-10-196-13/+55
* NEWTWin: Fix NPE if Screen is not initialized yet (fullscreen mode)Sven Gothel2012-10-181-1/+4
* NEWTWin: FPS dump on ARM more frequently :)Sven Gothel2012-10-181-2/+13
* 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-184-20/+34
* Fix QGL for ES1/ES2: Use ushort indices, since uint is n/a on ES1/ES2 profileSven Gothel2012-10-165-11/+11
* Jogl*Driver.shutdown(): Release hold ctx before killing window offthread (req...Sven Gothel2012-10-164-21/+37
* 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
* Adding jogldummy (dummy GL driver (no calls), but w/ NEWT and actual [not-use...Sven Gothel2012-10-155-6/+156
* JoglES2Driver: Use FFP COLOR_TEXTURE2, restrict shader resources for mobileSven Gothel2012-10-131-1/+1
* Enabling GL2ES1 and GL2ES2 driver, using JOGL's ImmModeSink and FixedFunction...jogl2_es2Sven Gothel2012-10-125-97/+345
* Simple NEWT port: Remove AWT dependencies in Jake2 / JOGL / Fast (default mod...NEWTSven Gothel2012-10-087-454/+811
* Remove lwjglSven Gothel2012-10-082-642/+0
* JoglDriver: Add FPSCounter (all 60*5 frames) ; Remove glFlush() @ endFrame, d...jogl2_gl2Sven Gothel2012-10-081-1/+6
* Simple JOGL2 port: Disable autoSwapBufferMode of GLCanvas (double swap == fli...Sven Gothel2012-10-071-3/+6
* Simple JOGL2 portSven Gothel2012-10-074-1068/+341
* Changes to enable Jake2 to run well as an applet inside the Kenneth B. Russell2008-03-021-82/+137
* the callback renderer is never usedCarsten Weisse2008-03-021-363/+0
* changes to handle resizable screens.Carsten Weisse2008-03-021-10/+31
* set new window location only in fullscreen modeCarsten Weisse2007-11-033-6/+4
* a better display mode selection (can handle strange frequencies)Carsten Weisse2007-02-141-2/+4
* add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off on...Carsten Weisse2007-01-116-1/+39
* add glHint(int target, int mode) e.g. for perspective correction hintCarsten Weisse2007-01-107-66/+90
* update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed)Carsten Weisse2007-01-101-71/+69
* format onlyCarsten Weisse2006-12-121-40/+40
* NPE bugCarsten Weisse2006-12-111-2/+2
* exit thread removed because of linuxCarsten Weisse2006-12-111-35/+26
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-1/+7
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-8/+9
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-21/+33
* hope this helps on win32 screen mode switchingCarsten Weisse2006-12-111-27/+49
* destroy gl context in the canvas removeNotifyCarsten Weisse2006-12-111-9/+4
* destroy window in the main threadCarsten Weisse2006-12-111-5/+5
* destroy window in the awt event dispatcher threadCarsten Weisse2006-12-111-12/+21
* typoCarsten Weisse2006-12-111-1/+1
* add a new renderer which uses the jsr231 callback interface (GLEventListener)Carsten Weisse2006-12-111-0/+364
* unused resize removedCarsten Weisse2006-12-071-5/+1
* not compatible with java 1.4Carsten Weisse2006-11-301-2/+1
* hope this solves the pixel displacement problem on some Win32 systemsCarsten Weisse2006-11-301-2/+3
* hope this solves the pixel displacement problem on some Win32 systemsCarsten Weisse2006-11-301-2/+8
* clear first and second buffer of GLContextCarsten Weisse2006-11-291-1/+7
* hope this solves the pixel flicker problem on some Win32 systemsCarsten Weisse2006-11-291-5/+11
* hope this solves the pixel flicker problem on some Win32 systemsCarsten Weisse2006-11-291-1/+8
* hope this solves the pixel flicker problem on some Win32 systemsCarsten Weisse2006-11-291-4/+14
* use a java.awt.Frame instead of swing JFrame (hope this solves the 2 Pixel bo...Carsten Weisse2006-11-231-5/+4
* add some context init code from jogl-demosCarsten Weisse2006-11-231-6/+13