]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa.spec
fix %package libgbm location after rusticl was packaged
[packages/Mesa.git] / Mesa.spec
CommitLineData
68c4c1b5
JB
1# TODO:
2# - libtizonia >= 0.10.0 as an alternative for bellagio?
3# - bcond for perfetto peformance analysis? (BR: perfetto)
e1833810 4#
6299b3cd 5# Conditional build:
5eb992a8 6%bcond_without gallium # gallium drivers
e4ca490f 7%bcond_without gallium_i915 # gallium i915 driver
5b103bd4 8%bcond_without gallium_nouveau # gallium nouveau driver
56313830 9%bcond_without gallium_radeon # gallium radeon drivers
9b8203d9 10%bcond_without gallium_rusticl # gallium OpenCL frontend
428251cb 11%bcond_without gallium_zink # gallium zink driver (based on vulkan)
45991a71 12%bcond_without egl # EGL libraries
a651d613 13%bcond_without gbm # Graphics Buffer Manager
1f730540 14%bcond_without nine # Nine Direct3D 9+ state tracker (for Wine)
07725da0 15%bcond_without opencl # OpenCL support
428251cb 16%bcond_without opencl_spirv # OpenCL SPIRV support
d91f0cac 17%bcond_without ocl_icd # OpenCL as ICD (installable client driver)
fe7a0e0e 18%bcond_without glvnd # OpenGL vendor neutral dispatcher support
4bacd84c 19%bcond_without omx # OpenMAX (Bellagio OMXIL) support
3f1b1b5d 20%bcond_without va # VA library
24b30bc6 21%bcond_without wayland # Wayland EGL
40c26533 22%bcond_without xa # XA state tracker (for vmwgfx xorg driver)
03cdb094 23%bcond_without radv # disable build of the radeon Vulkan driver
ebbf71b7 24%bcond_with sse2 # SSE2 instructions
415f6760
JB
25%bcond_with hud_extra # HUD block/NIC I/O HUD stats support
26%bcond_with lm_sensors # HUD lm_sensors support
34f695f1 27%bcond_with tests # tests
d70abe90 28#
d70abe90
JB
29# glapi version (glapi tables in dri drivers and libglx must be in sync);
30# set to current Mesa version on ABI break, when xserver tables get regenerated
31# (until they start to be somehow versioned themselves)
c6305e3e 32%define glapi_ver 7.1.0
e0e9f02c 33# other packages
6ec7f8a2 34%define libdrm_ver 2.4.110
31bd116a 35%define dri2proto_ver 2.8
c6305e3e 36%define glproto_ver 1.4.14
9c1f9f63 37%define zlib_ver 1.2.8
111ed145 38%define wayland_ver 1.18
fe7a0e0e 39%define libglvnd_ver 1.3.4-2
1dce271a 40%define llvm_ver 11.0.0
9b8203d9 41%define gcc_ver 6:5
2f1a1517 42
12cbb35f 43%if %{without gallium}
ef3a19d3 44%undefine with_gallium_i915
12cbb35f
JR
45%undefine with_gallium_nouveau
46%undefine with_gallium_radeon
9b8203d9 47%undefine with_gallium_rusticl
1f730540 48%undefine with_nine
12cbb35f
JR
49%undefine with_omx
50%undefine with_opencl
0c8a4197 51%undefine with_va
12cbb35f
JR
52%undefine with_xa
53%endif
54
55%if %{without egl}
56%undefine with_gbm
57%undefine with_wayland
58%endif
59
07725da0 60%if %{without opencl}
9b8203d9 61%undefine with_gallium_rusticl
07725da0
JK
62%undefine with_ocl_icd
63%endif
64
9b8203d9 65%if %{with gallium}
50139961 66%define with_vdpau 1
50139961
JP
67%endif
68
ebbf71b7
JP
69%ifarch %{x86_with_sse2}
70%define with_sse2 1
71%endif
72
e1833810 73Summary: Free OpenGL implementation
54181d82 74Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
e9b3ff7a 75Name: Mesa
761342dd 76Version: 22.3.5
c4704599 77Release: 1
3dc87f1a 78License: MIT (core) and others - see license.html file
e9b3ff7a 79Group: X11/Libraries
39049918
JK
80#Source0: ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
81## Source0-md5: 7c61a801311fb8d2f7b3cceb7b5cf308
20b98673 82Source0: https://archive.mesa3d.org/mesa-%{version}.tar.xz
761342dd 83# Source0-md5: fdb35ae46968ce517702037710db6a3f
0c8a4197 84URL: https://www.mesa3d.org/
9b8203d9
JP
85%if %{with opencl_spirv} || %{with gallium_rusticl}
86BuildRequires: SPIRV-LLVM-Translator-devel >= 8.0.1.3
87%endif
428251cb 88%{?with_gallium_zink:BuildRequires: Vulkan-Loader-devel}
0f738b6d 89BuildRequires: bison > 2.3
1ea9613c 90%{?with_opencl:BuildRequires: clang-devel >= %{llvm_ver}}
43f54f5a 91BuildRequires: elfutils-devel
fae799e6 92BuildRequires: expat-devel >= 1.95
944c9340 93BuildRequires: flex
1ea9613c 94BuildRequires: gcc >= %{gcc_ver}
be3fe36c
JP
95%ifarch %{armv6}
96BuildRequires: libatomic-devel
97%endif
41aca213 98BuildRequires: libdrm-devel >= %{libdrm_ver}
adda9eb9 99%{?with_glvnd:BuildRequires: libglvnd-devel >= %{libglvnd_ver}}
59f12de8 100BuildRequires: libselinux-devel
1ea9613c
JK
101BuildRequires: libstdc++-devel >= %{gcc_ver}
102BuildRequires: libunwind-devel
103%{?with_va:BuildRequires: libva-devel}
bc0757d7 104%{?with_va:BuildRequires: pkgconfig(libva) >= 1.8.0}
50139961 105%{?with_vdpau:BuildRequires: libvdpau-devel >= 1.1}
61bd8431 106BuildRequires: libxcb-devel >= 1.13
1ea9613c
JK
107%{?with_gallium:BuildRequires: llvm-devel >= %{llvm_ver}}
108%{?with_radv:BuildRequires: llvm-devel >= %{llvm_ver}}
9b8203d9
JP
109%if %{with opencl} || %{with gallium_rusticl}
110BuildRequires: llvm-libclc
111%endif
4bacd84c 112%{?with_omx:BuildRequires: libomxil-bellagio-devel}
9b8203d9 113BuildRequires: meson >= 0.61.4
64379599 114BuildRequires: ninja >= 1.5
a6c5fc6c 115BuildRequires: pkgconfig
c1d2b5e2 116BuildRequires: pkgconfig(talloc) >= 2.0.1
c7ad0447
JB
117BuildRequires: pkgconfig(xcb-dri2) >= 1.8
118BuildRequires: pkgconfig(xcb-dri3) >= 1.13
119BuildRequires: pkgconfig(xcb-glx) >= 1.8.1
120BuildRequires: pkgconfig(xcb-present) >= 1.13
1ea9613c 121BuildRequires: pkgconfig(xcb-randr) >= 1.12
3f6d195e 122BuildRequires: python3 >= 1:3.2
1ea9613c 123BuildRequires: python3-Mako >= 0.8.0
ebbf71b7 124BuildRequires: rpmbuild(macros) >= 2.007
9b8203d9
JP
125%{?with_gallium_rusticl:BuildRequires: rust >= 1.59}
126%{?with_gallium_rusticl:BuildRequires: rust-bindgen >= 0.58.0}
7cbe00f8 127BuildRequires: sed >= 4.0
9b8203d9
JP
128%if %{with opencl_spirv} || %{with gallium_rusticl}
129BuildRequires: spirv-tools-devel >= 2018.0
130%endif
20b98673 131BuildRequires: tar >= 1:1.22
e4ca490f 132BuildRequires: udev-devel
24b30bc6 133# wayland-{client,server}
83ef4ff1 134%{?with_wayland:BuildRequires: wayland-devel >= %{wayland_ver}}
e4ca490f 135%{?with_wayland:BuildRequires: wayland-protocols >= 1.24}
83ef4ff1 136%{?with_wayland:BuildRequires: wayland-egl-devel >= %{wayland_ver}}
0f738b6d 137BuildRequires: xorg-lib-libX11-devel
994fa6a5 138BuildRequires: xorg-lib-libXext-devel >= 1.0.5
cfad862b 139BuildRequires: xorg-lib-libXfixes-devel >= 2.0
64379599 140BuildRequires: xorg-lib-libXrandr-devel >= 1.3
9850656e 141BuildRequires: xorg-lib-libXxf86vm-devel
4bacd84c 142BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
41aca213 143BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
b8e51e7a 144BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver}
54147717 145%if %{with gallium}
64379599 146%{?with_lm_sensors:BuildRequires: lm_sensors-devel}
20b98673 147BuildRequires: xz
54147717 148%endif
9c1f9f63 149BuildRequires: zlib-devel >= %{zlib_ver}
428251cb 150BuildRequires: zstd-devel
ddde5931 151BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a0b2836a 152
52c8419a
JB
153# libGLESv1_CM, libGLESv2, libGL, libOSMesa:
154# _glapi_tls_Dispatch is defined in libglapi, but it's some kind of symbol ldd -r doesn't notice(?)
e3221d38 155%define skip_post_check_so libGLESv1_CM.so.1.* libGLESv2.so.2.* libGL.so.1.* libOSMesa.so.* libGLX_mesa.so.0.*
04c3cb73 156
a0b2836a 157%description
a70fde83 158Mesa is a 3-D graphics library with an API which is very similar to
a5e5e963 159that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
a70fde83 160syntax or state machine, it is being used with authorization from
a5e5e963
JB
161Silicon Graphics, Inc. However, the author does not possess an OpenGL
162license from SGI, and makes no claim that Mesa is in any way a
163compatible replacement for OpenGL or associated with SGI.
a0b2836a 164
f77f03b8
JR
165%description -l pl.UTF-8
166Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
167tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
168autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
169OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
170OpenGL ani powiązana z SGI.
a0b2836a 171
bb686270 172%package libEGL
ae79139b
JB
173Summary: Mesa implementation of EGL Native Platform Graphics Interface library
174Summary(pl.UTF-8): Implementacja Mesa biblioteki interfejsu EGL
175License: MIT
bb686270 176Group: Libraries
c7f22387 177Requires: %{name}-libglapi = %{version}-%{release}
bf8d2f73 178# glx driver in libEGL dlopens libGL.so
bb686270 179Requires: OpenGL >= 1.2
bf8d2f73 180Requires: libdrm >= %{libdrm_ver}
c7ad0447 181Requires: libxcb >= 1.13
111ed145 182%{?with_wayland:Requires: wayland >= %{wayland_ver}}
166bc93f
JB
183%if %{with gbm}
184Requires: %{name}-libgbm = %{version}-%{release}
185%endif
adda9eb9
JB
186%if %{with glvnd}
187Requires: libglvnd-libEGL >= %{libglvnd_ver}
188%endif
7731a383 189Provides: EGL = 1.5
bb686270
AM
190
191%description libEGL
ae79139b
JB
192This package contains shared libEGL - Mesa implementation of EGL
193Native Platform Graphics Interface as specified by Khronos Group:
194<http://www.khronos.org/egl/>.
bb686270
AM
195
196%description libEGL -l pl.UTF-8
ae79139b
JB
197Ten pakiet zawiera bibliotekę współdzieloną libEGL - implementację
198Mesa standardu EGL Native Platform Graphics Interface (interfejsu
199graficznego platformy natywnej) wg specyfikacji Khronos Group:
200<http://www.khronos.org/egl/>.
bb686270
AM
201
202%package libEGL-devel
ae79139b
JB
203Summary: Header files for Mesa implementation of EGL library
204Summary(pl.UTF-8): Pliki nagłówkowe implementacji Mesa biblioteki EGL
205License: MIT
bb686270
AM
206Group: Development/Libraries
207Requires: %{name}-libEGL = %{version}-%{release}
adda9eb9
JB
208Requires: xorg-lib-libX11-devel
209%if %{with glvnd}
210Requires: libglvnd-libEGL-devel >= %{libglvnd_ver}
211%else
212Requires: %{name}-khrplatform-devel = %{version}-%{release}
bf8d2f73 213Requires: libdrm-devel >= %{libdrm_ver}
289dcae3
JB
214Requires: libxcb-devel >= 1.13
215Requires: pkgconfig(xcb-dri2) >= 1.8
216Requires: pkgconfig(xcb-glx) >= 1.8.1
4bacd84c 217Requires: xorg-lib-libXext-devel >= 1.0.5
cfad862b 218Requires: xorg-lib-libXfixes-devel >= 2.0
bf8d2f73 219Requires: xorg-lib-libXxf86vm-devel
adda9eb9 220%endif
521fe546 221%if %{without glvnd}
7731a383 222Provides: EGL-devel = 1.5
521fe546 223%endif
0504a5f6 224Obsoletes: Mesa-libEGL-static < 18.3
bb686270
AM
225
226%description libEGL-devel
ae79139b 227Header files for Mesa implementation of EGL library.
bb686270
AM
228
229%description libEGL-devel -l pl.UTF-8
ae79139b 230Pliki nagłówkowe implementacji Mesa biblioteki EGL.
bb686270 231
f445ed6c
JB
232%package libGL
233Summary: Free Mesa3D implementation of libGL OpenGL library
54181d82 234Summary(pl.UTF-8): Wolnodostępna implementacja Mesa3D biblioteki libGL ze standardu OpenGL
f445ed6c
JB
235License: MIT
236Group: X11/Libraries
c7f22387 237Requires: %{name}-libglapi = %{version}-%{release}
38a2434c 238Requires: libdrm >= %{libdrm_ver}
61bd8431 239Requires: libxcb >= 1.13
adda9eb9
JB
240%if %{with glvnd}
241Requires: libglvnd-libGL >= %{libglvnd_ver}
242%endif
f04faaa6 243Provides: OpenGL = 4.6
f445ed6c 244Provides: OpenGL-GLX = 1.4
9fd74819
JB
245Obsoletes: Mesa < 6.4-2
246Obsoletes: Mesa-dri < 6.4.1-3
b743b90b 247Obsoletes: Mesa-dri-core < 10.0.0
0ff17195 248Obsoletes: Mesa-swr < 22
b18f0f46
AM
249Obsoletes: X11-OpenGL-libGL < 1:7.0.0
250Obsoletes: XFree86-OpenGL-libGL < 1:7.0.0
f445ed6c
JB
251
252%description libGL
253Mesa is a 3-D graphics library with an API which is very similar to
254that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
255syntax or state machine, it is being used with authorization from
256Silicon Graphics, Inc. However, the author does not possess an OpenGL
257license from SGI, and makes no claim that Mesa is in any way a
258compatible replacement for OpenGL or associated with SGI.
259
f04faaa6 260This package contains libGL which implements OpenGL 4.6 and GLX 1.4
f445ed6c
JB
261specifications. It uses DRI for rendering.
262
f77f03b8
JR
263%description libGL -l pl.UTF-8
264Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
265tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
266autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
267OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
268OpenGL ani powiązana z SGI.
f445ed6c 269
f04faaa6 270Ten pakiet zawiera libGL implementującą specyfikacje OpenGL 4.6 oraz
f77f03b8 271GLX 1.4. Używa DRI do renderowania.
f445ed6c
JB
272
273%package libGL-devel
274Summary: Header files for Mesa3D libGL library
54181d82 275Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libGL z projektu Mesa3D
f445ed6c
JB
276License: MIT
277Group: X11/Development/Libraries
adda9eb9
JB
278%if %{with glvnd}
279Requires: libglvnd-libGL-devel >= %{libglvnd_ver}
280%else
2823211a 281Requires: %{name}-khrplatform-devel = %{version}-%{release}
adda9eb9 282Requires: %{name}-libGL = %{version}-%{release}
37d71b73 283Requires: libdrm-devel >= %{libdrm_ver}
289dcae3
JB
284Requires: libxcb-devel >= 1.13
285Requires: pkgconfig(xcb-dri2) >= 1.8
286Requires: pkgconfig(xcb-glx) >= 1.8.1
875da849 287Requires: xorg-lib-libX11-devel
4bacd84c 288Requires: xorg-lib-libXext-devel >= 1.0.5
289dcae3 289Requires: xorg-lib-libXfixes-devel >= 2.0
41aca213 290Requires: xorg-lib-libXxf86vm-devel
eb081680 291%endif
e261c0c1 292Suggests: OpenGL-doc-man
521fe546 293%if %{without glvnd}
6299b3cd 294Provides: OpenGL-GLX-devel = 1.4
55716716 295Provides: OpenGL-devel = 4.6
521fe546 296%endif
9fd74819 297Obsoletes: Mesa-devel < 6.4-2
0504a5f6
JB
298Obsoletes: Mesa-libGL-static < 18.3
299Obsoletes: Mesa-static < 6.4-2
b18f0f46
AM
300Obsoletes: X11-OpenGL-devel < 1:7.0.0
301Obsoletes: X11-OpenGL-devel-base < 1:7.0.0
0504a5f6 302Obsoletes: X11-OpenGL-static < 1:7.0.0
b18f0f46
AM
303Obsoletes: XFree86-OpenGL-devel < 1:7.0.0
304Obsoletes: XFree86-OpenGL-devel-base < 1:7.0.0
0504a5f6 305Obsoletes: XFree86-OpenGL-static < 1:7.0.0
a0b2836a 306
f445ed6c
JB
307%description libGL-devel
308Header files for Mesa3D libGL library.
a0b2836a 309
f77f03b8
JR
310%description libGL-devel -l pl.UTF-8
311Pliki nagłówkowe biblioteki libGL z projektu Mesa3D.
e31e9d24 312
278406ce
JB
313%package libGLES
314Summary: Mesa implementation of GLES (OpenGL ES) libraries
315Summary(pl.UTF-8): Implementacja Mesa bibliotek GLES (OpenGL ES)
316Group: Libraries
c7f22387 317Requires: %{name}-libglapi = %{version}-%{release}
adda9eb9
JB
318%if %{with glvnd}
319Requires: libglvnd-libGLES >= %{libglvnd_ver}
320%endif
95034bc4
JB
321Provides: OpenGLES
322Provides: OpenGLESv1 = 1.1
323Provides: OpenGLESv2 = 2.0
4894ccf6 324Provides: OpenGLESv3 = 3.2
278406ce
JB
325
326%description libGLES
327This package contains shared libraries of Mesa implementation of GLES
328(OpenGL ES) - cross-platform API for full-function 2D and 3D graphics
329on embedded systems. OpenGL ES specification can be found on Khronos
cc59a107 330Group site: <http://www.khronos.org/opengles/>. Mesa implements OpenGL
428251cb 331ES 1.1 and 2.0/3.2.
278406ce
JB
332
333%description libGLES -l pl.UTF-8
334Ten pakiet zawiera biblioteki współdzielone implementacji Mesa
335standardu GLES (OpenGL ES) - wieloplatformowego API do w pełni
336funkcjonalnej grafiki 2D i 3D na systemach wbudowanych. Specyfikację
337OpenGL ES można znaleźć na stronie Khronos Group:
cc59a107 338<http://www.khronos.org/opengles/>. Mesa zawiera implementacją OpenGL
428251cb 339ES 1.1 i 2.0/3.2.
278406ce
JB
340
341%package libGLES-devel
342Summary: Header files for Mesa GLES libraries
343Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Mesa GLES
344Group: Development/Libraries
adda9eb9
JB
345Requires: %{name}-libGLES = %{version}-%{release}
346%if %{with glvnd}
347Requires: libglvnd-libGLES-devel >= %{libglvnd_ver}
348%else
166bc93f
JB
349Requires: %{name}-khrplatform-devel = %{version}-%{release}
350# <EGL/egl.h> for <GLES/egl.h>
bf8d2f73 351Requires: %{name}-libEGL-devel = %{version}-%{release}
adda9eb9 352%endif
521fe546 353%if %{without glvnd}
95034bc4
JB
354Provides: OpenGLES-devel
355Provides: OpenGLESv1-devel = 1.1
356Provides: OpenGLESv2-devel = 2.0
4894ccf6 357Provides: OpenGLESv3-devel = 3.2
521fe546 358%endif
278406ce
JB
359
360%description libGLES-devel
361Header files for Mesa GLES libraries.
362
363%description libGLES-devel -l pl.UTF-8
364Pliki nagłówkowe bibliotek Mesa GLES.
365
f4a8c5f6
JB
366%package libOSMesa
367Summary: OSMesa (off-screen renderer) library
368Summary(pl.UTF-8): Biblioteka OSMesa (renderująca bitmapy w pamięci)
369License: MIT
370Group: Libraries
9c1f9f63 371Requires: zlib >= %{zlib_ver}
f4a8c5f6
JB
372
373%description libOSMesa
374OSMesa (off-screen renderer) library.
375
376%description libOSMesa -l pl.UTF-8
377Biblioteka OSMesa (renderująca bitmapy w pamięci).
378
379%package libOSMesa-devel
380Summary: Header file for OSMesa (off-screen renderer) library
381Summary(pl.UTF-8): Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci)
382License: MIT
383Group: Development/Libraries
384Requires: %{name}-libOSMesa = %{version}-%{release}
385# for <GL/gl.h> only
386Requires: OpenGL-devel
bf8d2f73 387Requires: libselinux-devel
0504a5f6 388Obsoletes: Mesa-libOSMesa-static < 18.3
f4a8c5f6
JB
389
390%description libOSMesa-devel
391Header file for OSMesa (off-screen renderer) library.
392
393%description libOSMesa-devel -l pl.UTF-8
394Plik nagłówkowy biblioteki OSMesa (renderującej bitmapy w pamięci).
395
ff879d59
JK
396%package OpenCL-icd
397Summary: Mesa implementation of OpenCL (Compuing Language) API ICD
398Summary(pl.UTF-8): Implementacja Mesa API OpenCL (języka obliczeń) ICD
399License: MIT
400Group: Libraries
401Requires: filesystem >= 4.0-29
402Requires: libdrm >= %{libdrm_ver}
403Requires: llvm-libclc
9c1f9f63 404Requires: zlib >= %{zlib_ver}
ff879d59 405Provides: OpenCL = 1.1
e62c11c2 406Provides: ocl-icd-driver
ff879d59
JK
407
408%description OpenCL-icd
409This package contains Mesa implementation of OpenCL - standard for
410cross-platform, parallel programming of modern processors found in
411personal computers, servers and handheld/embedded devices. OpenCL
412specification can be found on Khronos Group site:
413<http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
414
415The implementation is provided as an installable client driver (ICD)
416for use with the ocl-icd loader.
417
418%description OpenCL-icd -l pl.UTF-8
419Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
420wieloplatformowego, równoległego programowania nowoczesnych
421procesorów, jakie znajdują się w komputerach osobistych, serwerach
422oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
423znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
424Mesa zawiera implementację OpenCL w wersji 1.1.
425
289dcae3
JB
426Implementacja dostarczona jest w postaci instalowalnego sterownika
427klienta (ICD), który może być użyty z loaderem ocl-icd.
ff879d59 428
e5bc9334
JB
429%package libOpenCL
430Summary: Mesa implementation of OpenCL (Compuing Language) API
431Summary(pl.UTF-8): Implementacja Mesa API OpenCL (języka obliczeń)
432License: MIT
433Group: Libraries
434Requires: libdrm >= %{libdrm_ver}
bec14093 435Requires: llvm-libclc
e5bc9334
JB
436Provides: OpenCL = 1.1
437
438%description libOpenCL
439This package contains Mesa implementation of OpenCL - standard for
440cross-platform, parallel programming of modern processors found in
441personal computers, servers and handheld/embedded devices. OpenCL
442specification can be found on Khronos Group site:
443<http://www.khronos.org/opencl/>. Mesa implements OpenCL 1.1.
444
445%description libOpenCL -l pl.UTF-8
446Ten pakiet zawiera implementację Mesa standardu OpenCL - standardu
447wieloplatformowego, równoległego programowania nowoczesnych
448procesorów, jakie znajdują się w komputerach osobistych, serwerach
449oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
450znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
451Mesa zawiera implementację OpenCL w wersji 1.1.
452
453%package libOpenCL-devel
454Summary: Header files for Mesa OpenCL library
455Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Mesa OpenCL
456License: MIT
457Group: Development/Libraries
458Requires: %{name}-libOpenCL = %{version}-%{release}
7731a383 459Provides: OpenCL-devel = 1.2
e5bc9334
JB
460
461%description libOpenCL-devel
462Header files for Mesa OpenCL library.
463
464%description libOpenCL-devel -l pl.UTF-8
465Pliki nagłówkowe biblioteki Mesa OpenCL.
466
9b8203d9
JP
467%package Rusticl-icd
468Summary: Rusticl implementation of OpenCL (Compuing Language) API ICD
469Summary(pl.UTF-8): Implementacja Rusticl API OpenCL (języka obliczeń) ICD
470License: MIT
471Group: Libraries
472Requires: filesystem >= 4.0-29
473Requires: libdrm >= %{libdrm_ver}
474Requires: llvm-libclc
475Requires: zlib >= %{zlib_ver}
476Provides: OpenCL = 3.0
477Provides: ocl-icd-driver
478
479%description Rusticl-icd
480This package contains Rusticl implementation of OpenCL - standard for
481cross-platform, parallel programming of modern processors found in
482personal computers, servers and handheld/embedded devices. OpenCL
483specification can be found on Khronos Group site:
484<http://www.khronos.org/opencl/>. Rusticl implements OpenCL 3.0.
485
486The implementation is provided as an installable client driver (ICD)
487for use with the ocl-icd loader.
488
489%description Rusticl-icd -l pl.UTF-8
490Ten pakiet zawiera implementację Rusticl standardu OpenCL - standardu
491wieloplatformowego, równoległego programowania nowoczesnych
492procesorów, jakie znajdują się w komputerach osobistych, serwerach
493oraz urządzeniach przenośnych/wbudowanych. Specyfikację OpenCL można
494znaleźć na stronie Khronos Group: <http://www.khronos.org/opencl/>.
495Rusticl zawiera implementację OpenCL w wersji 3.0.
496
497Implementacja dostarczona jest w postaci instalowalnego sterownika
498klienta (ICD), który może być użyty z loaderem ocl-icd.
499
99b8111b
JP
500%package libgbm
501Summary: Mesa Graphics Buffer Manager library
502Summary(pl.UTF-8): Biblioteka Mesa Graphics Buffer Manager
503Group: Libraries
504Requires: %{name}-libglapi = %{version}-%{release}
505Conflicts: Mesa-libEGL < 8.0.1-2
506
d3cd778a
JB
507%description libgbm
508Mesa Graphics Buffer Manager library.
509
510%description libgbm -l pl.UTF-8
511Biblioteka Mesa Graphics Buffer Manager (zarządcy bufora graficznego).
512
513%package libgbm-devel
514Summary: Header file for Mesa Graphics Buffer Manager library
515Summary(pl.UTF-8): Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager
516Group: Development/Libraries
517Requires: %{name}-libgbm = %{version}-%{release}
d3cd778a
JB
518
519%description libgbm-devel
520Header file for Mesa Graphics Buffer Manager library.
521
522%description libgbm-devel -l pl.UTF-8
523Plik nagłówkowy biblioteki Mesa Graphics Buffer Manager (zarządcy
524bufora graficznego).
525
c7f22387
JB
526%package libglapi
527Summary: Mesa GL API shared library
528Summary(pl.UTF-8): Biblioteka współdzielona Mesa GL API
529Group: Libraries
72a183c7 530Conflicts: Mesa-libEGL < 8.0.1-2
c7f22387
JB
531
532%description libglapi
533Mesa GL API shared library, common for various APIs (EGL, GL, GLES).
534
535%description libglapi -l pl.UTF-8
536Biblioteka współdzielona Mesa GL API, wspólna dla różnych API (EGL,
537GL, GLES).
538
a651d613
JB
539%package libxatracker
540Summary: Xorg Gallium3D accelleration library
541Summary(pl.UTF-8): Biblioteka akceleracji Gallium3D dla Xorg
542Group: X11/Libraries
c7f22387 543Requires: libdrm >= %{libdrm_ver}
9c1f9f63 544Requires: zlib >= %{zlib_ver}
a651d613
JB
545
546%description libxatracker
547Xorg Gallium3D accelleration library (used by new vmwgfx driver).
548
549%description libxatracker -l pl.UTF-8
550Biblioteka akceleracji Gallium3D dla Xorg (używana przez nowy
551sterownik vmwgfx).
552
553%package libxatracker-devel
554Summary: Header files for Xorg Gallium3D accelleration library
555Summary(pl.UTF-8): Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg
556Group: X11/Development/Libraries
557Requires: %{name}-libxatracker = %{version}-%{release}
c7f22387 558Requires: libdrm-devel >= %{libdrm_ver}
a651d613
JB
559
560%description libxatracker-devel
561Header files for Xorg Gallium3D accelleration library.
562
563%description libxatracker-devel -l pl.UTF-8
564Pliki nagłówkowe biblioteki akceleracji Gallium3D dla Xorg.
565
166bc93f
JB
566%package khrplatform-devel
567Summary: Khronos platform header file
568Summary(pl.UTF-8): Plik nagłówkowy platformy Khronos
569Group: Development/Libraries
fdb9533a 570Provides: khrplatform-devel
72a183c7 571Conflicts: Mesa-libEGL-devel < 8.0.1-2
166bc93f
JB
572
573%description khrplatform-devel
574Khronos platform header file.
575
576%description khrplatform-devel -l pl.UTF-8
577Plik nagłówkowy platformy Khronos.
578
37d71b73
JB
579%package dri-devel
580Summary: Direct Rendering Infrastructure interface header file
581Summary(pl.UTF-8): Plik nagłówkowy interfejsu DRI (Direct Rendering Infrastructure)
582Group: Development/Libraries
583Requires: libdrm-devel >= %{libdrm_ver}
584# <GL/gl.h>
585%if %{with glvnd}
586Requires: libglvnd-libGL-devel >= %{libglvnd_ver}
5dd5dad4 587Conflicts: Mesa-libGL-devel < 21.1.0-2
37d71b73
JB
588%else
589Requires: Mesa-libGL-devel = %{version}-%{release}
590%endif
591
592%description dri-devel
593Direct Rendering Infrastructure interface header file.
594
595%description dri-devel -l pl.UTF-8
596Plik nagłówkowy interfejsu DRI (Direct Rendering Infrastructure).
597
0c8a4197
JB
598%package d3d
599Summary: Nine Direct3D9 driver (for Wine)
600Summary(pl.UTF-8): Sterownik Direct3D9 Nine (dla Wine)
601Group: Libraries
602Requires: libdrm >= %{libdrm_ver}
603Requires: zlib >= %{zlib_ver}
604
605%description d3d
606Nine Direct3D9 driver (for Wine).
607
608%description d3d -l pl.UTF-8
609Sterownik Direct3D9 Nine (dla Wine).
610
611%package d3d-devel
612Summary: Nine Direct3D9 driver API
613Summary(pl.UTF-8): API sterownika Direct3D9 Nine
614Group: Development/Libraries
615Requires: libdrm-devel >= %{libdrm_ver}
616
617%description d3d-devel
618Nine Direct3D9 driver API.
619
620%description d3d-devel -l pl.UTF-8
621API sterownika Direct3D9 Nine.
622
afe33c03 623%package dri-driver-ati-radeon-R300
362c6f99
JB
624Summary: X.org DRI driver for ATI R300 card family
625Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R300
f4a8c5f6 626License: MIT
18da5046 627Group: X11/Libraries
9c1f9f63 628Requires: zlib >= %{zlib_ver}
69b234f8
JR
629Suggests: xorg-driver-video-amdgpu
630Suggests: xorg-driver-video-ati
dd3dc60a 631Obsoletes: X11-driver-radeon-dri < 1:7.0.0
7f598a9c
JP
632Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
633Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
afe33c03 634
635%description dri-driver-ati-radeon-R300
9ea66b5e
JB
636X.org Gallium DRI driver for ATI R300/R400/RS690/R500 card family
637(Radeon 9600-9800, X300-X2300). It supports R300, R350, R360, RV350,
638RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400, RC410,
639RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600, RS690,
640RS740 chips.
afe33c03 641
f77f03b8 642%description dri-driver-ati-radeon-R300 -l pl.UTF-8
9ea66b5e
JB
643Sterownik X.org DRI Gallium dla rodziny kart ATI R300/R400/RS690/R500
644(Radeon 9600-9800, X300-X2300). Obsługuje układy R300, R350, R360,
645RV350, RV370, RV380, R420, R423, R430, R480, R481, RV410, RS400,
646RC410, RS480, RS482, R520, RV515, RV530, RV560, RV570, R580, RS600,
647RS690, RS740.
afe33c03 648
e68936d0
AM
649%package dri-driver-ati-radeon-R600
650Summary: X.org DRI driver for ATI R600 card family
651Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI R600
652License: MIT
653Group: X11/Libraries
654Requires: radeon-ucode
9c1f9f63 655Requires: zlib >= %{zlib_ver}
69b234f8
JR
656Suggests: xorg-driver-video-amdgpu
657Suggests: xorg-driver-video-ati
7f598a9c
JP
658Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
659Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
e68936d0
AM
660
661%description dri-driver-ati-radeon-R600
9ea66b5e
JB
662X.org Gallium DRI driver for ATI R600/R700 card family (Radeon HD
6632400-7000). It supports R600, RV610, RV630, RV670, RV620, RV635,
664RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
665CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
666ARUBA chips.
e68936d0
AM
667
668%description dri-driver-ati-radeon-R600 -l pl.UTF-8
9ea66b5e
JB
669Sterownik X.org DRI Gallium dla rodziny kart ATI R600/R700 (Radeon HD
6702400-7000). Obsługuje układy R600, RV610, RV630, RV670, RV620, RV635,
671RS780, RS880, RV770, RV730, RV710, RV740, CEDAR, REDWOOD, JUNIPER,
672CYPRESS, HEMLOCK, PALM, SUMO/SUMO2, CAYMAN, BARTS, TURKS, CAICOS,
673ARUBA.
e68936d0 674
3dc87f1a
AM
675%package dri-driver-ati-radeon-SI
676Summary: X.org DRI driver for ATI Southern Islands card family
677Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart ATI Southern Islands
678License: MIT
679Group: X11/Libraries
680Requires: radeon-ucode
9c1f9f63 681Requires: zlib >= %{zlib_ver}
69b234f8
JR
682Suggests: xorg-driver-video-amdgpu
683Suggests: xorg-driver-video-ati
7f598a9c
JP
684Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
685Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
3dc87f1a
AM
686
687%description dri-driver-ati-radeon-SI
9ea66b5e
JB
688X.org Gallium DRI driver for ATI Southern Islands card family (Radeon
689HD 7700-8000, R9, APU). It supports TAHITI, PITCAIRN, VERDE, OLAND,
690HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, ICELAND, TONGA,
ef3a19d3 691CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN chips.
3dc87f1a
AM
692
693%description dri-driver-ati-radeon-SI -l pl.UTF-8
9ea66b5e
JB
694Sterownik X.org DRI Gallium dla rodziny kart ATI Southern Islands
695(Radeon HD 7700-8000, R9, APU). Obsługuje układy TAHITI, PITCAIRN,
696VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII,
ef3a19d3 697ICELAND, TONGA, CARRIZO, FIJI, POLARIS, STONEY, VEGA, RAVEN.
3dc87f1a 698
fae799e6
JB
699%package dri-driver-etnaviv
700Summary: X.org DRI driver for Vivante 3D chips
701Summary(pl.UTF-8): Sterownik X.org DRI dla układów Vivante 3D
702License: MIT
703Group: X11/Libraries
9c1f9f63 704Requires: zlib >= %{zlib_ver}
69b234f8 705#Suggests: xorg-driver-video-?
7f598a9c
JP
706Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
707Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
fae799e6
JB
708
709%description dri-driver-etnaviv
ef3a19d3 710X.org Gallium DRI driver for Vivante 3D chips.
fae799e6
JB
711
712%description dri-driver-etnaviv -l pl.UTF-8
ef3a19d3 713Sterownik X.org DRI Gallium dla układów Vivante 3D.
fae799e6 714
f31a332e
JB
715%package dri-driver-freedreno
716Summary: X.org DRI driver for Adreno chips
717Summary(pl.UTF-8): Sterownik X.org DRI dla układów Adreno
718License: MIT
719Group: X11/Libraries
9c1f9f63 720Requires: zlib >= %{zlib_ver}
69b234f8 721Suggests: xorg-driver-video-freedreno
7f598a9c
JP
722Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
723Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
f31a332e
JB
724
725%description dri-driver-freedreno
ef3a19d3 726X.org Gallium DRI driver for Adreno chips.
f31a332e
JB
727
728%description dri-driver-freedreno -l pl.UTF-8
ef3a19d3 729Sterownik X.org DRI Gallium dla układów Adreno.
f31a332e 730
1dce271a
JP
731%package dri-driver-intel-crocus
732Summary: X.org DRI driver for Intel Gen4-Gen7 chips
733Summary(pl.UTF-8): Sterownik X.org DRI dla układów Intel Gen4-Gen7
734License: MIT
735Group: X11/Libraries
1dce271a 736Requires: zlib >= %{zlib_ver}
e4ca490f 737Obsoletes: Mesa-dri-driver-intel-i965 < 22.0.0
7f598a9c
JP
738Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
739Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
1dce271a
JP
740
741%description dri-driver-intel-crocus
742X.org Gallium DRI driver for Intel Gen4/Gen5/Gen6/Gen7 chips.
743
744%description dri-driver-intel-crocus -l pl.UTF-8
745Sterownik X.org DRI dla układów Intel Gen4/Gen5/Gen6/Gen7.
746
afe33c03 747%package dri-driver-intel-i915
362c6f99
JB
748Summary: X.org DRI driver for Intel i915 card family
749Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel i915
f4a8c5f6 750License: MIT
18da5046 751Group: X11/Libraries
9c1f9f63 752Requires: zlib >= %{zlib_ver}
9fd74819 753Obsoletes: Mesa-dri-driver-intel-i830 < 6.5
8e26093b 754Obsoletes: X11-driver-i810-dri < 1:7.0.0
7f598a9c
JP
755Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
756Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
afe33c03 757
758%description dri-driver-intel-i915
9ea66b5e
JB
759X.org DRI driver for Intel i915 card family (830, 845, 852/855, 865,
760915, 945, G33, Q33, Q35, Pineview).
afe33c03 761
f77f03b8 762%description dri-driver-intel-i915 -l pl.UTF-8
9ea66b5e
JB
763Sterownik X.org DRI dla rodziny kart Intel i915 (830, 845, 852/855,
764865, 915, 945, G33, Q33, Q35, Pineview).
afe33c03 765
ef3a19d3
JB
766%package dri-driver-intel-iris
767Summary: X.org DRI driver for Intel Iris (Gen8+) card family
768Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart Intel Iris (Gen8+)
769License: MIT
770Group: X11/Libraries
ef3a19d3 771Requires: zlib >= %{zlib_ver}
7f598a9c
JP
772Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
773Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
ef3a19d3
JB
774
775%description dri-driver-intel-iris
776X.org Gallium DRI driver for Intel Iris (Gen8+) card family
777(Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
778Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
779
780%description dri-driver-intel-iris -l pl.UTF-8
781Sterownik X.org DRI Gallium dla rodziny kart Intel Iris (Gen8+:
782Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake,
783Whiskey Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
784
785%package dri-driver-kmsro
786Summary: X.org Gallium DRI driver using KMS Render-Only architecture
787Summary(pl.UTF-8): Sterownik X.org DRI Gallium wykorzystujący architekturę KMS Render-Only
788License: MIT
789Group: X11/Libraries
ef3a19d3 790Requires: zlib >= %{zlib_ver}
69b234f8 791#Suggests: xorg-driver-video-?
7f598a9c
JP
792Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
793Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
ef3a19d3
JB
794
795%description dri-driver-kmsro
796X.org Gallium DRI driver using KMS Render-Only architecture.
797
798%description dri-driver-kmsro -l pl.UTF-8
799Sterownik X.org DRI Gallium wykorzystujący architekturę KMS
800Render-Only.
801
802%package dri-driver-lima
803Summary: X.org DRI driver for Mali Utgard chips
804Summary(pl.UTF-8): Sterownik X.org DRI dla układów Mali Utgard
805License: MIT
806Group: X11/Libraries
ef3a19d3 807Requires: zlib >= %{zlib_ver}
69b234f8 808#Suggests: xorg-driver-video-???
7f598a9c
JP
809Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
810Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
ef3a19d3
JB
811
812%description dri-driver-lima
813X.org Gallium DRI driver for Mali Utgard chips.
814
815%description dri-driver-lima -l pl.UTF-8
816Sterownik X.org DRI Gallium dla układów Mali Utgard.
b360f4f6 817
3e88bc92
AM
818%package dri-driver-nouveau
819Summary: X.org DRI driver for NVIDIA card family
820Summary(pl.UTF-8): Sterownik X.org DRI dla rodziny kart NVIDIA
821License: MIT
822Group: X11/Libraries
9c1f9f63 823Requires: zlib >= %{zlib_ver}
69b234f8 824Suggests: xorg-driver-video-nouveau
7f598a9c
JP
825Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
826Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
3e88bc92
AM
827
828%description dri-driver-nouveau
829X.org DRI drivers for NVIDIA card family.
830
831%description dri-driver-nouveau -l pl.UTF-8
832Sterowniki X.org DRI dla rodziny kart NVIDIA.
833
ef3a19d3
JB
834%package dri-driver-panfrost
835Summary: X.org DRI driver for Mali Midgard/Bifrost chips
836Summary(pl.UTF-8): Sterownik X.org DRI dla układów Mali Midgard/Bifrost
837License: MIT
838Group: X11/Libraries
ef3a19d3 839Requires: zlib >= %{zlib_ver}
69b234f8 840#Suggests: xorg-driver-video-???
7f598a9c
JP
841Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
842Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
ef3a19d3
JB
843
844%description dri-driver-panfrost
845X.org Gallium DRI driver for Mali Midgard/Bifrost chips.
846
847%description dri-driver-panfrost -l pl.UTF-8
848Sterownik X.org DRI Gallium dla układów Mali Midgard/Bifrost.
849
f3606317 850%package dri-driver-swrast
362c6f99
JB
851Summary: X.org DRI software rasterizer driver
852Summary(pl.UTF-8): Sterownik X.org DRI obsługujący rysowanie programowe
f3606317
AM
853License: MIT
854Group: X11/Libraries
9c1f9f63 855Requires: zlib >= %{zlib_ver}
7f598a9c
JP
856Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
857Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
f3606317
AM
858
859%description dri-driver-swrast
362c6f99 860X.org DRI software rasterizer driver.
f3606317
AM
861
862%description dri-driver-swrast -l pl.UTF-8
362c6f99 863Sterownik X.org DRI obsługujący rysowanie programowe.
f3606317 864
ef3a19d3
JB
865%package dri-driver-tegra
866Summary: X.org DRI driver for Tegra SoC chips
867Summary(pl.UTF-8): Sterownik X.org DRI dla układów SoC Tegra
868License: MIT
869Group: X11/Libraries
ef3a19d3 870Requires: zlib >= %{zlib_ver}
69b234f8 871#Suggests: xorg-driver-video-???
7f598a9c
JP
872Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
873Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
ef3a19d3
JB
874
875%description dri-driver-tegra
876X.org Gallium DRI driver for Tegra SoC chips.
877
878%description dri-driver-tegra -l pl.UTF-8
879Sterownik X.org DRI Gallium dla układów Tegra SoC.
880
881%package dri-driver-v3d
882Summary: X.org DRI driver for Broadcom VC5 chips
883Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC5
884License: MIT
885Group: X11/Libraries
ef3a19d3 886Requires: zlib >= %{zlib_ver}
69b234f8 887Suggests: xorg-driver-video-modesetting
7f598a9c
JP
888Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
889Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
ef3a19d3
JB
890
891%description dri-driver-v3d
892X.org Gallium DRI driver for Broadcom VC5 chips.
893
894%description dri-driver-v3d -l pl.UTF-8
895Sterownik X.org DRI Gallium dla układów Broadcom VC5.
896
f31a332e
JB
897%package dri-driver-vc4
898Summary: X.org DRI driver for Broadcom VC4 chips
899Summary(pl.UTF-8): Sterownik X.org DRI dla układów Broadcom VC4
900License: MIT
901Group: X11/Libraries
9c1f9f63 902Requires: zlib >= %{zlib_ver}
69b234f8 903Suggests: xorg-driver-video-modesetting
7f598a9c
JP
904Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
905Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
f31a332e
JB
906
907%description dri-driver-vc4
ef3a19d3 908X.org Gallium DRI driver for Broadcom VC4 chips.
f31a332e
JB
909
910%description dri-driver-vc4 -l pl.UTF-8
ef3a19d3 911Sterownik X.org DRI Gallium dla układów Broadcom VC4.
f31a332e 912
6e049c9d
AM
913%package dri-driver-virgl
914Summary: X.org DRI driver for QEMU VirGL
915Summary(pl.UTF-8): Sterownik X.org DRI dla QEMU VirGL
916License: MIT
917Group: X11/Libraries
9c1f9f63 918Requires: zlib >= %{zlib_ver}
7f598a9c
JP
919Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
920Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
6e049c9d
AM
921
922%description dri-driver-virgl
03cdb094 923X.org Gallium DRI driver for QEMU VirGL.
6e049c9d
AM
924
925%description dri-driver-virgl -l pl.UTF-8
03cdb094 926Sterownik X.org DRI Gallium dla QEMU VirGL.
6e049c9d 927
e68936d0
AM
928%package dri-driver-vmwgfx
929Summary: X.org DRI driver for VMware
930Summary(pl.UTF-8): Sterownik X.org DRI dla VMware
931License: MIT
932Group: X11/Libraries
9c1f9f63 933Requires: zlib >= %{zlib_ver}
69b234f8 934Suggests: xorg-driver-video-vmware
7f598a9c
JP
935Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
936Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
e68936d0
AM
937
938%description dri-driver-vmwgfx
03cdb094 939X.org Gallium DRI driver for VMWare.
e68936d0
AM
940
941%description dri-driver-vmwgfx -l pl.UTF-8
03cdb094 942Sterownik X.org DRI Gallium dla VMware.
e68936d0 943
428251cb
JB
944%package dri-driver-zink
945Summary: X.org DRI driver based on Vulkan
946Summary(pl.UTF-8): Sterownik X.org DRI oparty na Vulkanie
947License: MIT
948Group: X11/Libraries
428251cb 949Requires: zlib >= %{zlib_ver}
7f598a9c
JP
950Conflicts: xorg-xserver-libglx(glapi) > %{glapi_ver}
951Conflicts: xorg-xserver-libglx(glapi) < %{glapi_ver}
428251cb
JB
952
953%description dri-driver-zink
954X.org Gallium DRI driver based on Vulkan.
955
956%description dri-driver-zink -l pl.UTF-8
957Sterownik X.org DRI Gallium oparty na Vulkanie.
958
1dce271a
JP
959%package pipe-driver-crocus
960Summary: crocus driver for Mesa Gallium dynamic pipe loader
961Summary(pl.UTF-8): Sterownik crocus dla dynamicznego systemu potoków szkieletu Mesa Gallium
962Group: Libraries
963Requires: zlib >= %{zlib_ver}
964
965%description pipe-driver-crocus
966crocus driver for Mesa Gallium dynamic pipe loader. It supports Intel
967Gen4/Gen5/Gen6/Gen7 chips.
968
969%description pipe-driver-crocus -l pl.UTF-8
970Sterownik crocus dla dynamicznego systemu potoków szkieletu Mesa
971Gallium. Obsługuje układy Intela Gen4/Gen5/Gen6/Gen7.
972
ef3a19d3 973%package pipe-driver-i915
e3221d38
JB
974Summary: i915 driver for Mesa Gallium dynamic pipe loader
975Summary(pl.UTF-8): Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa Gallium
976Group: Libraries
977Requires: zlib >= %{zlib_ver}
978Obsoletes: Mesa-gbm-driver-i915 < 11.1.1
979Obsoletes: Mesa-opencl-driver-i915 < 9.1
ef3a19d3
JB
980
981%description pipe-driver-i915
982i915 driver for Mesa Gallium dynamic pipe loader. It supports Intel
983915/945/G33/Q33/Q35/Pineview chips.
984
985%description pipe-driver-i915 -l pl.UTF-8
986Sterownik i915 dla dynamicznego systemu potoków szkieletu Mesa
987Gallium. Obsługuje układy Intela z serii 915/945/G33/Q33/Q35/Pineview.
988
0f738b6d 989%package pipe-driver-iris
e3221d38
JB
990Summary: iris driver for Mesa Gallium dynamic pipe loader
991Summary(pl.UTF-8): Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa Gallium
992Group: Libraries
993Requires: zlib >= %{zlib_ver}
0f738b6d
JP
994
995%description pipe-driver-iris
996iris driver for Mesa Gallium dynamic pipe loader. It supports Intel
997Iris (Gen8+) card family (Broadwell, Skylake, Broxton, Kabylake,
998Coffeelake, Geminilake, Whiskey Lake, Comet Lake, Cannonlake, Ice
999Lake, Elkhart Lake).
1000
1001%description pipe-driver-iris -l pl.UTF-8
1002Sterownik iris dla dynamicznego systemu potoków szkieletu Mesa
1003Gallium. Obsługuje układy Intela z rodziny kart Intel Iris (Gen8+:
1004Broadwell, Skylake, Broxton, Kabylake, Coffeelake, Geminilake, Whiskey
1005Lake, Comet Lake, Cannonlake, Ice Lake, Elkhart Lake).
1006
4a6d05d3
JP
1007%package pipe-driver-kmsro
1008Summary: kmsro driver for Mesa Gallium dynamic pipe loader
1009Summary(pl.UTF-8): Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa Gallium
1010Group: Libraries
1011Requires: zlib >= %{zlib_ver}
1012
1013%description pipe-driver-kmsro
1014kmsro driver for Mesa Gallium dynamic pipe loader.
1015
1016%description pipe-driver-kmsro -l pl.UTF-8
1017Sterownik kmsro dla dynamicznego systemu potoków szkieletu Mesa
1018Gallium.
1019
6f955018
JB
1020%package pipe-driver-msm
1021Summary: msm (freedreno) driver for Mesa Gallium dynamic pipe loader
1022Summary(pl.UTF-8): Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1023Group: Libraries
9c1f9f63 1024Requires: zlib >= %{zlib_ver}
6f955018
JB
1025
1026%description pipe-driver-msm
1027msm (freedreno) driver for Mesa Gallium dynamic pipe loader. It
1028supports Adreno chips.
1029
1030%description pipe-driver-msm -l pl.UTF-8
1031Sterownik msm (freedreno) dla dynamicznego systemu potoków szkieletu
1032Mesa Gallium. Obsługuje układy Adreno.
1033
1034%package pipe-driver-nouveau
1035Summary: nouveau driver for Mesa Gallium dynamic pipe loader
1036Summary(pl.UTF-8): Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa Gallium
1037Group: Libraries
9c1f9f63 1038Requires: zlib >= %{zlib_ver}
9fd74819
JB
1039Obsoletes: Mesa-gbm-driver-nouveau < 11.1.1
1040Obsoletes: Mesa-opencl-driver-nouveau < 9.1
6f955018
JB
1041
1042%description pipe-driver-nouveau
1043nouveau driver for Mesa Gallium dynamic pipe loader. It supports
1044NVidia adapters.
1045
1046%description pipe-driver-nouveau -l pl.UTF-8
1047Sterownik nouveau dla dynamicznego systemu potoków szkieletu Mesa
1048Gallium. Obsługuje karty graficzne firmy NVidia.
1049
1050%package pipe-driver-r300
1051Summary: r300 driver for Mesa Gallium dynamic pipe loader
1052Summary(pl.UTF-8): Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1053Group: Libraries
9c1f9f63 1054Requires: zlib >= %{zlib_ver}
9fd74819
JB
1055Obsoletes: Mesa-gbm-driver-r300 < 11.1.1
1056Obsoletes: Mesa-opencl-driver-r300 < 9.1
6f955018
JB
1057
1058%description pipe-driver-r300
1059r300 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1060Radeon adapters based on R300/R400/RS690/R500 chips.
1061
1062%description pipe-driver-r300 -l pl.UTF-8
1063Sterownik r300 dla dynamicznego systemu potoków szkieletu Mesa
1064Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1065R300/R400/RS690/R500.
1066
1067%package pipe-driver-r600
1068Summary: r600 driver for Mesa Gallium dynamic pipe loader
1069Summary(pl.UTF-8): Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa Gallium
1070Group: Libraries
9c1f9f63 1071Requires: zlib >= %{zlib_ver}
9fd74819
JB
1072Obsoletes: Mesa-gbm-driver-r600 < 11.1.1
1073Obsoletes: Mesa-libllvmradeon < 9.2
1074Obsoletes: Mesa-opencl-driver-r600 < 9.1
6f955018
JB
1075
1076%description pipe-driver-r600
1077r600 driver for Mesa Gallium dynamic pipe loader. It supports ATI
1078Radeon adapters based on R600/R700 chips.
1079
1080%description pipe-driver-r600 -l pl.UTF-8
1081Sterownik r600 dla dynamicznego systemu potoków szkieletu Mesa
1082Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1083R600/R700.
1084
1085%package pipe-driver-radeonsi
1086Summary: radeonsi driver for Mesa Gallium dynamic pipe loader
1087Summary(pl.UTF-8): Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa Gallium
1088Group: Libraries
9c1f9f63 1089Requires: zlib >= %{zlib_ver}
9fd74819
JB
1090Obsoletes: Mesa-gbm-driver-radeonsi < 11.1.1
1091Obsoletes: Mesa-libllvmradeon < 9.2
1092Obsoletes: Mesa-opencl-driver-radeonsi < 9.1
6f955018
JB
1093
1094%description pipe-driver-radeonsi
1095radeonsi driver for Mesa Gallium dynamic pipe loader. It supports ATI
1096Radeon adapters based on Southern Islands chips.
1097
1098%description pipe-driver-radeonsi -l pl.UTF-8
1099Sterownik radeonsi dla dynamicznego systemu potoków szkieletu Mesa
1100Gallium. Obsługuje karty graficzne ATI Radeon oparte na układach
1101Southern Islands.
1102
1103%package pipe-driver-swrast
1104Summary: Software (swrast) driver for Mesa Gallium dynamic pipe loader
1105Summary(pl.UTF-8): Sterownik programowy (swrast) dla dynamicznego systemu potoków szkieletu Mesa Gallium
1106Group: Libraries
9c1f9f63 1107Requires: zlib >= %{zlib_ver}
9fd74819
JB
1108Obsoletes: Mesa-gbm-driver-swrast < 11.1.1
1109Obsoletes: Mesa-opencl-driver-swrast < 9.1
6f955018
JB
1110
1111%description pipe-driver-swrast
1112Software (swrast) driver for Mesa Gallium dynamic pipe loader.
1113
1114%description pipe-driver-swrast -l pl.UTF-8
1115Sterownik programowy (swrast) dla dynamicznego systemu potoków
1116szkieletu Mesa Gallium.
1117
1118%package pipe-driver-vmwgfx
1119Summary: vmwgfx driver for Mesa Gallium dynamic pipe loader
1120Summary(pl.UTF-8): Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa Gallium
1121Group: Libraries
9c1f9f63 1122Requires: zlib >= %{zlib_ver}
9fd74819
JB
1123Obsoletes: Mesa-gbm-driver-vmwgfx < 11.1.1
1124Obsoletes: Mesa-opencl-driver-vmwgfx < 9.1
6f955018
JB
1125
1126%description pipe-driver-vmwgfx
1127vmwgfx driver for Mesa Gallium dynamic pipe loader. It supports VMware
1128virtual video adapter.
1129
1130%description pipe-driver-vmwgfx -l pl.UTF-8
1131Sterownik vmwgfx dla dynamicznego systemu potoków szkieletu Mesa
1132Gallium. Obsługuje wirtualną kartę graficzną VMware.
1133
0c8a4197
JB
1134%package -n libva-driver-gallium
1135Summary: VA driver for Gallium State Tracker
1136Summary(pl.UTF-8): Sterowniki VA do Gallium
1f730540 1137Group: Libraries
0c8a4197
JB
1138%if %{with gallium_radeon}
1139Requires: libva-driver-r600 = %{version}-%{release}
1140Requires: libva-driver-radeonsi = %{version}-%{release}
1141%endif
1142%if %{with gallium_nouveau}
1143Requires: libva-driver-nouveau = %{version}-%{release}
1144%endif
1145
1146%description -n libva-driver-gallium
1147VA drivers for Gallium State Tracker (r600, radeonsi & nouveau).
1148
1149%description -n libva-driver-gallium -l pl.UTF-8
1150Sterowniki VA do Gallium (r600, radeonsi & nouveau).
1151
1152%package -n libva-driver-r600
1153Summary: VA driver for ATI Radeon R600 series adapters
1154Summary(pl.UTF-8): Sterownik VA dla kart ATI Radeon z serii R600
1155Group: Libraries
bc0757d7 1156Requires: libva >= 1.8.0
9c1f9f63 1157Requires: zlib >= %{zlib_ver}
1f730540 1158
0c8a4197
JB
1159%description -n libva-driver-r600
1160VA driver for ATI Radeon R600 series adapters.
1f730540 1161
0c8a4197
JB
1162%description -n libva-driver-r600 -l pl.UTF-8
1163Sterownik VA dla kart ATI Radeon z serii R600.
1f730540 1164
0c8a4197
JB
1165%package -n libva-driver-radeonsi
1166Summary: VA driver for ATI Radeon SI adapters
1167Summary(pl.UTF-8): Sterownik VA dla kart ATI Radeon SI
1168Group: Libraries
bc0757d7 1169Requires: libva >= 1.8.0
0c8a4197 1170Requires: zlib >= %{zlib_ver}
1f730540 1171
0c8a4197
JB
1172%description -n libva-driver-radeonsi
1173VA driver for ATI Radeon adapters based on Southern Islands chips.
1f730540 1174
0c8a4197
JB
1175%description -n libva-driver-radeonsi -l pl.UTF-8
1176Sterownik VA dla kart ATI Radeon opartych na układach Southern
1177Islands.
1178
1179%package -n libva-driver-nouveau
1180Summary: VA driver for NVidia adapters
1181Summary(pl.UTF-8): Sterownik VA dla kart NVidia
1182Group: Libraries
bc0757d7 1183Requires: libva >= 1.8.0
0c8a4197
JB
1184Requires: zlib >= %{zlib_ver}
1185
1186%description -n libva-driver-nouveau
1187VA driver for NVidia adapters.
1188
1189%description -n libva-driver-nouveau -l pl.UTF-8
1190Sterownik VA dla kart NVidia.
1f730540 1191
9b8203d9
JP
1192%package -n libva-driver-virtio
1193Summary: VA driver for VirtIO adapters
1194Summary(pl.UTF-8): Sterownik VA dla kart VirtIO
1195Group: Libraries
1196Requires: libva >= 1.8.0
1197Requires: zlib >= %{zlib_ver}
1198
1199%description -n libva-driver-virtio
1200VA driver for VirtIO adapters.
1201
1202%description -n libva-driver-virtio -l pl.UTF-8
1203Sterownik VA dla kart VirtIO.
1204
04c3cb73
JB
1205%package -n libvdpau-driver-mesa-nouveau
1206Summary: Mesa nouveau driver for the vdpau API
1207Summary(pl.UTF-8): Sterownik Mesa nouveau dla API vdpau
9bfb354d
AM
1208License: MIT
1209Group: X11/Libraries
8eb275e9 1210Requires: libdrm >= %{libdrm_ver}
7731a383 1211Requires: libvdpau >= 1.1
9c1f9f63 1212Requires: zlib >= %{zlib_ver}
04c3cb73 1213Conflicts: libvdpau-driver-mesa
9bfb354d 1214
04c3cb73
JB
1215%description -n libvdpau-driver-mesa-nouveau
1216Mesa nouveau driver for the vdpau API. It supports NVidia adapters
1217(NV40-NV96, NVa0).
9bfb354d 1218
04c3cb73
JB
1219%description -n libvdpau-driver-mesa-nouveau -l pl.UTF-8
1220Sterownik Mesa nouveau dla API vdpau. Obsługuje karty NVidia
1221(NV40-NV96, NVa0).
9bfb354d 1222
ebff9a35
AM
1223%package -n libvdpau-driver-mesa-r300
1224Summary: Mesa r300 driver for the vdpau API
1225Summary(pl.UTF-8): Sterownik Mesa r300 dla API vdpau
1226License: MIT
1227Group: X11/Libraries
1228Requires: libdrm >= %{libdrm_ver}
7731a383 1229Requires: libvdpau >= 1.1
9c1f9f63 1230Requires: zlib >= %{zlib_ver}
ebff9a35
AM
1231Conflicts: libvdpau-driver-mesa
1232
1233%description -n libvdpau-driver-mesa-r300
1234Mesa r300 driver for the vdpau API. It supports ATI Radeon adapters
1235based on R300 chips.
1236
1237%description -n libvdpau-driver-mesa-r300 -l pl.UTF-8
1238Sterownik Mesa r300 dla API vdpau. Obsługuje karty ATI Radeon oparte
1239na układach R300.
1240
04c3cb73
JB
1241%package -n libvdpau-driver-mesa-r600
1242Summary: Mesa r600 driver for the vdpau API
1243Summary(pl.UTF-8): Sterownik Mesa r600 dla API vdpau
1244License: MIT
1245Group: X11/Libraries
1246Requires: libdrm >= %{libdrm_ver}
7731a383 1247Requires: libvdpau >= 1.1
9c1f9f63 1248Requires: zlib >= %{zlib_ver}
04c3cb73
JB
1249Conflicts: libvdpau-driver-mesa
1250
1251%description -n libvdpau-driver-mesa-r600
1252Mesa r600 driver for the vdpau API. It supports ATI Radeon adapters
1253based on R600/R700 chips.
1254
1255%description -n libvdpau-driver-mesa-r600 -l pl.UTF-8
1256Sterownik Mesa r600 dla API vdpau. Obsługuje karty ATI Radeon oparte
1257na układach R600/R700.
1258
3dc87f1a
AM
1259%package -n libvdpau-driver-mesa-radeonsi
1260Summary: Mesa radeonsi driver for the vdpau API
1261Summary(pl.UTF-8): Sterownik Mesa radeonsi dla API vdpau
1262License: MIT
1263Group: X11/Libraries
1264Requires: libdrm >= %{libdrm_ver}
7731a383 1265Requires: libvdpau >= 1.1
9c1f9f63 1266Requires: zlib >= %{zlib_ver}
9fd74819 1267Obsoletes: Mesa-libllvmradeon < 9.2
dd3dc60a 1268Conflicts: libvdpau-driver-mesa
3dc87f1a
AM
1269
1270%description -n libvdpau-driver-mesa-radeonsi
0784ce78
JB
1271Mesa radeonsi driver for the vdpau API. It supports ATI Radeon
1272adapters based on Southern Islands chips.
3dc87f1a
AM
1273
1274%description -n libvdpau-driver-mesa-radeonsi -l pl.UTF-8
0784ce78
JB
1275Sterownik Mesa radeonsi dla API vdpau. Obsługuje karty ATI Radeon
1276oparte na układach Southern Islands.
3dc87f1a 1277
9b8203d9
JP
1278%package -n libvdpau-driver-mesa-virtio
1279Summary: Mesa virtio driver for the vdpau API
1280Summary(pl.UTF-8): Sterownik Mesa virtio dla API vdpau
1281License: MIT
1282Group: X11/Libraries
1283Requires: libdrm >= %{libdrm_ver}
1284Requires: libvdpau >= 1.1
1285Requires: zlib >= %{zlib_ver}
1286
1287%description -n libvdpau-driver-mesa-virtio
1288Mesa virtio driver for the vdpau API.
1289
1290%description -n libvdpau-driver-mesa-virtio -l pl.UTF-8
1291Sterownik Mesa virtio dla API vdpau.
1292
56313830
AM
1293%package -n omxil-mesa
1294Summary: Mesa driver for Bellagio OpenMAX IL API
1295Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
1296License: MIT
1297Group: X11/Libraries
1298Requires: libdrm >= %{libdrm_ver}
56313830 1299Requires: libomxil-bellagio
dd3dc60a 1300Requires: libxcb >= 1.13
9c1f9f63 1301Requires: zlib >= %{zlib_ver}
9fd74819
JB
1302Obsoletes: omxil-mesa-nouveau < 10.3
1303Obsoletes: omxil-mesa-r600 < 10.3
1304Obsoletes: omxil-mesa-radeonsi < 10.3
56313830
AM
1305
1306%description -n omxil-mesa
1307Mesa driver for Bellagio OpenMAX IL API.
1308
1309%description -n omxil-mesa -l pl.UTF-8
1310Sterownik Mesa dla API Bellagio OpenMAX IL.
1311
37b5b688
JP
1312%package vulkan-icd-broadcom
1313Summary: v3dv - Mesa Vulkan driver for Raspberry Pi 4
1314Summary(pl.UTF-8): v3dv - sterownik Vulkan dla Raspberry Pi 4
1315License: MIT
1316Group: Libraries
1317Requires: libdrm >= %{libdrm_ver}
1318Requires: libxcb >= 1.13
1319Requires: xorg-lib-libXrandr >= 1.3
1320Requires: xorg-lib-libxshmfence >= 1.1
1321# wayland-client
1322Requires: wayland >= %{wayland_ver}
1323Requires: zlib >= %{zlib_ver}
1324Suggests: vulkan(loader)
0a2670f5 1325Provides: vulkan(icd) = 1.1.204
37b5b688
JP
1326
1327%description vulkan-icd-broadcom
1328v3dv - Mesa Vulkan driver for Raspberry Pi 4.
1329
1330%description vulkan-icd-broadcom -l pl.UTF-8
1331v3dv - sterownik Vulkan dla Raspberry Pi 4.
1332
1333%package vulkan-icd-freedreno
1334Summary: turnip - Mesa Vulkan driver for Adreno chips
1335Summary(pl.UTF-8): turnip - sterownik Vulkan dla układów Adreno
1336License: MIT
1337Group: Libraries
1338Requires: libdrm >= %{libdrm_ver}
1339Requires: libxcb >= 1.13
1340Requires: xorg-lib-libXrandr >= 1.3
1341Requires: xorg-lib-libxshmfence >= 1.1
1342# wayland-client
1343Requires: wayland >= %{wayland_ver}
1344Requires: zlib >= %{zlib_ver}
1345Suggests: vulkan(loader)
0a2670f5 1346Provides: vulkan(icd) = 1.1.204
37b5b688
JP
1347
1348%description vulkan-icd-freedreno
1349turnip - Mesa Vulkan driver for Adreno chips.
1350
1351%description vulkan-icd-freedreno -l pl.UTF-8
1352turnip - sterownik Vulkan dla układów Adreno.
1353
6ec7f8a2
JP
1354%package vulkan-icd-powervr
1355Summary: powervr - Mesa Vulkan driver for Imagination Technologies Rogue GPUs
1356Summary(pl.UTF-8): powervr - sterownik Vulkan dla układów Imagination Technologies Rogue
1357License: MIT
1358Group: Libraries
1359Requires: libdrm >= %{libdrm_ver}
1360Requires: libxcb >= 1.13
1361Requires: xorg-lib-libXrandr >= 1.3
1362Requires: xorg-lib-libxshmfence >= 1.1
1363# wayland-client
1364Requires: wayland >= %{wayland_ver}
1365Requires: zlib >= %{zlib_ver}
1366Suggests: vulkan(loader)
1367Provides: vulkan(icd) = 1.1.204
1368
1369%description vulkan-icd-powervr
1370powervr - Mesa Vulkan driver for Imagination Technologies Rogue GPUs.
1371
1372%description vulkan-icd-powervr -l pl.UTF-8
1373powervr - sterownik Vulkan dla układów Imagination Technologies Rogue.
1374
075ec3a3
JK
1375%package vulkan-icd-intel
1376Summary: Mesa Vulkan driver for Intel GPUs
3b1b1d06 1377Summary(pl.UTF-8): Sterownik Vulkan dla GPU firmy Intel
075ec3a3
JK
1378License: MIT
1379Group: Libraries
075ec3a3 1380Requires: libdrm >= %{libdrm_ver}
c7ad0447 1381Requires: libxcb >= 1.13
64379599 1382Requires: xorg-lib-libXrandr >= 1.3
c7ad0447
JB
1383Requires: xorg-lib-libxshmfence >= 1.1
1384# wayland-client
1385Requires: wayland >= %{wayland_ver}
9c1f9f63
JB
1386Requires: zlib >= %{zlib_ver}
1387Suggests: vulkan(loader)
0a2670f5 1388Provides: vulkan(icd) = 1.3.204
6d045aec 1389Obsoletes: Mesa-vulkan-icd-intel-devel < 21.1.0
075ec3a3
JK
1390
1391%description vulkan-icd-intel
1392Mesa Vulkan driver for Intel GPUs.
1393
1394%description vulkan-icd-intel -l pl.UTF-8
1395Sterownik Vulkan dla GPU Intela.
1396
37b5b688
JP
1397%package vulkan-icd-lavapipe
1398Summary: lavapipe - Mesa software Vulkan driver
1399Summary(pl.UTF-8): lavapipe - programowy sterownik Vulkan
1400License: MIT
1401Group: Libraries
1402Requires: libdrm >= %{libdrm_ver}
1403Requires: libxcb >= 1.13
1404Requires: xorg-lib-libXrandr >= 1.3
1405Requires: xorg-lib-libxshmfence >= 1.1
1406# wayland-client
1407Requires: wayland >= %{wayland_ver}
1408Requires: zlib >= %{zlib_ver}
1409Suggests: vulkan(loader)
0a2670f5 1410Provides: vulkan(icd) = 1.1.204
37b5b688
JP
1411
1412%description vulkan-icd-lavapipe
1413lavapipe - Mesa software Vulkan driver.
1414
1415%description vulkan-icd-lavapipe -l pl.UTF-8
1416lavapipe - programowy sterownik Vulkan.
1417
1dce271a
JP
1418%package vulkan-icd-panfrost
1419Summary: panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs
1420Summary(pl.UTF-8): panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost
1421License: MIT
1422Group: Libraries
1423Requires: libdrm >= %{libdrm_ver}
1424Requires: libxcb >= 1.13
1425Requires: xorg-lib-libXrandr >= 1.3
1426Requires: xorg-lib-libxshmfence >= 1.1
1427# wayland-client
1428Requires: wayland >= %{wayland_ver}
1429Requires: zlib >= %{zlib_ver}
1430Suggests: vulkan(loader)
0a2670f5 1431Provides: vulkan(icd) = 1.1.204
1dce271a
JP
1432
1433%description vulkan-icd-panfrost
1434panfrost - Mesa Vulkan driver for Mali Midgard and Bifrost GPUs.
1435
1436%description vulkan-icd-panfrost -l pl.UTF-8
1437panfrost - sterownik Vulkan dla układów Mali Midgard i Bifrost.
1438
90c5833c
JK
1439%package vulkan-icd-radeon
1440Summary: radv - experimental Mesa Vulkan driver for AMD Radeon GPUs
1441Summary(pl.UTF-8): radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD
1442License: MIT
1443Group: Libraries
c7ad0447
JB
1444Requires: libdrm >= %{libdrm_ver}
1445Requires: libxcb >= 1.13
64379599 1446Requires: xorg-lib-libXrandr >= 1.3
c7ad0447
JB
1447Requires: xorg-lib-libxshmfence >= 1.1
1448# wayland-client
1449Requires: wayland >= %{wayland_ver}
9c1f9f63 1450Requires: zlib >= %{zlib_ver}
90c5833c 1451Suggests: vulkan(loader)
0a2670f5 1452Provides: vulkan(icd) = 1.3.204
90c5833c
JK
1453
1454%description vulkan-icd-radeon
1455radv - experimental Mesa Vulkan driver for AMD Radeon GPUs.
1456
1457%description vulkan-icd-radeon -l pl.UTF-8
1458radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
1459
a0b2836a 1460%prep
20b98673 1461%setup -q -n mesa-%{version}
4ce9383b 1462
a0b2836a 1463%build
4ce9383b
JK
1464%if %{with opencl}
1465if [ "$(llvm-config --has-rtti)" != "YES" ] ; then
1466 echo "Clover (gallium OpenCL) requires LLVM with RTTI!"
1467 exit 1
1468fi
1469%endif
1470
59f12de8 1471
428251cb 1472gallium_drivers="virgl swrast %{?with_gallium_zink:zink} \
be821f50 1473%ifarch %{ix86} %{x8664} x32
e4ca490f 1474svga iris %{?with_gallium_i915:i915} crocus \
be821f50 1475%endif
56313830 1476%if %{with gallium_radeon}
fae799e6 1477r300 r600 radeonsi \
56313830 1478%endif
45300693 1479%if %{with gallium_nouveau}
0784ce78 1480nouveau
c1d2b5e2 1481%endif
d91f0cac 1482%ifarch %{arm} aarch64
fae799e6 1483etnaviv \
f31a332e 1484freedreno \
ef3a19d3
JB
1485lima \
1486panfrost \
508e3b71 1487%{?with_gallium_nouveau:tegra} \
d91f0cac 1488v3d \
f31a332e
JB
1489vc4 \
1490%endif
c1d2b5e2 1491"
68c4c1b5 1492# TODO: asahi (Apple Silicon) - arm/aarch64?
c1d2b5e2
AM
1493
1494gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
1495
37b5b688 1496vulkan_drivers="swrast %{?with_radv:amd} \
fae799e6
JB
1497%ifarch %{ix86} %{x8664} x32
1498intel \
1499%endif
37b5b688 1500%ifarch %{arm} aarch64
6ec7f8a2 1501freedreno broadcom imagination-experimental panfrost \
37b5b688 1502%endif
fae799e6
JB
1503"
1504
1505vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',')
075ec3a3 1506
958c933e
JP
1507%if %{with gallium_rusticl}
1508%ifarch %{arm32_with_hf}
1509export BINDGEN_EXTRA_CLANG_ARGS="-mfloat-abi=hard"
1510%endif
1511%endif
1512
1ea9613c 1513%meson build \
cfad862b
JP
1514 -Dplatforms=x11%{?with_wayland:,wayland} \
1515 -Ddri3=enabled \
1ea9613c 1516 -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
cfad862b 1517 -Degl=%{?with_egl:enabled}%{!?with_egl:disabled} \
1ea9613c
JK
1518 -Dgallium-drivers=${gallium_drivers} \
1519 %{?with_hud_extra:-Dgallium-extra-hud=true} \
d91f0cac
JB
1520 -Dgallium-nine=%{?with_nine:true}%{!?with_nine:false} \
1521 -Dgallium-omx=%{?with_omx:bellagio}%{!?with_omx:disabled} \
07725da0
JK
1522%if %{with opencl}
1523%if %{with ocl_icd}
1524 -Dgallium-opencl=icd \
1525%else
1526 -Dgallium-opencl=standalone \
1527%endif
9b8203d9 1528 %{?with_gallium_rusticl:-Dgallium-rusticl=true -Drust_std=2021} \
07725da0
JK
1529%else
1530 -Dgallium-opencl=disabled \
1531%endif
cfad862b
JP
1532 -Dgallium-va=%{?with_va:enabled}%{!?with_va:disabled} \
1533 %{?with_vdpau:-Dgallium-vdpau=enabled} \
cfad862b
JP
1534 -Dgallium-xa=%{?with_xa:enabled}%{!?with_xa:disabled} \
1535 -Dgbm=%{?with_gbm:enabled}%{!?with_gbm:disabled} \
d91f0cac 1536 -Dglvnd=%{?with_glvnd:true}%{!?with_glvnd:false} \
cfad862b
JP
1537 -Dlibunwind=enabled \
1538 -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
428251cb 1539 %{?with_opencl_spirv:-Dopencl-spirv=true} \
111ed145 1540 -Dosmesa=true \
1ea9613c 1541 -Dselinux=true \
ebbf71b7 1542 -Dsse2=%{__true_false sse2} \
d91f0cac 1543 -Dva-libs-path=%{_libdir}/libva/dri \
20b98673 1544 -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec \
d91f0cac 1545 -Dvulkan-drivers=${vulkan_drivers} \
6ec7f8a2
JP
1546 -Dvulkan-icd-dir=/usr/share/vulkan/icd.d \
1547%ifarch %{arm} aarch64
1548 -Dfreedreno-virtio=true \
1549 -Dimagination-srv=true
1550%endif
1ea9613c 1551
67f9fc17 1552%ninja_build -C build
1ea9613c 1553
67f9fc17 1554%{?with_tests:%ninja_test -C build}
34f695f1 1555
a0b2836a 1556%install
f5543b17 1557rm -rf $RPM_BUILD_ROOT
ddde5931 1558
67f9fc17 1559%ninja_install -C build
ddde5931 1560
c329ecfe
JP
1561install -d $RPM_BUILD_ROOT%{_libdir}/gbm
1562
c7f22387 1563# not used externally
0d8bac2a 1564%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so
075ec3a3 1565
415f6760 1566%if %{without glvnd}
f56e1323
JR
1567# remove "OS ABI: Linux 2.4.20" tag, so private copies (nvidia or fglrx),
1568# set up via /etc/ld.so.conf.d/*.conf will be preferred over this
1569strip -R .note.ABI-tag $RPM_BUILD_ROOT%{_libdir}/libGL.so.*.*
415f6760 1570%endif
f56e1323 1571
abc9e15f
JB
1572%clean
1573rm -rf $RPM_BUILD_ROOT
1574
bb686270
AM
1575%post libEGL -p /sbin/ldconfig
1576%postun libEGL -p /sbin/ldconfig
1577
f445ed6c
JB
1578%post libGL -p /sbin/ldconfig
1579%postun libGL -p /sbin/ldconfig
1580
c1d2b5e2
AM
1581%post libGLES -p /sbin/ldconfig
1582%postun libGLES -p /sbin/ldconfig
1583
c1d2b5e2
AM
1584%post libOSMesa -p /sbin/ldconfig
1585%postun libOSMesa -p /sbin/ldconfig
1586
0c8a4197
JB
1587%post OpenCL-icd -p /sbin/ldconfig
1588%postun OpenCL-icd -p /sbin/ldconfig
1589
e5bc9334
JB
1590%post libOpenCL -p /sbin/ldconfig
1591%postun libOpenCL -p /sbin/ldconfig
1592
d3cd778a
JB
1593%post libgbm -p /sbin/ldconfig
1594%postun libgbm -p /sbin/ldconfig
1595
c7f22387
JB
1596%post libglapi -p /sbin/ldconfig
1597%postun libglapi -p /sbin/ldconfig
1598
a651d613
JB
1599%post libxatracker -p /sbin/ldconfig
1600%postun libxatracker -p /sbin/ldconfig
1601
0c8a4197
JB
1602### libraries
1603
bb686270
AM
1604%if %{with egl}
1605%files libEGL
1606%defattr(644,root,root,755)
b720826e
JP
1607%if %{with glvnd}
1608%attr(755,root,root) %{_libdir}/libEGL_mesa.so.*.*
1609%attr(755,root,root) %ghost %{_libdir}/libEGL_mesa.so.0
1610%{_datadir}/glvnd/egl_vendor.d/50_mesa.json
1611%else
bb686270 1612%attr(755,root,root) %{_libdir}/libEGL.so.*.*
c794b508 1613%attr(755,root,root) %ghost %{_libdir}/libEGL.so.1
b720826e 1614%endif
bb686270
AM
1615
1616%files libEGL-devel
1617%defattr(644,root,root,755)
b720826e
JP
1618%if %{with glvnd}
1619%attr(755,root,root) %{_libdir}/libEGL_mesa.so
1620%else
bb686270 1621%attr(755,root,root) %{_libdir}/libEGL.so
bb686270
AM
1622%dir %{_includedir}/EGL
1623%{_includedir}/EGL/egl.h
1624%{_includedir}/EGL/eglext.h
1625%{_includedir}/EGL/eglplatform.h
bb686270 1626%{_pkgconfigdir}/egl.pc
bb686270 1627%endif
9b8203d9 1628%{_includedir}/EGL/eglext_angle.h
29ea40a4
JP
1629%{_includedir}/EGL/eglmesaext.h
1630%endif
bb686270 1631
f445ed6c 1632%files libGL
e9b3ff7a 1633%defattr(644,root,root,755)
cfad862b 1634%doc docs/{*.rst,README.UVD,features.txt,relnotes/*.rst}
415f6760
JB
1635%if %{with glvnd}
1636%attr(755,root,root) %{_libdir}/libGLX_mesa.so.*.*
1637%attr(755,root,root) %ghost %{_libdir}/libGLX_mesa.so.0
1638%attr(755,root,root) %{_libdir}/libGLX_mesa.so
1639%else
9b0e6ebb
JB
1640%attr(755,root,root) %{_libdir}/libGL.so.*.*
1641%attr(755,root,root) %ghost %{_libdir}/libGL.so.1
0cb33a09 1642# symlink for binary apps which fail to conform Linux OpenGL ABI
bf8d2f73 1643# (and dlopen libGL.so instead of libGL.so.1; the same does Mesa libEGL)
0cb33a09 1644%attr(755,root,root) %{_libdir}/libGL.so
415f6760 1645%endif
4ce9383b 1646%{_datadir}/drirc.d
a0b2836a 1647
f445ed6c 1648%files libGL-devel
e9b3ff7a 1649%defattr(644,root,root,755)
cfad862b 1650%doc docs/_extra/specs/*
29ea40a4 1651%if %{without glvnd}
debcd977 1652%dir %{_includedir}/GL
d3dd48bf 1653%{_includedir}/GL/gl.h
56313830 1654%{_includedir}/GL/glcorearb.h
e1833810 1655%{_includedir}/GL/glext.h
d3dd48bf 1656%{_includedir}/GL/glx.h
abc9e15f 1657%{_includedir}/GL/glxext.h
29ea40a4
JP
1658%{_pkgconfigdir}/gl.pc
1659%endif
a0b2836a 1660
c1d2b5e2
AM
1661%files libGLES
1662%defattr(644,root,root,755)
29ea40a4 1663%if %{without glvnd}
cc59a107
JB
1664%attr(755,root,root) %{_libdir}/libGLESv1_CM.so.*.*.*
1665%attr(755,root,root) %ghost %{_libdir}/libGLESv1_CM.so.1
1666%attr(755,root,root) %{_libdir}/libGLESv2.so.*.*
1667%attr(755,root,root) %ghost %{_libdir}/libGLESv2.so.2
29ea40a4 1668%endif
c1d2b5e2
AM
1669
1670%files libGLES-devel
1671%defattr(644,root,root,755)
29ea40a4 1672%if %{without glvnd}
cc59a107
JB
1673%attr(755,root,root) %{_libdir}/libGLESv1_CM.so
1674%attr(755,root,root) %{_libdir}/libGLESv2.so
c1d2b5e2
AM
1675%{_includedir}/GLES
1676%{_includedir}/GLES2
46cee963 1677%{_includedir}/GLES3
cc59a107
JB
1678%{_pkgconfigdir}/glesv1_cm.pc
1679%{_pkgconfigdir}/glesv2.pc
29ea40a4 1680%endif
c1d2b5e2 1681
f4a8c5f6
JB
1682%files libOSMesa
1683%defattr(644,root,root,755)
cc59a107 1684%attr(755,root,root) %{_libdir}/libOSMesa.so.*.*
9bfb354d 1685%attr(755,root,root) %ghost %{_libdir}/libOSMesa.so.8
f4a8c5f6
JB
1686
1687%files libOSMesa-devel
1688%defattr(644,root,root,755)
cc59a107 1689%attr(755,root,root) %{_libdir}/libOSMesa.so
f4a8c5f6 1690%{_includedir}/GL/osmesa.h
bf8d2f73 1691%{_pkgconfigdir}/osmesa.pc
f4a8c5f6 1692
e5bc9334 1693%if %{with opencl}
9b8203d9
JP
1694%if %{with gallium_rusticl}
1695%files Rusticl-icd
1696%defattr(644,root,root,755)
1697/etc/OpenCL/vendors/rusticl.icd
1698%attr(755,root,root) %{_libdir}/libRusticlOpenCL.so
1699%attr(755,root,root) %{_libdir}/libRusticlOpenCL.so.*.*.*
1700%attr(755,root,root) %ghost %{_libdir}/libRusticlOpenCL.so.1
1701%endif
ff879d59
JK
1702%if %{with ocl_icd}
1703%files OpenCL-icd
1704%defattr(644,root,root,755)
1705/etc/OpenCL/vendors/mesa.icd
1706%attr(755,root,root) %{_libdir}/libMesaOpenCL.so
1707%attr(755,root,root) %{_libdir}/libMesaOpenCL.so.*.*.*
1708%attr(755,root,root) %ghost %{_libdir}/libMesaOpenCL.so.1
6f955018
JB
1709# currently only OpenCL uses dynamic pipe loader
1710%dir %{_libdir}/gallium-pipe
ff879d59 1711%else
e5bc9334
JB
1712%files libOpenCL
1713%defattr(644,root,root,755)
1714%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
1715%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
6f955018
JB
1716# currently only OpenCL uses dynamic pipe loader
1717%dir %{_libdir}/gallium-pipe
e5bc9334
JB
1718
1719%files libOpenCL-devel
1720%defattr(644,root,root,755)
1721%attr(755,root,root) %{_libdir}/libOpenCL.so
1722%{_includedir}/CL
e5bc9334 1723%endif
ff879d59 1724%endif
e5bc9334 1725
d3cd778a
JB
1726%if %{with gbm}
1727%files libgbm
1728%defattr(644,root,root,755)
1729%attr(755,root,root) %{_libdir}/libgbm.so.*.*
1730%attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
c329ecfe 1731%dir %{_libdir}/gbm
d3cd778a
JB
1732
1733%files libgbm-devel
1734%defattr(644,root,root,755)
1735%attr(755,root,root) %{_libdir}/libgbm.so
1736%{_includedir}/gbm.h
1737%{_pkgconfigdir}/gbm.pc
1738%endif
1739
c7f22387
JB
1740%files libglapi
1741%defattr(644,root,root,755)
1742%attr(755,root,root) %{_libdir}/libglapi.so.*.*
1743%attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
1744# libglapi-devel? nothing seems to need it atm.
1745#%attr(755,root,root) %{_libdir}/libglapi.so
1746
a651d613
JB
1747%if %{with xa}
1748%files libxatracker
1749%defattr(644,root,root,755)
1750%attr(755,root,root) %{_libdir}/libxatracker.so.*.*
0d8bac2a 1751%attr(755,root,root) %ghost %{_libdir}/libxatracker.so.2
a651d613
JB
1752
1753%files libxatracker-devel
1754%defattr(644,root,root,755)
1755%attr(755,root,root) %{_libdir}/libxatracker.so
1756%{_includedir}/xa_composite.h
1757%{_includedir}/xa_context.h
1758%{_includedir}/xa_tracker.h
1759%{_pkgconfigdir}/xatracker.pc
1760%endif
1761
37d71b73 1762%if %{with egl} && %{without glvnd}
166bc93f
JB
1763%files khrplatform-devel
1764%defattr(644,root,root,755)
1765%dir %{_includedir}/KHR
1766%{_includedir}/KHR/khrplatform.h
1767%endif
37d71b73
JB
1768
1769%files dri-devel
1770%defattr(644,root,root,755)
1771%dir %{_includedir}/GL/internal
1772%{_includedir}/GL/internal/dri_interface.h
1773%{_pkgconfigdir}/dri.pc
166bc93f 1774
0c8a4197
JB
1775### drivers: d3d
1776
1777%if %{with nine}
1778%files d3d
1779%defattr(644,root,root,755)
1780%dir %{_libdir}/d3d
1781%attr(755,root,root) %{_libdir}/d3d/d3dadapter9.so*
1782
1783%files d3d-devel
1784%defattr(644,root,root,755)
1785%{_includedir}/d3dadapter
1786%{_pkgconfigdir}/d3d.pc
1787%endif
1788
1789### drivers: dri
1790
56313830 1791%if %{with gallium_radeon}
afe33c03 1792%files dri-driver-ati-radeon-R300
1793%defattr(644,root,root,755)
1794%attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
1795
e68936d0
AM
1796%files dri-driver-ati-radeon-R600
1797%defattr(644,root,root,755)
1798%attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
1799
3dc87f1a
AM
1800%files dri-driver-ati-radeon-SI
1801%defattr(644,root,root,755)
1802%attr(755,root,root) %{_libdir}/xorg/modules/dri/radeonsi_dri.so
56313830 1803%endif
6e049c9d 1804
eeb29bbf 1805%ifarch %{ix86} %{x8664} x32
afe33c03 1806%files dri-driver-intel-i915
1807%defattr(644,root,root,755)
5f574b4b 1808%attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
afe33c03 1809
ef3a19d3 1810%if %{with gallium}
1dce271a
JP
1811%files dri-driver-intel-crocus
1812%defattr(644,root,root,755)
1813%attr(755,root,root) %{_libdir}/xorg/modules/dri/crocus_dri.so
1814
ef3a19d3
JB
1815%files dri-driver-intel-iris
1816%defattr(644,root,root,755)
1817%attr(755,root,root) %{_libdir}/xorg/modules/dri/iris_dri.so
1818%endif
eeb29bbf 1819%endif
ef3a19d3 1820
3e88bc92
AM
1821%files dri-driver-nouveau
1822%defattr(644,root,root,755)
5b103bd4 1823%if %{with gallium_nouveau}
3e88bc92 1824%attr(755,root,root) %{_libdir}/xorg/modules/dri/nouveau_dri.so
a7a3223c 1825%endif
3e88bc92 1826
f3606317
AM
1827%files dri-driver-swrast
1828%defattr(644,root,root,755)
e22d206b 1829%if %{with gallium}
56313830 1830%attr(755,root,root) %{_libdir}/xorg/modules/dri/kms_swrast_dri.so
e22d206b 1831%endif
f3606317
AM
1832%attr(755,root,root) %{_libdir}/xorg/modules/dri/swrast_dri.so
1833
bb5f0825 1834%if %{with gallium}
c0aada42 1835%ifarch %{arm} aarch64
fae799e6
JB
1836%files dri-driver-etnaviv
1837%defattr(644,root,root,755)
1838%attr(755,root,root) %{_libdir}/xorg/modules/dri/etnaviv_dri.so
fae799e6
JB
1839
1840%files dri-driver-freedreno
1841%defattr(644,root,root,755)
1842%attr(755,root,root) %{_libdir}/xorg/modules/dri/kgsl_dri.so
1843%attr(755,root,root) %{_libdir}/xorg/modules/dri/msm_dri.so
1844
ef3a19d3
JB
1845%files dri-driver-kmsro
1846%defattr(644,root,root,755)
1847%attr(755,root,root) %{_libdir}/xorg/modules/dri/armada-drm_dri.so
1848%attr(755,root,root) %{_libdir}/xorg/modules/dri/exynos_dri.so
1849%attr(755,root,root) %{_libdir}/xorg/modules/dri/hx8357d_dri.so
1850%attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9225_dri.so
1851%attr(755,root,root) %{_libdir}/xorg/modules/dri/ili9341_dri.so
14debca6 1852%attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-dcss_dri.so
ef3a19d3 1853%attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-drm_dri.so
20b98673 1854%attr(755,root,root) %{_libdir}/xorg/modules/dri/imx-lcdif_dri.so
c27fe8bd 1855%attr(755,root,root) %{_libdir}/xorg/modules/dri/ingenic-drm_dri.so
bc0757d7 1856%attr(755,root,root) %{_libdir}/xorg/modules/dri/kirin_dri.so
e4ca490f 1857%attr(755,root,root) %{_libdir}/xorg/modules/dri/komeda_dri.so
1dce271a 1858%attr(755,root,root) %{_libdir}/xorg/modules/dri/mali-dp_dri.so
c27fe8bd 1859%attr(755,root,root) %{_libdir}/xorg/modules/dri/mcde_dri.so
14debca6 1860%attr(755,root,root) %{_libdir}/xorg/modules/dri/mediatek_dri.so
ef3a19d3
JB
1861%attr(755,root,root) %{_libdir}/xorg/modules/dri/meson_dri.so
1862%attr(755,root,root) %{_libdir}/xorg/modules/dri/mi0283qt_dri.so
c27fe8bd 1863%attr(755,root,root) %{_libdir}/xorg/modules/dri/mxsfb-drm_dri.so
ef3a19d3 1864%attr(755,root,root) %{_libdir}/xorg/modules/dri/pl111_dri.so
e4ca490f 1865%attr(755,root,root) %{_libdir}/xorg/modules/dri/rcar-du_dri.so
ef3a19d3
JB
1866%attr(755,root,root) %{_libdir}/xorg/modules/dri/repaper_dri.so
1867%attr(755,root,root) %{_libdir}/xorg/modules/dri/rockchip_dri.so
1868%attr(755,root,root) %{_libdir}/xorg/modules/dri/st7586_dri.so
1869%attr(755,root,root) %{_libdir}/xorg/modules/dri/st7735r_dri.so
c27fe8bd 1870%attr(755,root,root) %{_libdir}/xorg/modules/dri/stm_dri.so
ef3a19d3
JB
1871%attr(755,root,root) %{_libdir}/xorg/modules/dri/sun4i-drm_dri.so
1872
1873%files dri-driver-lima
1874%defattr(644,root,root,755)
1875%attr(755,root,root) %{_libdir}/xorg/modules/dri/lima_dri.so
1876
1877%files dri-driver-panfrost
1878%defattr(644,root,root,755)
1879%attr(755,root,root) %{_libdir}/xorg/modules/dri/panfrost_dri.so
1880
508e3b71 1881%if %{with gallium_nouveau}
ef3a19d3
JB
1882%files dri-driver-tegra
1883%defattr(644,root,root,755)
1884%attr(755,root,root) %{_libdir}/xorg/modules/dri/tegra_dri.so
508e3b71 1885%endif
ef3a19d3
JB
1886
1887%files dri-driver-v3d
1888%defattr(644,root,root,755)
1889%attr(755,root,root) %{_libdir}/xorg/modules/dri/v3d_dri.so
1890
f31a332e
JB
1891%files dri-driver-vc4
1892%defattr(644,root,root,755)
1893%attr(755,root,root) %{_libdir}/xorg/modules/dri/vc4_dri.so
1894%endif
1895
6e049c9d
AM
1896%files dri-driver-virgl
1897%defattr(644,root,root,755)
1898%attr(755,root,root) %{_libdir}/xorg/modules/dri/virtio_gpu_dri.so
1899
eeb29bbf 1900%ifarch %{ix86} %{x8664} x32
e68936d0
AM
1901%files dri-driver-vmwgfx
1902%defattr(644,root,root,755)
9c4e4073 1903%attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
eeb29bbf 1904%endif
428251cb
JB
1905
1906%if %{with gallium_zink}
1907%files dri-driver-zink
1908%defattr(644,root,root,755)
1909%attr(755,root,root) %{_libdir}/xorg/modules/dri/zink_dri.so
1910%endif
bb5f0825 1911%endif
9bfb354d 1912
0c8a4197
JB
1913### drivers: pipe
1914
6f955018 1915%if %{with gallium}
4ce9383b 1916%if %{with opencl}
ef3a19d3 1917%ifarch %{ix86} %{x8664} x32
1dce271a
JP
1918%files pipe-driver-crocus
1919%defattr(644,root,root,755)
1920%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_crocus.so
1921
ef3a19d3 1922%if %{with gallium_i915}
f6f59f90
JP
1923%files pipe-driver-i915
1924%defattr(644,root,root,755)
ef3a19d3
JB
1925%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_i915.so
1926%endif
0f738b6d
JP
1927
1928%files pipe-driver-iris
1929%defattr(644,root,root,755)
1930%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_iris.so
ef3a19d3
JB
1931%endif
1932
3c6d14d1 1933%ifarch %{arm} aarch64
4a6d05d3
JP
1934%files pipe-driver-kmsro
1935%defattr(644,root,root,755)
1936%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_kmsro.so
1937
6f955018
JB
1938%files pipe-driver-msm
1939%defattr(644,root,root,755)
1940%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_msm.so
1941%endif
1942
1943%if %{with gallium_nouveau}
1944%files pipe-driver-nouveau
1945%defattr(644,root,root,755)
1946%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_nouveau.so
1947%endif
1948
1949%if %{with gallium_radeon}
1950%files pipe-driver-r300
1951%defattr(644,root,root,755)
1952%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r300.so
1953
1954%files pipe-driver-r600
1955%defattr(644,root,root,755)
1956%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_r600.so
1957
1958%files pipe-driver-radeonsi
1959%defattr(644,root,root,755)
1960%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_radeonsi.so
1961%endif
1962
1963%files pipe-driver-swrast
1964%defattr(644,root,root,755)
1965%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_swrast.so
1966
009080b6 1967%ifarch %{ix86} %{x8664} x32
6f955018
JB
1968%files pipe-driver-vmwgfx
1969%defattr(644,root,root,755)
1970%attr(755,root,root) %{_libdir}/gallium-pipe/pipe_vmwgfx.so
4ce9383b 1971%endif
009080b6 1972%endif
4ce9383b 1973%endif
6f955018 1974
0c8a4197
JB
1975### drivers: va
1976
1977%if %{with va}
1978%files -n libva-driver-gallium
1f730540 1979%defattr(644,root,root,755)
1f730540 1980
0c8a4197
JB
1981%if %{with gallium_radeon}
1982%files -n libva-driver-r600
1f730540 1983%defattr(644,root,root,755)
0c8a4197
JB
1984%attr(755,root,root) %{_libdir}/libva/dri/r600_drv_video.so
1985
1986%files -n libva-driver-radeonsi
1987%defattr(644,root,root,755)
1988%attr(755,root,root) %{_libdir}/libva/dri/radeonsi_drv_video.so
1f730540
JB
1989%endif
1990
0c8a4197
JB
1991%if %{with gallium_nouveau}
1992%files -n libva-driver-nouveau
1993%defattr(644,root,root,755)
1994%attr(755,root,root) %{_libdir}/libva/dri/nouveau_drv_video.so
1995%endif
9b8203d9
JP
1996
1997%files -n libva-driver-virtio
1998%defattr(644,root,root,755)
1999%attr(755,root,root) %{_libdir}/libva/dri/virtio_gpu_drv_video.so
0c8a4197
JB
2000%endif
2001
2002### drivers: vdpau
2003
2004%if %{with vdpau}
04c3cb73
JB
2005# ldconfig is not used in vdpau tree, so package all symlinks
2006%if %{with gallium_nouveau}
2007%files -n libvdpau-driver-mesa-nouveau
2008%defattr(644,root,root,755)
46cee963 2009%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0.0
4ce9383b 2010%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
04c3cb73
JB
2011%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
2012%attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
2013%endif
2014
56313830 2015%if %{with gallium_radeon}
ebff9a35
AM
2016%files -n libvdpau-driver-mesa-r300
2017%defattr(644,root,root,755)
2018%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0.0
4ce9383b 2019%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1.0
ebff9a35
AM
2020%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so.1
2021%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r300.so
2022
04c3cb73
JB
2023%files -n libvdpau-driver-mesa-r600
2024%defattr(644,root,root,755)
46cee963 2025%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0.0
4ce9383b 2026%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
9bfb354d
AM
2027%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
2028%attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
04c3cb73 2029
3dc87f1a
AM
2030%files -n libvdpau-driver-mesa-radeonsi
2031%defattr(644,root,root,755)
46cee963 2032%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0.0
4ce9383b 2033%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1.0
3dc87f1a
AM
2034%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so.1
2035%attr(755,root,root) %{_libdir}/vdpau/libvdpau_radeonsi.so
c3f739d4 2036%endif
9b8203d9
JP
2037
2038%files -n libvdpau-driver-mesa-virtio
2039%defattr(644,root,root,755)
2040%attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1.0.0
2041%attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1.0
2042%attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so.1
2043%attr(755,root,root) %{_libdir}/vdpau/libvdpau_virtio_gpu.so
56313830 2044%endif
4bacd84c 2045
0c8a4197
JB
2046### drivers: omxil
2047
2048%if %{with omx}
56313830
AM
2049%files -n omxil-mesa
2050%defattr(644,root,root,755)
2051%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
56313830 2052%endif
075ec3a3 2053
0c8a4197
JB
2054### drivers: vulkan
2055
37b5b688
JP
2056%ifarch %{arm} aarch64
2057%files vulkan-icd-broadcom
2058%defattr(644,root,root,755)
2059%attr(755,root,root) %{_libdir}/libvulkan_broadcom.so
2060%{_datadir}/vulkan/icd.d/broadcom_icd.*.json
2061
2062%files vulkan-icd-freedreno
2063%defattr(644,root,root,755)
2064%attr(755,root,root) %{_libdir}/libvulkan_freedreno.so
2065%{_datadir}/vulkan/icd.d/freedreno_icd.*.json
1dce271a 2066
6ec7f8a2
JP
2067%files vulkan-icd-powervr
2068%defattr(644,root,root,755)
2069%attr(755,root,root) %{_libdir}/libpowervr_rogue.so
2070%attr(755,root,root) %{_libdir}/libvulkan_powervr_mesa.so
2071%{_datadir}/vulkan/icd.d/powervr_mesa_icd.*.json
2072
1dce271a
JP
2073%files vulkan-icd-panfrost
2074%defattr(644,root,root,755)
2075%attr(755,root,root) %{_libdir}/libvulkan_panfrost.so
2076%{_datadir}/vulkan/icd.d/panfrost_icd.*.json
37b5b688
JP
2077%endif
2078
eeb29bbf 2079%ifarch %{ix86} %{x8664} x32
075ec3a3
JK
2080%files vulkan-icd-intel
2081%defattr(644,root,root,755)
3b1b1d06 2082%attr(755,root,root) %{_libdir}/libvulkan_intel.so
415f6760 2083%{_datadir}/vulkan/icd.d/intel_icd.*.json
eeb29bbf 2084%endif
90c5833c 2085
37b5b688
JP
2086%files vulkan-icd-lavapipe
2087%defattr(644,root,root,755)
2088%attr(755,root,root) %{_libdir}/libvulkan_lvp.so
2089%{_datadir}/vulkan/icd.d/lvp_icd.*.json
2090
90c5833c
JK
2091%if %{with radv}
2092%files vulkan-icd-radeon
2093%defattr(644,root,root,755)
2094%attr(755,root,root) %{_libdir}/libvulkan_radeon.so
bd9c0ee4 2095%{_datadir}/vulkan/icd.d/radeon_icd.*.json
90c5833c 2096%endif
This page took 8.716125 seconds and 4 git commands to generate.