Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
waffle
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mesa
waffle
Commits
b7c19868
Commit
b7c19868
authored
Aug 21, 2015
by
Chad Versace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add release notes for 1.5.2
Signed-off-by:
Chad Versace
<
chad.versace@intel.com
>
parent
060ed76a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
93 additions
and
0 deletions
+93
-0
doc/release-notes/waffle-1.5.2.txt
doc/release-notes/waffle-1.5.2.txt
+93
-0
No files found.
doc/release-notes/waffle-1.5.2.txt
0 → 100644
View file @
b7c19868
Waffle 1.5.2 Release Notes
==========================
Fixes since 1.5.1
-----------------
* Linux, all platforms
* Fix dlopen'ing the GLES libararies. Don't rely on libGLES*.so symlinks at
runtime. Instead, pass the full SONAME (libGLES*.so.${N}) to dlopen. (See
5c2c7e8).
* waffle_init() now returns false if it fails to dlopen libEGL or fails to
dlsym any required symbol from libEGL. (See 2195f3e).
* wflinfo: Fix glGetStringi usage on ARM Mali drivers. (See 9dc5555).
* GBM
* Fix alpha channel in GBM format, fixing Piglit on some drivers. Waffle
always chose a GBM format without alpha even the EGLConfig contained an
alpha channel. (See 2bb9390).
* Windows
* Fix some compilation errors. (See 9a33a3d).
* Fix glGetStringi() usage. (See 9dc5555).
* Android
* Don't export private symbols. Waffle neglected to add
-fvisibility=hidden to the compiler flags. (See caf8001).
* Fix building with clang. (See fc58a6f).
* Add wflinfo and the gl_basic demo to the build. (See ad1b0c8).
* Apple
* Don't emit unexpected errors from waffle_display_supports_context_api()
when the system lacks the library for the queried API. (See 475b44f).
* Misc
* gl_basic: Choose an EGLConfig with an alpha plane. gl_basic depended on
the presence of an alpha plane despite neglecting to request it. (See
76df03e).
Features since 1.5.1
--------------------
All new features introduced in minor releases are *minor* and introduce no
instability.
* gbm: Allow user to provide default device path in environment
If waffle_display_connect() is passed name=NULL, then Waffle's GBM backend will
now open the device path defined by environment variable WAFFLE_GBM_DEVICE. If
WAFFLE_GBM_DEVICE is unset, then Waffle's behavior remains as before: it uses
udev to search for a sensible DRM device node. (See 8d20f3a).
Changes since 1.5.1
-------------------
Bernhard Rosenkränzer (1):
android: Don't specify -std=gnu99 for C++ builds -- it breaks clang
Chad Versace (3):
gbm: Fix crash when eglChooseConfig fails
gbm: Allow user to provide device path in environment
waffle: Bump version to 1.5.2
Emil Velikov (3):
android: include gl_basic & wflinfo to the build
android: export only the required functions
cgl: do not emit an error on dl_can_open
Frank Henigman (3):
waffle: return accurate result from wegl_platform_init()
wflinfo: find glGetStringi on both Mali and WGL
gl_basic: request alpha planes
Jordan Justen (2):
debian: Update standards version to 3.9.6
debian: Release 1.5.1-1
Jose Fonseca (2):
wflinfo: Fix MSVC compilation error.
man: Fix typo in WAFFLE_CONTEXT_*_PROFILE.
Michel Dänzer (1):
linux: Use full libGLES*.so.[12] SONAMEs
Tom Stellard (1):
gbm: Use EGLConfig to select the correct gbm format
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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