aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/render
Commit message (Collapse)AuthorAgeFilesLines
* add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off ↵Carsten Weisse2007-01-118-12/+53
| | | | on console: gl_swapinterval 0 turn it on: gl_swapinterval 1
* cleanupCarsten Weisse2007-01-111-7/+3
|
* add glHint(int target, int mode) e.g. for perspective correction hintCarsten Weisse2007-01-107-66/+90
|
* original texture resampling (lesser memory garbage)Carsten Weisse2007-01-101-60/+50
|
* update to lwjgl 1.0 rc1 (org.lwjgl.util.GL was removed)Carsten Weisse2007-01-101-71/+69
|
* add a better multitexturing checkCarsten Weisse2006-12-121-5/+13
|
* format onlyCarsten Weisse2006-12-121-40/+40
|
* simplifies the callback parameters (final values)Carsten Weisse2006-12-121-92/+64
|
* simplifies the callback parameters (final values)Carsten Weisse2006-12-121-90/+63
|
* 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
|
* use the default jsr231 renderer (testing)Carsten Weisse2006-12-111-2/+2
|
* destroy window in the awt event dispatcher threadCarsten Weisse2006-12-111-12/+21
|
* use the callback version of Jsr231Renderer only for Win32Carsten Weisse2006-12-111-2/+7
|
* typoCarsten Weisse2006-12-111-1/+1
|
* add a new renderer which uses the jsr231 callback interface (GLEventListener)Carsten Weisse2006-12-113-2/+722
|
* 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 ↵Carsten Weisse2006-11-231-5/+4
| | | | border flickering problem)
* add some context init code from jogl-demosCarsten Weisse2006-11-231-6/+13
|
* format clean upCarsten Weisse2006-11-221-6/+6
|
* better driver dependent screenshot handlingCarsten Weisse2006-11-2212-57/+66
|
* clean up: unused declarations removedCarsten Weisse2006-11-218-28/+15
|
* only formatCarsten Weisse2006-11-211-21/+21
|
* merge render-refactoring branch into the HEADCarsten Weisse2006-11-2162-11494/+21812
|
* imports cleaned up, independence from individual GL implementationsRene Stoeckel2006-10-316-57/+101
|
* major refactoring of the render moduleRene Stoeckel2006-10-3153-26864/+9525
|
* initial revisionRene Stoeckel2006-10-312-0/+74
|
* switch to lwjgl 1.0beta3 (sound and gfx tested on MacBook Pro)Carsten Weisse2006-10-261-3/+16
|
* cosmeticRene Stoeckel2006-08-201-2/+3
|
* reset the texture buffersCarsten Weisse2005-11-211-2/+4
|
* use a shared texture buffer (DirectBuffer) for cinematicsCarsten Weisse2005-11-213-18/+34
|
* last change deleted too much...Holger Zickner2005-06-261-1/+3
|
* jogl-1.0 is not supported anymoreHolger Zickner2005-06-241-14/+4
|
* sorry, wrong offsetCarsten Weisse2005-06-091-2/+2
|
* JVM executes this code faster, than the "i++" one.Carsten Weisse2005-06-084-44/+50
|
* code cleanupCarsten Weisse2005-06-081-280/+139
|
* code cleanupCarsten Weisse2005-06-081-279/+139
|