Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1451768 Details for
Bug 1591600
Please add Tegra Gallium3D support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add tegra dri option when building for aarch64
tegra.patch (text/plain), 1.09 KB, created by
perillamint
on 2018-06-15 05:12:01 UTC
(
hide
)
Description:
add tegra dri option when building for aarch64
Filename:
MIME Type:
Creator:
perillamint
Created:
2018-06-15 05:12:01 UTC
Size:
1.09 KB
patch
obsolete
>diff --git a/mesa.spec b/mesa.spec >index a5c3c8f..a29a7cf 100644 >--- a/mesa.spec >+++ b/mesa.spec >@@ -34,6 +34,7 @@ > %ifarch %{arm} aarch64 > %define with_etnaviv 1 > %define with_freedreno 1 >+%define with_tegra 1 > %define with_vc4 1 > %define with_xa 1 > %endif >@@ -415,7 +416,7 @@ autoreconf -vfi > %if %{with_hardware} > %{?with_xa:--enable-xa} \ > %{?with_nine:--enable-nine} \ >- --with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl,r300,nouveau \ >+ --with-gallium-drivers=%{?with_vmware:svga,}%{?with_radeonsi:radeonsi,}%{?with_llvm:swrast,r600,}%{?with_freedreno:freedreno,}%{?with_tegra:tegra,}%{?with_etnaviv:etnaviv,imx,}%{?with_vc4:vc4,}virgl,r300,nouveau \ > %else > --with-gallium-drivers=%{?with_llvm:swrast,}virgl \ > %endif >@@ -621,6 +622,9 @@ popd > %{_libdir}/dri/kgsl_dri.so > %{_libdir}/dri/msm_dri.so > %endif >+%if 0%{?with_tegra} >+%{_libdir}/dri/tegra_dri.so >+%endif > %if 0%{?with_etnaviv} > %{_libdir}/dri/etnaviv_dri.so > %{_libdir}/dri/imx-drm_dri.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1591600
: 1451768