Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexander Kanavin
waffle
Commits
8b773b83
Commit
8b773b83
authored
Sep 19, 2013
by
Chad Versace
Browse files
doc: Add preliminary waffle-1.3.0 release notes
Signed-off-by:
Chad Versace
<
chad.versace@linux.intel.com
>
parent
035db0cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/release-notes/waffle-1.3.0.txt
0 → 100644
View file @
8b773b83
Waffle 1.3.0 - TODO
===================
Waffle 1.3.0 is now available. This release introduces the ability create
forward-compatible and debug contexts as well as improved support for Mac OS.
Details below.
Download:
http://people.freedesktop.org/~chadversary/waffle/files/release/waffle-1.3.0/waffle-1.3.0.tar.xz
sha256 sum:
TODO waffle-1.3.0.tar.xz
New Features
------------
- [all platforms] Support for creating forward-compatible OpenGL contexts.
See the documentation for WAFFLE_CONTEXT_FORWARD_COMPATIBLE in manpage
waffle_config(3).
- [all platforms] Support for creating OpenGL and OpenGL ES debug contexts.
See the documentation for WAFFLE_CONTEXT_DEBUG in manpage waffle_config(3).
- [cgl] Improved support on Mac OS for choosing the OpenGL context version.
This will be needed for Piglit to transparently run OpenGL 3.1 tests on Mac
OS.
Previously, Waffle required the client to choose exactly either 3.2 or leave
the context version at its default value, 1.0. Now, Waffle emulates the
behavior of EGL: the client may request any context flavor, and Waffle will
promote the requested flavor to the latest supported flavor
backwards-compatible with the requested one).
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment