Ioannis Tsakpinis
4d451457b4
Use OpenAL64 on Windows x64. Fixes #95 .
2014-10-08 12:21:46 +03:00
Philip Whitehouse
fd726e545f
Fix some straightforward Javadoc problems
2014-05-20 00:05:53 +01:00
Ioannis Tsakpinis
cab3d10c46
Changed ALC10's alcGetString and alcOpenDevice to use UTF8 decoding/encoding.
...
New GL extensions: NV_compute_program5, NV_shader_storage_buffer_object, NV_shader_atomic_counters, NV_deep_texture3D
New GLES extension: QCOM_binning_control
2012-08-16 18:58:41 +00:00
Ioannis Tsakpinis
84cd3b562b
Changed manual null check to a MemoryUtil.getAddressSafe call.
2011-10-25 17:42:56 +00:00
Brian Matzon
297b11442a
fixed issue when NULL (default) was passed in as a deviceName
2011-10-20 07:57:54 +00:00
Ioannis Tsakpinis
67945fe317
Added unicode support on Windows.
...
Fixed AL and GLES native stub bindings.
Replaced many GetStringNativeChars usages with a Java implementation.
2011-08-16 22:17:32 +00:00
Ioannis Tsakpinis
4a02aed129
More java-side pointer arithmetic.
...
Fixed pointer cast warning.
2011-07-16 16:42:51 +00:00
Ioannis Tsakpinis
a8bcb7fd25
Ported codebase to Java 1.5.
...
Misc OpenCL fixes and API improvements.
Changed fractal demo to use events/sync objects instead of cl/glFinish for synchronization. (untested)
2010-09-28 21:11:35 +00:00
Brian Matzon
6d72727f0a
OAL patches by Ciardhubh
2010-07-14 13:12:24 +00:00
Brian Matzon
5489758618
expose isEfxSupported
2010-05-24 22:34:59 +00:00
Brian Matzon
6cdca16f80
proper resetNativeStubs for other oal-related classes, probably a NOP atm
2010-05-24 21:54:37 +00:00
Brian Matzon
ba88605f00
EFX patch by Ciardhubh
2010-05-24 21:50:26 +00:00
Brian Matzon
aa928312b8
missing initialization of AL11 functions
2009-08-05 18:54:47 +00:00
Brian Matzon
8def41ccae
support for OpenAL 64bit on windows
2009-03-17 21:36:18 +00:00
Elias Naur
708f354267
Added support for loading libopenal64.so. Added libopenal64.so compiled from openal soft 1.5.304.
2008-09-07 08:16:11 +00:00
Brian Matzon
625dc0fb28
support for ALC_ENUMERATE_ALL_EXT
2008-06-04 21:31:07 +00:00
Brian Matzon
bb16ec7492
updated and added license where needed
2008-04-07 18:36:09 +00:00
Elias Naur
6d9ce94068
javadoc fixes
2008-01-21 22:03:45 +00:00
Brian Matzon
c3500a14d2
fixed 1.1 detection so that oal 1.1 stubs are loaded for major > 1
2007-11-12 16:02:57 +00:00
Brian Matzon
79a394c749
reordered context destruction - fixing some invalidation issues
2007-05-20 17:47:33 +00:00
Brian Matzon
fc845268e6
remove context from the devices list of context on context destroy
2007-05-19 20:47:53 +00:00
Brian Matzon
4ec5e9994f
moved invalidation into sycnhronized block
2007-05-19 20:40:04 +00:00
Brian Matzon
325ad04c7e
dont compare validity on equals
2007-05-19 20:39:50 +00:00
Brian Matzon
d0956ea179
fixed address checking issue
...
fixed issue with ALC error checking not taking a device into account
now tracking device and context create and destroy
made the create with open default device option public
misc cleaning up and commenting
2007-05-19 19:37:57 +00:00
Brian Matzon
fdb0d2cd1d
re-enabled missing ALC error check
2007-04-19 22:54:25 +00:00
Brian Matzon
f7d2966370
remove debug
2007-04-19 22:43:38 +00:00
Brian Matzon
1d920fb4ef
updated to ALC10 instead of ALC
2007-04-19 22:26:19 +00:00
Brian Matzon
d16d77f30d
updated to ALC10 instead of ALC
2007-04-19 22:25:47 +00:00
Brian Matzon
a6ce837564
openal 1.1
2007-04-19 22:25:13 +00:00
Brian Matzon
23ad78416f
exposing context and device
...
updated to ALC10 instead of ALC
removed getImplementations - alcGetString now works as "expected"
2007-04-19 22:24:36 +00:00
Brian Matzon
3b5064f229
updated to ALC10 instead of ALC
2007-04-19 22:23:40 +00:00
Brian Matzon
54eefcb876
exposing context and device
2007-04-19 22:23:20 +00:00
Elias Naur
6abfeb4df2
Made LWJGLUtil.getLibraryPaths support multiple library names. Now AL.create on linux tries both libopenal.so and libopenal.so.0, which is the name of the system library
2006-11-20 20:07:29 +00:00
Elias Naur
f62f11b437
Made LWJGLUtil.getPathFromClassLoader private
2006-11-20 19:28:50 +00:00
Caspian Rychlik-Prince
16524516cd
Tidied up unused variables, added serialVersionUIDs as appropriate,
...
removed a few unnecessary casts and brackets and exceptions.
2006-04-21 11:11:21 +00:00
Brian Matzon
8a3bee6b1c
applied patch to move ID tag
2006-03-23 19:32:21 +00:00
Brian Matzon
ac3a70926b
support for ALC_ENUMERATION_EXT using LWJGL specific method: AL.getImplementations
2006-02-02 22:34:28 +00:00
Elias Naur
19d2d219ec
Mac OS X: Load the framework (builtin) version of OpenAL last, after having tried all possible locations of a private openal.dylib
2006-01-16 19:35:09 +00:00
Elias Naur
c26ebafa62
OpenAL: Split platform dependent code from extal.c into platform subdirs. Made nCreate take a path instead of an array of paths.
2006-01-16 15:54:50 +00:00
Brian Matzon
82f935ae34
using OpenAL32.dll name
2005-10-20 21:46:20 +00:00
Elias Naur
df2bc7d7e0
Moved generated files to seperate directories
2005-09-29 17:13:38 +00:00
Elias Naur
2bb7d78c0f
OpenAL: Made AL.create complain if it is already created to match Display.create behaviour
2005-09-16 06:50:34 +00:00
Elias Naur
f7aa8b982b
OpenAL: Cleaned up visibility and removed unnecessary static fields from AL
2005-09-16 06:43:10 +00:00
Caspian Rychlik-Prince
df1c875ff4
Further tweakage
2005-09-15 23:15:13 +00:00
Caspian Rychlik-Prince
3399b6409e
Altered create() methods to supply sane defaults
2005-09-15 19:30:49 +00:00
Elias Naur
dda8ac8af1
Mac OS X: Handle MouseEvent.NOBUTTON case
2005-06-29 07:39:28 +00:00
Elias Naur
0f5281e24f
OpenAL: Made the openal library path returned by the current ClassLoader and cwd more override java.library.path. Converted some printfDebug to printfDebugJava
2005-05-12 07:47:07 +00:00
Elias Naur
523a5c6fc2
Fixed generator to not include checkALerror.h
2005-05-05 10:02:45 +00:00
Caspian Rychlik-Prince
200ed3792a
Cleanup of unused imports
2005-05-04 20:59:44 +00:00
Elias Naur
f3d3ce7ce5
Moved ALC error check to java. Fix linux type cast warnings
2005-04-12 10:55:23 +00:00