aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/render/opengl/QGL.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix QGL for ES1/ES2: Use ushort indices, since uint is n/a on ES1/ES2 profileSven Gothel2012-10-161-1/+1
| | | | glDrawElements(int mode, IntBuffer indices) -> glDrawElements(int mode, ShortBuffer indices)
* add setSwapInterval() for vsync (works on Win32 and Mac OS X) turn it off ↵Carsten Weisse2007-01-111-0/+5
| | | | on console: gl_swapinterval 0 turn it on: gl_swapinterval 1
* add glHint(int target, int mode) e.g. for perspective correction hintCarsten Weisse2007-01-101-0/+2
|
* merge render-refactoring branch into the HEADCarsten Weisse2006-11-211-0/+155