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