Rudi Heitbaum
bc451247df
mesa: update to 22.0.3
...
ann:
- https://lists.freedesktop.org/archives/mesa-dev/2022-May/225770.html
2022-05-05 09:58:44 +00:00
heitbaum
572a4b2b2c
harfbuzz: update to 4.2.1
...
release notes:
- https://github.com/harfbuzz/harfbuzz/releases
2022-04-30 07:10:10 +00:00
CvH
91012454b3
Merge pull request #6416 from heitbaum/mesa2202
...
mesa: update to 22.0.2
2022-04-22 16:59:31 +02:00
Rudi Heitbaum
eadd510285
mesa: update to 22.0.2
...
ann:
- https://lists.freedesktop.org/archives/mesa-dev/2022-April/225722.html
backlog:
- https://lists.freedesktop.org/archives/mesa-dev/2022-April/225723.html
2022-04-22 07:45:50 +00:00
Rudi Heitbaum
0b2c165cee
vulkan-loader: update to 1.3.212
2022-04-22 01:32:32 +00:00
Rudi Heitbaum
262b487d42
vulkan-headers: update to 1.3.212
2022-04-22 01:32:32 +00:00
Rudi Heitbaum
745f5c9d43
vulkan-tools: update to 1.3.212
2022-04-22 01:32:32 +00:00
Frank Hartung
486ade1e81
Merge pull request #6391 from heitbaum/vulkan
...
Vulkan updates
2022-04-15 12:12:59 +02:00
CvH
7b3aa915c3
graphics: automated code cleanup
...
Signed-off-by: CvH <namerp@googlemail.com >
2022-04-15 11:25:31 +02:00
Rudi Heitbaum
648a8fdeeb
spirv-headers: update githash to 2022-03-16
2022-04-15 06:16:58 +00:00
Rudi Heitbaum
5d0e32dc8f
spirv-tools: update githash to 2022-04-05
2022-04-15 06:16:58 +00:00
Rudi Heitbaum
3727ea387e
glslang: update to 11.9.0
...
and
update spirv-tools to eed5c76a57bb965f2e1b56d1dc40b50910b5ec1d
update spirv-headers to 4995a2f2723c401eb0ea3e10c81298906bf1422b
--
$ wget -q -O - https://raw.githubusercontent.com/KhronosGroup/glslang/11.9.0/known_good.json
{
"commits" : [
{
"name" : "spirv-tools",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Tools",
"subdir" : "External/spirv-tools",
"commit" : "eed5c76a57bb965f2e1b56d1dc40b50910b5ec1d"
},
{
"name" : "spirv-tools/external/spirv-headers",
"site" : "github",
"subrepo" : "KhronosGroup/SPIRV-Headers",
"subdir" : "External/spirv-tools/external/spirv-headers",
"commit" : "4995a2f2723c401eb0ea3e10c81298906bf1422b"
}
]
}
2022-04-15 06:16:58 +00:00
SupervisedThinking
7ee67f5d89
vulkan: update to 1.3.211
...
- fix build if glibc mismatches
- updated patches
2022-04-10 11:56:40 +02:00
SupervisedThinking
a64138cda4
glslang: update to 11.8.0
2022-04-10 11:55:48 +02:00
Matthias Reichl
7205759c89
RPi: update to firmware ea4c803
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2022-04-01 20:38:27 +02:00
SupervisedThinking
75f61bc4c1
mesa: panfrost: Process scissor state earlier
...
https://gitlab.freedesktop.org/mesa/mesa/-/issues/6136
61ba8df3e8
Already upstreamed to & merged in 22.1-dev - not yet backported to 22.0.1
2022-03-30 11:57:53 +00:00
Rudi Heitbaum
b5aba6110e
mesa: update to 22.0.1
...
announce:
https://lists.freedesktop.org/archives/mesa-announce/2022-March/000667.html
2022-03-29 23:03:52 +00:00
Matthias Reichl
b0f57684d9
RPi: update to firmware 7cb1aa0
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2022-03-19 16:48:48 +01:00
Matthias Reichl
f1b23285e0
RPi: update to firmware 231daec
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2022-03-19 16:48:48 +01:00
Matthias Reichl
2ae70ad542
RPi: update to firmware 48606ad
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2022-03-19 16:48:48 +01:00
SupervisedThinking
9bbad0f29b
mesa: remove "prefer-crocus=true" opt
2022-03-10 20:26:59 +01:00
Rudi Heitbaum
3d4c8e78e0
mesa: update to 22.0.0
...
release notes:
https://docs.mesa3d.org/relnotes/22.0.0.html
2022-03-10 05:54:41 +00:00
Rudi Heitbaum
da3716b4f4
mesa: update to 21.3.7
...
release-notes:
- https://gitlab.freedesktop.org/mesa/mesa/-/blob/21.3/docs/relnotes/21.3.7.rst
Mesa 21.3.7 Release Notes / 2022-02-23
Mesa 21.3.7 is a bug fix release which fixes bugs found since the 21.3.6 release.
Mesa 21.3.7 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 21.3.7 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.
New features
None
Bug fixes
lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails
ANV: Bad output from TransformFeedback . Regression from Mesa 21.
Something to do with VB+XFB -> VB+XFB dependency?
2022-02-23 20:27:50 +00:00
SupervisedThinking
e51603037f
nvidia: update to 510.54
2022-02-18 20:23:35 +01:00
Rudi Heitbaum
14ca97e4fc
libdrm: update to 2.4.110
2022-02-17 06:16:37 +00:00