#13441 closed enhancement (fixed)
mesa-20.0.5
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (8)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Note that Mesa depends on libzstd from LFS.
Adding in the 'iris' driver caused a minor build size increase for me. My Skylake system should be capable of using it too.
comment:4 by , 5 years ago
The installed files will need to be modified to add iris_dri.so and the list of Gallium drivers (the explanation, not the actual list itself) will need to be modified as well
comment:5 by , 5 years ago
I'm going to have to revert the iris driver because it currently causes any application that uses GL to crash. See http://lists.linuxfromscratch.org/pipermail/blfs-dev/2020-April/037385.html for more details. I'll leave a note in the book about it too. We should most certainly revisit it at some point though... I can't see myself purchasing another system just to debug this one problem though.
Mesa 20.0.5 Release Notes / 2020-04-22
Mesa 20.0.5 is a bug fix release which fixes bugs found since the 20.0.4 release.
Mesa 20.0.5 implements the OpenGL 4.6 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 4.6. OpenGL 4.6 is only available if requested at context creation. Compatibility contexts may report a lower version depending on each driver.
Mesa 20.0.5 implements the Vulkan 1.2 API, but the version reported by the apiVersion property of the VkPhysicalDeviceProperties struct depends on the particular driver being used. Bug fixes