While doing a bunch of irq work, I was testing random programs against mesa master and found that foobillard (debian unstable version) was locking up on my GM45 laptop. I bisected and found that this patch was causing the trouble. I haven't looked to try and figure out what's going on.
commit 59b2c2adbbece27ccf54e58b598ea29cb3a5aa85
Author: Eric Anholt <[EMAIL PROTECTED]>
Date: Fri Oct 24 13:02:21 2008 -0700
i965: Fix check_aperture calls to cover everything needed for the prim at
once.
Previously, since my check_aperture API change, we would check each piece of
state against the batchbuffer individually, but not all the state against
the
batchbuffer at once. In addition to not being terribly useful in assuring
success, it probably also increased CPU load by calling check_aperture many
times per primitive.
--
[EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
