Commit graph

20 commits

Author SHA1 Message Date
Elias Naur
5d53187baa Win32: fixed compilation 2005-02-16 20:25:23 +00:00
Elias Naur
34f4e7ae56 Implemented generator support for per-context function pointers. Fixed NV_vertex_array_range 2005-02-16 16:04:29 +00:00
Elias Naur
17ee2523c0 The Big Generator. All OpenGL and OpenAL java and native source files are now generated from templates. See doc/generator.txt for a detailed description. 2005-02-15 11:05:36 +00:00
Ioannis Tsakpinis
01e6f3c27c Implemented PBO support 2005-01-13 02:17:42 +00:00
Ioannis Tsakpinis
f86b00c9ba glTexImageXD now accept null buffers 2004-11-25 22:18:29 +00:00
Brian Matzon
309ef6b06e fixed a gazillion imports 2004-08-20 06:26:19 +00:00
Elias Naur
5966d7b6b6 Added private constructors to OpenAL and OpenGL static classes 2004-07-31 09:34:09 +00:00
Elias Naur
ad1ff19437 Split general buffer checks into org.lwjgl.BufferChecks and the gl specific buffer checks into org.lwjgl.opengl.GLBufferChecks 2004-07-29 11:20:43 +00:00
Elias Naur
665f971aec Make Pbuffers that share the display context be single-buffered (linux part) 2004-07-26 13:36:04 +00:00
Elias Naur
53bd9b660d all initNativeStub() methods throws LWJGLException 2004-07-04 13:14:06 +00:00
Elias Naur
15934fd6e7 Move native stub initialization from extgl into GLContext.java. Makes it much easier to
exlude extensions classes. Furthermore, GLContext.useContext(null) can now be used to
reset the native stubs when no context is current.
2004-07-03 21:12:33 +00:00
Brian Matzon
4cea3e191b header unification 2004-06-12 20:28:34 +00:00
Elias Naur
09e51d6bed Added gluErrorString 2004-03-21 08:13:07 +00:00
Caspian Rychlik-Prince
4b1f4cc7d9 Made all classes final 2004-02-18 23:54:46 +00:00
Elias Naur
98a76ce181 Split ARB_imaging into separate extension 2004-02-17 22:03:18 +00:00
Elias Naur
547e50ed2d Fixed VBO checks and disabled BufferChecks (for now) 2004-02-16 03:35:45 +00:00
Caspian Rychlik-Prince
061e1a76d1 Buffer checking code 2004-02-15 19:41:51 +00:00
Caspian Rychlik-Prince
11b2fc05e3 The BIG LWJGL REFACTORING 2004-02-08 20:41:00 +00:00
Caspian Rychlik-Prince
10dd32bb95 New buffer bounds checking code. Incomplete. 2004-02-04 00:17:13 +00:00
Elias Naur
6deb142378 Renamed CoreGL* to GL* and merged CoreGL*Constants 2004-01-20 11:19:13 +00:00