Re: [Mesa-dev] [PATCH] intel:i915:i965: enable mipmap layout right mode

2012-03-18 Thread Yuanhan Liu
On Fri, Mar 16, 2012 at 11:13:23AM -0700, Eric Anholt wrote: > On Thu, 15 Mar 2012 14:42:53 +0800, Yuanhan Liu > wrote: > > There are two mipmap layout modes: below and right. And we currently just > > use _below_ mode. And in some cases, like height is greater than width, > > it would be better

Re: [Mesa-dev] [PATCH] intel:i915:i965: enable mipmap layout right mode

2012-03-16 Thread Eric Anholt
On Thu, 15 Mar 2012 14:42:53 +0800, Yuanhan Liu wrote: > There are two mipmap layout modes: below and right. And we currently just > use _below_ mode. And in some cases, like height is greater than width, > it would be better to use the _right_ mode for saving memory. > > And it also fix some is

[Mesa-dev] [PATCH] intel:i915:i965: enable mipmap layout right mode

2012-03-14 Thread Yuanhan Liu
There are two mipmap layout modes: below and right. And we currently just use _below_ mode. And in some cases, like height is greater than width, it would be better to use the _right_ mode for saving memory. And it also fix some issues like the gl-max-texture-dimensions.html webglc test case on pi