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