From owner-freebsd-x11@FreeBSD.ORG Sun Dec 20 19:58:55 2009 Return-Path: Delivered-To: x11@FreeBSD.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id F09F81065672; Sun, 20 Dec 2009 19:58:54 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Mon, 21 Dec 2009 04:58:48 +0900 From: Norikatsu Shigemura To: ports@FreeBSD.org, x11@FreeBSD.org Message-Id: <20091221045848.9ffc345d.nork@FreeBSD.org> In-Reply-To: <20091221003422.f13f9cbd.nork@ninth-nine.com> References: <20091205104243.f66171bb.nork@FreeBSD.org> <20091221003422.f13f9cbd.nork@ninth-nine.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.4; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Norikatsu Shigemura , Robert Noland 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: Sun, 20 Dec 2009 19:58:55 -0000 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 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.