aboutsummaryrefslogtreecommitdiffstats
path: root/src/jake2/render/fastjogl/Misc.java
Commit message (Collapse)AuthorAgeFilesLines
* merge render-refactoring branch into the HEADCarsten Weisse2006-11-211-225/+0
|
* major refactoring of the render moduleRene Stoeckel2006-10-311-75/+20
|
* the default pixel alignment in OpenGL is 4.Carsten Weisse2005-05-111-1/+8
| | | | | | | | to store images correctly with an vid.width e.g 713 (713 isn't a multiple of 4) the alignment has to be 1 byte. see also: http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl;action=display;num=1115392413
* better string handling and error messagesCarsten Weisse2005-05-071-17/+18
|
* use the GL_BGR (OpenGL1.2) format if possible;Carsten Weisse2005-05-061-16/+22
| | | | then RGB to BGR flip loop isn't used. (faster)
* screenshot function for (fast)jogl drivers.Carsten Weisse2005-04-251-64/+82
| | | | Needs a callback mechanism and a sliced buffer.
* major refactoring in game, server and client packageRene Stoeckel2004-09-221-145/+127
|
* refimport_t deletedCarsten Weisse2004-07-161-7/+8
|
* import of Jake2Holger Zickner2004-07-091-0/+265