- Update to bugfix release 23.1.4
- supersedes u_fix-glx-context-opengl-4.5.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1220
This commit is contained in:
parent
3dadc9d818
commit
a737976c54
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 09:36:23 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to bugfix release 23.1.4
|
||||||
|
- supersedes u_fix-glx-context-opengl-4.5.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 23 07:24:59 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
Fri Jun 23 07:24:59 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 23.1.3
|
%define _version 23.1.4
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_rusticl 0
|
%define with_rusticl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
@ -123,7 +123,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa%{psuffix}
|
Name: Mesa%{psuffix}
|
||||||
Version: 23.1.3
|
Version: 23.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -144,7 +144,6 @@ Patch58: u_dep_xcb.patch
|
|||||||
Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch
|
Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch
|
||||||
Patch200: u_fix-build-on-ppc64le.patch
|
Patch200: u_fix-build-on-ppc64le.patch
|
||||||
Patch400: n_stop-iris-flicker.patch
|
Patch400: n_stop-iris-flicker.patch
|
||||||
Patch800: u_fix-glx-context-opengl-4.5.patch
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
BuildRequires: DirectX-Headers
|
BuildRequires: DirectX-Headers
|
||||||
%endif
|
%endif
|
||||||
@ -779,7 +778,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%patch200 -p1
|
%patch200 -p1
|
||||||
%patch400 -p1
|
%patch400 -p1
|
||||||
%patch800 -p1
|
|
||||||
|
|
||||||
# Remove requires to vulkan libs from baselibs.conf on platforms
|
# Remove requires to vulkan libs from baselibs.conf on platforms
|
||||||
# where vulkan build is disabled; ugly ...
|
# where vulkan build is disabled; ugly ...
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f6d7381bc10fbd2d6263ad1022785b8b511046c1a904162f8f7da18eea8aed9
|
|
||||||
size 18358052
|
|
Binary file not shown.
3
mesa-23.1.4.tar.xz
Normal file
3
mesa-23.1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7261a17fb94867e3dc5a90d8a1f100fa04b0cbbde51d25302c0872b5e9a10959
|
||||||
|
size 18414456
|
BIN
mesa-23.1.4.tar.xz.sig
Normal file
BIN
mesa-23.1.4.tar.xz.sig
Normal file
Binary file not shown.
@ -1,12 +0,0 @@
|
|||||||
--- a/src/glx/create_context.c
|
|
||||||
+++ b/src/glx/create_context.c
|
|
||||||
@@ -115,6 +115,9 @@ glXCreateContextAttribsARB(Display *dpy,
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (gc == NULL) {
|
|
||||||
+ /* increment dpy->request in order to give a unique serial number to the
|
|
||||||
+ * error */
|
|
||||||
+ XNoOp(dpy);
|
|
||||||
/* -1 isn't a legal XID, which is sort of the point, we've failed
|
|
||||||
* before we even got to XID allocation.
|
|
||||||
*/
|
|
Loading…
Reference in New Issue
Block a user