mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 05:45:57 +00:00
Updated release notes.
This commit is contained in:
parent
f2a96af6bc
commit
33c6d091c0
|
@ -1,5 +1,12 @@
|
|||
[Legend: complete('+') | WIP('*') | missing('-')]
|
||||
|
||||
-------------------------
|
||||
OpenTK 0.9.9 -> 0.9.9-1
|
||||
-------------------------
|
||||
+ OpenTK
|
||||
+ Compute
|
||||
+ Bitfields are now mapped to 'long' instead of 'int'.
|
||||
|
||||
-------------------------
|
||||
OpenTK 0.9.8-1 -> 0.9.9
|
||||
-------------------------
|
||||
|
|
|
@ -1,14 +1,11 @@
|
|||
The Open Toolkit 0.9.9 Beta
|
||||
The Open Toolkit 0.9.9-1 Beta
|
||||
|
||||
|
||||
|
||||
[Overview]
|
||||
|
||||
This is the first preview release of what will become OpenTK 1.0. Major changes:
|
||||
* Initial support for the OpenCL flat API (OpenTK.Compute).
|
||||
* New, more versatile GameWindow implementation.
|
||||
* Support for fullscreen antialiasing.
|
||||
* Reduced reliance on Windows.Forms (dependency will be removed completely before OpenTK 1.0).
|
||||
* OpenCL bugfixes.
|
||||
|
||||
Please note that this is a work-in-progress snapshot release and should only be used for testing purposes.
|
||||
|
||||
|
@ -16,6 +13,12 @@ Visit http://www.opentk.com to report issues or request features.
|
|||
|
||||
|
||||
|
||||
[Resolved issues]
|
||||
|
||||
[#964]
|
||||
|
||||
|
||||
|
||||
[Known issues]
|
||||
|
||||
Mono 2.2 and 2.4 fail to compile this release (bug report: https://bugzilla.novell.com/show_bug.cgi?id=488960). Please compile with Mono 2.0 or 2.4.2+, or use the precompiled binaries.
|
||||
|
@ -31,11 +34,17 @@ OpenGL 3.0 is not supported on MacOS at this time.
|
|||
The new GameWindow implementation may not function correctly on Mac OS X.
|
||||
|
||||
|
||||
|
||||
[API changes]
|
||||
|
||||
Please note that binary compatibility is not preserved between beta releases.
|
||||
|
||||
|
||||
[0.9.9-1]
|
||||
|
||||
1. OpenCL bitfields are now mapped to 'long' instead of 'int'. Casts from [Flags] enums to 'int' may now fail. Please avoid such casts or use 'long' instead.
|
||||
|
||||
|
||||
[0.9.9]
|
||||
|
||||
1. GameWindow.Resize and GameWindow.OnResize have changed signatures:
|
||||
|
|
Loading…
Reference in a new issue