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





--- Comment #4 from Rafał Miłecki <zaj...@gmail.com>  2009-11-23 04:00:16 PST 
---
I generated compilation fixing patch with:
git show 7118db870091d4c9c2465e79f361ff0ed36d1f90 >
r600.align.for.mipmap.tree.changes.patch


git checkout 93eb2ab8c395f81e40fa298d78805bb2c777f891
patch -p1 < r600.align.for.mipmap.tree.changes.patch
make clean && make -j 4 && su -c 'make install'
[compiles fine, openarena doesn't start]
[openarena: radeon_mipmap_tree.c:422: migrate_image_to_miptree: Assertion
`dstlvl->width == image->base.Width' failed.]


git checkout ad83aeccdc54beecf25f217e2dd24c8edf6d6767
patch -p1 < r600.align.for.mipmap.tree.changes.patch
make clean && make -j 4 && su -c 'make install'
[compiles fine, openarena doesn't start]
[openarena: radeon_mipmap_tree.c:422: migrate_image_to_miptree: Assertion
`dstlvl->width == image->base.Width' failed.]


git checkout 23ec7c457483aae1e0d399e9b570f1860c27c780
patch -p1 < r600.align.for.mipmap.tree.changes.patch
make clean && make -j 4 && su -c 'make install'
[compiles fine, openarena doesn't start]
[openarena: radeon_mipmap_tree.c:423: migrate_image_to_miptree: Assertion
`dstlvl->width == image->base.Width' failed.]


git checkout afe84fa698eae3e035e967589f0a8d55f6a83698
patch -p1 < r600.align.for.mipmap.tree.changes.patch
make clean && make -j 4 && su -c 'make install'
[compiles fine, openarena doesn't start]
[openarena: radeon_mipmap_tree.c:422: migrate_image_to_miptree: Assertion
`dstlvl->width == image->base.Width' failed.]


So as expected all the commits are broken for me. I guess it's that new mipmap
tree work that causes problem, right? Can I test anything else?


-- 
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