From owner-freebsd-x11@FreeBSD.ORG Tue Dec 22 06:26:46 2009 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF9C106566C; Tue, 22 Dec 2009 06:26:46 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 641FE8FC08; Tue, 22 Dec 2009 06:26:45 +0000 (UTC) Received: from [192.168.1.4] (adsl-156-16-112.bna.bellsouth.net [70.156.16.112]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id nBM6Qi3Z065104 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 22 Dec 2009 01:26:44 -0500 (EST) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Norikatsu Shigemura In-Reply-To: <20091221045848.9ffc345d.nork@FreeBSD.org> References: <20091205104243.f66171bb.nork@FreeBSD.org> <20091221003422.f13f9cbd.nork@ninth-nine.com> <20091221045848.9ffc345d.nork@FreeBSD.org> Content-Type: text/plain Organization: FreeBSD Date: Tue, 22 Dec 2009 00:26:38 -0600 Message-Id: <1261463198.9743.39.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: ports@FreeBSD.org, x11@FreeBSD.org Subject: Re: [HEADS UP] Experimental 3D HW accel support for Radeon HD 2xxx, 3xxx and 4xxx, 2nd! X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 06:26:46 -0000 On Mon, 2009-12-21 at 04:58 +0900, Norikatsu Shigemura wrote: > On Mon, 21 Dec 2009 00:34:22 +0900 > Norikatsu Shigemura wrote: > > > I'm ready to update ports related Mesa3D to 7.6 base, graphics/dri, > > > graphics/libGL*, graphics/libglut, graphics/mesa-demos and > > > graphics/libdrm. Please see also my attached patch file. I'll > > > update these as soon as tomorrow. > > Reworking for 7.6.1-rc4. Please test attached patch. I've put a patch of 7.6.1 release at: http://people.freebsd.org/~rnoland/mesa-7.6.1-release.patch As much as I don't want to, I need to request a repo copy of libdrm in order to keep nouveau working... The bits needed for r600 were added just after 2.4.12 and the bits that broke nouveau were just before 2.4.13... robert. > I confirmed that 2 *my* issue was fixed: > > 1. bluish coloring > Because of Depth Color = 16, so I change Depth Color to 24. > Fix this issue. > > 2. Too heavy FlightGear > I always enable LIBGL_ALWAYS_INDIRECT environment. It's > required by compiz. But many OpenGL applications are not > comfortably. glxgears's frames bump up to 2600FPS from > 1600FPS by disable LIBGL_ALWAYS_INDIRECT. -- Robert Noland FreeBSD