[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

R: Re: [PATCH 1/2] debian/rules: enable intel ilo gallium driver



>----Messaggio originale----
>Da: jcristau@debian.org
>Data: 14/09/2014 15.18
>A: "Fabio Pedretti"<fabio.ped@libero.it>
>Cc: <debian-x@lists.debian.org>, <andreas.boll.dev@gmail.com>, <maarten.
lankhorst@canonical.com>, <tjaalton@debian.org>
>Ogg: Re: [PATCH 1/2] debian/rules: enable intel ilo gallium driver
>
>On Fri, Sep 12, 2014 at 11:59:35 +0200, Fabio Pedretti wrote:
>
>> Can be enabled adding this in /etc/X11/xorg.conf:
>> Section "Device"
>>  Identifier "Device0"
>>  Driver "Intel"
>>  Option "DRI" "ilo"
>> EndSection
>> ---
>>  debian/rules | 5 +++++
>>  1 file changed, 5 insertions(+)
>> 
>> diff --git a/debian/rules b/debian/rules
>> index 3606e47..8486307 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -71,6 +71,11 @@ else
>>  # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
>>  	GALLIUM_DRIVERS += nouveau svga
>>  
>> +	# Build intel ilo drivers on archs where libdrm-intel is installed
>> +	ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 x32))
>> +		GALLIUM_DRIVERS += ilo
>> +	endif
>> +
>>  	# Freedreno requires arm in addition
>>  	ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
>>  		GALLIUM_DRIVERS += freedreno
>
>Hrm.  I don't think we want this...

Probably not useful to a lot of people, but only downside is that it just 
makes the libgl1-mesa-dri package less than 135 kB bigger, less than 410 kB on 
disc (and similarly for the -dbg package). In the future it could be also 
useful for using gallium-nine state tracker.

>Cheers,
>Julien


Reply to: