On Tue, 2009-09-29 at 11:29 -0600, tom fogal wrote:
> Peter Clifton <pc...@cam.ac.uk> writes:
> > With the latest mesa code (sorry - no idea when it regressed),
> 
> You mentioned not having a lot of time, but FWIW check out git-bisect,
> 
>   http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
> 
> -tom

Took quite a bit of time.. but not as much as I had feared. I knew about
git bisect, but didn't know quite how easy it was to test a new mesa
version. (I had feared the kernel + 2D driver bits might need to be
changed in sync).


After a bit of a false lead, I finally tracked the behaviour change to:

50d8b295f6c950da3b8783ff6e1803bdfbb5c7cc is first bad commit
commit 50d8b295f6c950da3b8783ff6e1803bdfbb5c7cc
Author: Brian Paul <bri...@vmware.com>
Date:   Tue Sep 1 12:05:41 2009 -0600

    intel: use _mesa_meta_clear(), it's a bit faster

:040000 040000 81f24fd1186fda701bd343d7e3c4428c10494477
40f6ebb2f756d7054fb2ea940183bc8ad5154ed0 M      src


Hope this helps!


FWIW, this was my (manual) bisect test script:

#!/bin/sh
make clean
./autogen.sh
./configure --disable-glut --disable-glw --disable-glu --disable-egl 
--disable-gallium --with-dri-drivers=i965
make -j2 -s
LIBGL_DEBUG=1 LIBGL_DRIVERS_PATH=/home/pcjc2/source/mesagit/mesa/lib 
LD_LIBRARY_PATH=/home/pcjc2/source/mesagit/mesa/lib pcb

Best regards,

Peter C.



------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to