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