Brian Matzon
|
0df543fbd2
|
Makefile for mac fmod
|
2005-04-12 18:49:49 +00:00 |
|
Brian Matzon
|
c3bcaf3b7b
|
don't call OpenTray on mac
|
2005-04-12 18:48:40 +00:00 |
|
Elias Naur
|
f3d3ce7ce5
|
Moved ALC error check to java. Fix linux type cast warnings
|
2005-04-12 10:55:23 +00:00 |
|
Elias Naur
|
f5cf0ef2a4
|
Converted ALC pointers from int to long
|
2005-04-12 10:30:05 +00:00 |
|
Elias Naur
|
a09b9aa919
|
Fixed compile warnings
|
2005-04-11 12:54:12 +00:00 |
|
Elias Naur
|
0e0ef2f1ab
|
Mac OS X: Use GetStringUTFChars instead of GetNativeChars to get the openal path
|
2005-04-11 12:38:00 +00:00 |
|
Elias Naur
|
df4e906100
|
Removed event buffer overflow message
|
2005-04-11 07:58:10 +00:00 |
|
Brian Matzon
|
ad8d7676c2
|
moved Sys.log to LWJGLUtils and renamed property to org.lwjgl.util.Debug
|
2005-03-29 18:09:33 +00:00 |
|
Elias Naur
|
6fe0155a44
|
Mac OS X: initialize delILhandle in declaration to please gcc
|
2005-03-29 10:32:42 +00:00 |
|
Brian Matzon
|
ba72196907
|
removed bogus define
|
2005-03-28 14:59:22 +00:00 |
|
Brian Matzon
|
fb7f46eec7
|
readded ilu/ilut handles - though they're never used. But stops compile errors
|
2005-03-28 14:53:30 +00:00 |
|
Brian Matzon
|
4d26c24be2
|
first stab at one-shot devil initialization on mac
|
2005-03-28 13:17:27 +00:00 |
|
Brian Matzon
|
a39b25e3cb
|
fixed warnings\nremoved cruft
|
2005-03-28 11:04:46 +00:00 |
|
Brian Matzon
|
daa07a6fc0
|
added missing v methods
|
2005-03-28 10:07:30 +00:00 |
|
Elias Naur
|
1254fcb45e
|
*** empty log message ***
|
2005-03-28 10:03:03 +00:00 |
|
Elias Naur
|
45bc3c4f9e
|
*** empty log message ***
|
2005-03-28 09:58:55 +00:00 |
|
Elias Naur
|
c7c30c974f
|
*** empty log message ***
|
2005-03-28 09:49:17 +00:00 |
|
Elias Naur
|
0fae464dd5
|
*** empty log message ***
|
2005-03-28 09:47:28 +00:00 |
|
Elias Naur
|
1b6793d79b
|
Added Devil Mac OS X makefile
|
2005-03-28 09:33:32 +00:00 |
|
Brian Matzon
|
2ed6dc2320
|
linux fixes
|
2005-03-25 10:25:07 +00:00 |
|
Brian Matzon
|
ff21520179
|
added ilutGet<type>v
|
2005-03-25 01:42:04 +00:00 |
|
Brian Matzon
|
ed3dacf6a3
|
dynamic loading of devil
|
2005-03-25 01:08:18 +00:00 |
|
Brian Matzon
|
665839e202
|
updated version string to 96
|
2005-03-16 21:18:41 +00:00 |
|
Elias Naur
|
e6f4e08365
|
Sync generated source files
|
2005-03-16 11:47:24 +00:00 |
|
Ioannis Tsakpinis
|
2e2396d1f0
|
Fixed GetShader & GetProgram
|
2005-03-11 16:19:02 +00:00 |
|
Elias Naur
|
7251a38930
|
OpenAL: Moved more library loading from native to java
|
2005-03-09 13:06:17 +00:00 |
|
Elias Naur
|
f4bfadcc5a
|
Removed unsued JNIEnv parameter from extgl_QueryExtension
|
2005-02-23 15:19:21 +00:00 |
|
Elias Naur
|
ad92547914
|
Moved platform specific stuff from extgl.c into platform directories
|
2005-02-23 13:22:44 +00:00 |
|
Elias Naur
|
901e28512d
|
Removed redundant include from awt_tools.h
|
2005-02-22 14:07:50 +00:00 |
|
Elias Naur
|
5d2e5de4eb
|
Linux makefile fix
|
2005-02-22 13:14:05 +00:00 |
|
Elias Naur
|
62e561cddf
|
Win32 part of refactor and AWTGLCanvas
|
2005-02-21 14:46:47 +00:00 |
|
Elias Naur
|
9e1f51c181
|
Win32 compilation fixed to AWTSurfaceLock.c
|
2005-02-20 12:55:35 +00:00 |
|
Elias Naur
|
fb5d89599b
|
Linux support for AWTGLCanvas. Big refactor of context specific code into Context.java that is now shared between Display, Pbuffer and AWTGLCanvas. (Win32 and Mac OS X is now broken while I implement the same changes on those platforms)
|
2005-02-20 11:24:22 +00:00 |
|
Elias Naur
|
2d5c4cf934
|
Moved platform specific opengl extension flags into the platform specific files
|
2005-02-17 12:39:33 +00:00 |
|
Elias Naur
|
e5a0e67f6d
|
Clarified comment. Mac OS X: Added debug output
|
2005-02-17 11:57:34 +00:00 |
|
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 |
|
Caspian Rychlik-Prince
|
5e962e54e2
|
Fixed AWTGLCanvas destroy crash. Fixed nv vertex array range glitch
|
2005-02-16 14:14:50 +00:00 |
|
Elias Naur
|
d56f1f7322
|
Mac OS X: platform specific GL types in extgl.h
|
2005-02-15 11:40:18 +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 |
|
Elias Naur
|
a1a9f5ced2
|
Made alEnable and alIsExtensionPresent private to AL10.c
|
2005-02-13 13:20:29 +00:00 |
|
Elias Naur
|
9c337a25eb
|
Win32: Fixed void * pointer arithmetic
|
2005-02-09 12:04:25 +00:00 |
|
Elias Naur
|
8d4bf3eb47
|
Moved extension type definitions into extgl.h. Removed offset argument to safeGetBufferAddress
|
2005-02-09 10:57:33 +00:00 |
|
Elias Naur
|
e4a0673211
|
Mac OSX: removed agl
|
2005-02-09 10:37:31 +00:00 |
|
Elias Naur
|
9f51d98dc2
|
Made glGetString and glGetError private to GL11.c again
|
2005-02-08 19:20:56 +00:00 |
|
Elias Naur
|
42165755b8
|
OpenAL: Enable error checking unconditionally, not only when debug is enabled
|
2005-01-28 21:08:16 +00:00 |
|
Elias Naur
|
bf150995b0
|
OpenAL: Don't call CHECK_ALC_ERROR after alcCloseDevice
|
2005-01-28 21:02:48 +00:00 |
|
Brian Matzon
|
d945460442
|
incrementing to 0.95
|
2005-01-25 06:31:35 +00:00 |
|
Elias Naur
|
debea3b6b7
|
Compilation fix
|
2005-01-20 21:30:31 +00:00 |
|
Ioannis Tsakpinis
|
4b09065e86
|
Added EXT_framebuffer_object
|
2005-01-18 20:57:32 +00:00 |
|