SHA256
1
0
forked from pool/Mesa

Accepting request 261888 from home:a_faerber:branches:X11:XOrg

Enable vc4 Gallium driver for Raspberry Pi

OBS-URL: https://build.opensuse.org/request/show/261888
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=410
This commit is contained in:
Stefan Dirsch 2014-11-17 10:18:08 +00:00 committed by Git OBS Bridge
parent ddffb72019
commit f5c4a777b2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 16 11:24:04 UTC 2014 - afaerber@suse.de
- Enable VideoCore IV (vc4) support for ARM
-------------------------------------------------------------------
Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de

View File

@ -575,7 +575,7 @@ autoreconf -fi
--enable-gallium-llvm \
--with-dri-drivers=nouveau \
%ifarch %arm
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \
--with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \
%else
--with-gallium-drivers=r300,r600,nouveau,swrast,svga \
%endif