On Thu, Mar 08, 2007 at 10:06:09AM -0000, Timo Aaltonen wrote:
> can you find the changeset which fixed this?

git-blame src/mesa/drivers/dri/i965/intel_context.c shows
9f344b3e (Eric Anholt    2006-08-09 19:14:05 +0000 333)    intel->sarea = 
saPriv;
9f344b3e (Eric Anholt    2006-08-09 19:14:05 +0000 334)
844e5610 (Zou Nan hai    2007-01-24 16:07:43 +0800 335)    driParseConfigFiles 
(&intel->optionCache, &intelScreen->optionCache,
844e5610 (Zou Nan hai    2007-01-24 16:07:43 +0800 336)                    
intel->driScreen->myNum, "i965");
844e5610 (Zou Nan hai    2007-01-24 16:07:43 +0800 337)
844e5610 (Zou Nan hai    2007-01-24 16:07:43 +0800 338)    intel->vblank_flags 
= (intel->intelScreen->irq_active != 0)
844e5610 (Zou Nan hai    2007-01-24 16:07:43 +0800 339)            ? 
driGetDefaultVBlankFlags(&intel->optionCache) : VBLANK_FLAG_NO_IRQ;
9f344b3e (Eric Anholt    2006-08-09 19:14:05 +0000 340)
9f344b3e (Eric Anholt    2006-08-09 19:14:05 +0000 341)    
ctx->Const.MaxTextureMaxAnisotropy = 2.0;
9f344b3e (Eric Anholt    2006-08-09 19:14:05 +0000 342)

 That might be it.  Does that help?  I'd have to go read the git docs some
more to dig any deeper.

-- 
#define X(x,y) x##y
Peter Cordes ;  e-mail: X([EMAIL PROTECTED] , des.ca)

"The gods confound the man who first found out how to distinguish the hours!
 Confound him, too, who in this place set up a sundial, to cut and hack
 my day so wretchedly into small pieces!" -- Plautus, 200 BC

-- 
~/.drirc is not read
https://launchpad.net/bugs/75702

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to