From owner-freebsd-ppc@FreeBSD.ORG Mon Aug 25 18:45:15 2014 Return-Path: Delivered-To: powerpc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91624E32; Mon, 25 Aug 2014 18:45:15 +0000 (UTC) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 556CA3D6F; Mon, 25 Aug 2014 18:45:12 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=i915.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX (FreeBSD)) (envelope-from ) id 1XLzGQ-000CPR-BT; Mon, 25 Aug 2014 20:45:10 +0200 Message-ID: <53FB8435.30404@FreeBSD.org> Date: Mon, 25 Aug 2014 20:45:09 +0200 From: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Alexey Dokuchaev , Nathan Whitehorn Subject: Re: svn commit: r270516 - head/sys/dev/drm2/i915 References: <201408250503.s7P53Axo057720@svn.freebsd.org> <2177184.NMfUXrE71G@ralph.baldwin.cx> <53FB5FC8.4030105@FreeBSD.org> <53FB60B6.2020106@freebsd.org> <20140825162706.GA22843@FreeBSD.org> <53FB669A.6020604@FreeBSD.org> <53FB6CB9.4010507@freebsd.org> <20140825172111.GA43814@FreeBSD.org> In-Reply-To: <20140825172111.GA43814@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: powerpc@FreeBSD.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 18:45:15 -0000 On 25.08.2014 19:21, Alexey Dokuchaev wrote: > Hmm, that's very sad. I'd love to play Doom/Hexen/Quake2 on Mac mini G4. > How hard would it be to implement the missing pieces? Is there any WIP? There's no WIP. Here's what Konstantin told me when we talked about this: The AGP module needs to be completely rototiled to accept array of vm_pages to be mapped through AGP. The change has to be done for each AGP chip. This is a lot of work (...) -- Jean-Sébastien Pédron