the_fiddler
|
10a910fe10
|
Renamed AudioContext.Default to AudioContext.DefaulDevice.
Improved error checking code.
|
2009-07-17 23:00:22 +00:00 |
|
the_fiddler
|
d74ecbc4c1
|
Added SampleFormat and SampleFrequency properties.
Added CheckErrors method.
Renamed GetSamples to ReadSamples and added generic overload.
Improved error checking code.
|
2009-07-17 22:59:50 +00:00 |
|
the_fiddler
|
550520a994
|
Added CLSCompliant overload to Alc.CaptureOpenDevice.
|
2009-07-17 22:58:29 +00:00 |
|
the_fiddler
|
e7590ea784
|
Simple whitespace fix.
|
2009-07-17 22:58:01 +00:00 |
|
the_fiddler
|
c7382fa377
|
Added AudioDeviceErrorChecker modeled after OpenTK.Graphics.
|
2009-07-17 22:57:22 +00:00 |
|
the_fiddler
|
5f47e3d8a5
|
Added AudioValueException class.
|
2009-07-17 22:57:11 +00:00 |
|
the_fiddler
|
d12c4f4662
|
Added BlittableValueType struct that can be used to check whether any given value type is blittable.
|
2009-07-17 22:51:44 +00:00 |
|
the_fiddler
|
d021884d01
|
Specify correct sizes for Alc.GetInteger buffers (needs size in integers, not size in bytes).
|
2009-07-17 21:21:52 +00:00 |
|
the_fiddler
|
cbe3bc6bbb
|
Fixed wrappers for Alc.GetInteger (pin and pass pointer).
|
2009-07-17 21:21:03 +00:00 |
|
the_fiddler
|
0f0efced7d
|
* AudioCapture.cs: Added AudioCapture class that encapsulates openal 'capture' contexts.
|
2009-07-17 09:47:59 +00:00 |
|
the_fiddler
|
55de62cd02
|
Replaced tabs with spaces.
|
2009-07-17 08:27:25 +00:00 |
|
the_fiddler
|
66cd1ee1a6
|
Updated license information.
|
2009-07-17 08:26:32 +00:00 |
|
the_fiddler
|
fadeffb601
|
* AudioDeviceEnumerator.cs: Added missing file.
|
2009-07-17 08:25:33 +00:00 |
|
the_fiddler
|
3f66949fb2
|
* EglContext.cs: Fixed build error (class committed by mistake - it is not yet implemented).
|
2009-07-16 13:36:41 +00:00 |
|
Chrisbrandtner
|
75cc8cba9f
|
Merged openal-next branch (rev. 1969) to trunk. Tested with Audio-Info and Parrot examples and works as expected.
|
2009-07-16 12:49:24 +00:00 |
|
the_fiddler
|
1a7fe71e26
|
Added EGL bindings based on http://www.koushikdutta.com/2008/08/net-compact-framework-wrapper-for.html
|
2009-07-15 23:17:41 +00:00 |
|
the_fiddler
|
bc357fa758
|
* CLHelper.cs: Removed garbage unicode characters inserted by MonoDevelop.
|
2009-07-15 23:03:52 +00:00 |
|
the_fiddler
|
8fc9b807f3
|
Added missing license information.
|
2009-07-15 22:58:09 +00:00 |
|
the_fiddler
|
1832f6cef8
|
Regenerated ES bindings with Bind 0.9.9.11.
Moved ES bindings from GLES[10|11|20] namespaces to ES[10|11|20].
Renamed ES wrapper classes to 'ES' instead of 'GL'.
|
2009-07-15 22:35:12 +00:00 |
|
the_fiddler
|
90700d7a82
|
Added OpenGL ES generated bindings.
|
2009-06-30 08:40:19 +00:00 |
|
the_fiddler
|
659e4f0c80
|
Added OpenGL ES 1.0 bindings.
|
2009-06-30 08:21:39 +00:00 |
|
the_fiddler
|
4edf7489f0
|
Added OpenGL ES 1.1 tokens.
|
2009-06-29 21:42:30 +00:00 |
|
the_fiddler
|
3b430e30b5
|
Removed 'using System' directive.
|
2009-06-29 21:32:09 +00:00 |
|
the_fiddler
|
5d59707eb3
|
Added GLES10 tokens.
|
2009-06-29 21:31:47 +00:00 |
|
the_fiddler
|
ec185178b8
|
Added OpenGL ES 2.0 tokens.
|
2009-06-29 20:12:42 +00:00 |
|
the_fiddler
|
e4fcf76289
|
Merged string[] fix from 0.9.8 branch.
|
2009-06-29 18:51:40 +00:00 |
|
the_fiddler
|
a2f0f70377
|
Fixed handling of pointer-to-string parameters. These are now wrapped as string[] arrays.
|
2009-06-29 18:32:51 +00:00 |
|
the_fiddler
|
170568c57d
|
Fixed XML docs and remove unnecessary CLSCompliance attributes.
|
2009-06-28 10:52:58 +00:00 |
|
the_fiddler
|
1bdc6b6634
|
Added missing XML docs.
|
2009-06-28 10:49:10 +00:00 |
|
the_fiddler
|
51d39fffe1
|
Added missing XML comment to AL class.
Made AL.Lib internal.
|
2009-06-28 10:38:56 +00:00 |
|
the_fiddler
|
c43407e77e
|
Added several missing XML comments.
|
2009-06-28 10:33:32 +00:00 |
|
the_fiddler
|
305a6a2749
|
Marked KeyDownEvent and KeyUpEvent as obsolete.
|
2009-06-28 10:33:03 +00:00 |
|
the_fiddler
|
4188ebc875
|
Added XML comment on Glu class.
|
2009-06-28 10:27:42 +00:00 |
|
the_fiddler
|
514d0c2a05
|
Removed Key.None and Key.MaxKeys.
Added XML documentation to all OpenTK.Input.Key tokens.
Added typical Key names found in Windows.Forms and XNA: LControl, RControl, ...
|
2009-06-28 10:27:17 +00:00 |
|
the_fiddler
|
ea387cd9b0
|
Added missing XML documentation.
|
2009-06-28 10:02:25 +00:00 |
|
the_fiddler
|
e2ddfe8289
|
Added Mouse and Keyboard stubs for the new input API.
|
2009-06-28 10:01:54 +00:00 |
|
the_fiddler
|
a28616db87
|
Added CreateFromAxisAngle method.
|
2009-06-26 21:45:26 +00:00 |
|
the_fiddler
|
ac0e20e3fd
|
Get[Program|Shader]InfoLog now return strings directly (instead of out parameters).
|
2009-06-26 21:05:23 +00:00 |
|
the_fiddler
|
a405f07d55
|
Implemented multisampling on MacOS (untested).
|
2009-06-26 20:06:31 +00:00 |
|
the_fiddler
|
77788d19a4
|
Implemented multisampling on X11.
|
2009-06-26 20:01:22 +00:00 |
|
the_fiddler
|
5208f6c9dd
|
Removed unused code.
|
2009-06-25 22:47:20 +00:00 |
|
the_fiddler
|
79686aa4dd
|
Obsoleted Frustum and Perspective methods in favor of CreatePerspectiveOffCenter and CreatePerspectiveFieldOfView, respectively.
|
2009-06-25 22:47:01 +00:00 |
|
the_fiddler
|
d798c02d94
|
Marked GluCore as Obsolete.
|
2009-06-25 22:46:21 +00:00 |
|
the_fiddler
|
a7363b54e6
|
Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace.
|
2009-06-25 11:42:05 +00:00 |
|
the_fiddler
|
8e70a94d3d
|
Enabled xml documentation in debug builds.
Fixed a few XML documentation warnings.
|
2009-06-25 11:16:45 +00:00 |
|
the_fiddler
|
f2a96af6bc
|
OpenCL bitfields are not mapped to 'long', not 'int'. Fixes issue [#964] ([OpenCL] Bitfields should be mapped to 'long' not 'int').
|
2009-06-25 10:56:29 +00:00 |
|
the_fiddler
|
c1db7a276b
|
Merged OpenTK.Compute from the cl branch.
Merged changes from the 0.9.8 branch.
Updated version numbers for 0.9.9 release.
|
2009-06-24 15:47:41 +00:00 |
|
the_fiddler
|
e8ced41e69
|
Bumped version numbers for 0.9.8-1 release.
|
2009-06-24 14:46:54 +00:00 |
|
the_fiddler
|
e1be82fa46
|
Added OpenTK.Compute namespace with OpenCL bindings.
|
2009-06-24 14:44:12 +00:00 |
|
the_fiddler
|
28420497c6
|
Marked ContextDestroyed method as obsolete.
|
2009-06-24 14:43:20 +00:00 |
|