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