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