http://bugs.freedesktop.org/show_bug.cgi?id=25197





--- Comment #3 from Rafał Miłecki <zaj...@gmail.com>  2009-11-21 07:32:35 PST 
---
I've some problems with bisecting.

First I tried to find first commit when I can start openarena (menu usable) but
can not start game (loading... crash). I gone to this...

git log master shows:

commit 012d0193cc9ad6fdc9829db0a6884a5a590dd4c5
Author: Michel Dänzer <daen...@vmware.com>
Date:   Thu Nov 19 17:25:05 2009 +0100

    st/xorg: Don't complain about convolution filter being 'unknown'.

commit 827ba44f6ee83ab21c6a2b09323f6f1df4a7d4c8
Author: Eric Anholt <e...@anholt.net>
Date:   Wed Nov 18 18:15:25 2009 +0100

    intel: Remove non-GEM support.

and according to my tests:
012d0193cc9ad6fdc9829db0a6884a5a590dd4c5 is BAD
827ba44f6ee83ab21c6a2b09323f6f1df4a7d4c8 is GOOD

This didn't make any sense. So i tried:
git bisect good 827ba44f6ee83ab21c6a2b09323f6f1df4a7d4c8
git bisect bad 012d0193cc9ad6fdc9829db0a6884a5a590dd4c5
and it seems "git log master" /lies/ somehow, as bisect module saw something
between there two commits!

So I decided to let "git bisect" work for me and gone to this:

There are only 'skip'ped commits left to test.
The first bad commit could be any of:
93eb2ab8c395f81e40fa298d78805bb2c777f891
ad83aeccdc54beecf25f217e2dd24c8edf6d6767
23ec7c457483aae1e0d399e9b570f1860c27c780
afe84fa698eae3e035e967589f0a8d55f6a83698
7118db870091d4c9c2465e79f361ff0ed36d1f90
We cannot bisect more!

I used "bad" when I could not start openarena or could not start game
(loading... crash).

I could not test some commits due to:

r600_texstate.c: In function ‘setup_hardware_state’:
r600_texstate.c:652: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘firstLevel’
r600_texstate.c:695: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘bpp’
r600_texstate.c:695: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘bpp’
r600_texstate.c:709: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘lastLevel’
r600_texstate.c:709: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘firstLevel’
r600_texstate.c:711: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘firstLevel’
r600_texstate.c:712: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘lastLevel’
r600_texstate.c: In function ‘r600SetTexOffset’:
r600_texstate.c:811: error: ‘struct _radeon_mipmap_tree’ has no member
named ‘firstLevel’


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to