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