Re: [Mesa3d-dev] Mesa (master): intel: Unmap buffers if needed at DeleteBuffer time.

2009-05-07 Thread Brian Paul
Eric, I'm going to fix this in core Mesa so that we don't need to do this per-driver. I didn't realize we were hitting this on the context-destroy path. -Brian Eric Anholt wrote: Module: Mesa Branch: master Commit: 156a79f5bd7b3e79f219adf4619ec449a7c0ed1c URL:

Re: [Mesa3d-dev] [PATCH] glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.

2009-05-07 Thread Brian Paul
Michel Dänzer wrote: From: Michel Dänzer daen...@vmware.com This can fail, e.g. when XLIB_SKIP_ARGB_VISUALS=1 is set. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524794 and http://bugs.freedesktop.org/show_bug.cgi?id=21600 . --- src/glx/x11/glxcmds.c | 22

[Mesa3d-dev] More radeon-rewrite patches

2009-05-07 Thread Maciej Cencora
Hi, two cleanup patches and one bug fix this time. Any comments? Maciej Cencora From 54ca6c9c569867320e91b4d841ffd781b76fe6c0 Mon Sep 17 00:00:00 2001 From: Maciej Cencora m.cenc...@gmail.com Date: Sat, 2 May 2009 17:37:20 +0200 Subject: [PATCH] r300: fix compiler warnings ---

Re: [Mesa3d-dev] Mesa (master): scons: Don't use deprecated Options.

2009-05-07 Thread Michał Król
CCing mesa3d-dev. Michał Król pisze: Keith Whitwell pisze: Module: Mesa Branch: master Commit: e9fb90ab8889136f788a3d9dc395b0f4d46cfdcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9fb90ab8889136f788a3d9dc395b0f4d46cfdcc Author: José Fonseca jfons...@vmware.com Date:

Re: [Mesa3d-dev] Mesa (master): scons: Don't use deprecated Options.

2009-05-07 Thread Michał Król
José Fonseca pisze: Michal, You scons version is very old. Too old I'm afraid, as recent scons versions starting to complain about using the deprecated *Options* symbols. Can you upgrade to scons 1.1 or 1.2? Thanks. It looks like a simple apt-get upgrade is not sufficent and won't get

Re: [Mesa3d-dev] More radeon-rewrite patches

2009-05-07 Thread Alex Deucher
On Thu, May 7, 2009 at 12:03 PM, Maciej Cencora m.cenc...@gmail.com wrote: Hi, two cleanup patches and one bug fix this time. Any comments? Pushed. BTW, you really should get an account so you can push this stuff yourself :)