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