Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-18 Thread Eric Anholt
On Mon, 17 Oct 2011 11:52:05 +0800, Yuanhan Liu wrote: > On Sat, Oct 15, 2011 at 08:59:52AM +0800, Liu Aleaxander wrote: > > On Sat, Oct 15, 2011 at 2:11 AM, Eric Anholt wrote: > > > On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu > > > wrote: > > >> The patch(based on the reading of the emula

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-16 Thread Yuanhan Liu
On Sat, Oct 15, 2011 at 08:59:52AM +0800, Liu Aleaxander wrote: > On Sat, Oct 15, 2011 at 2:11 AM, Eric Anholt wrote: > > On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu > > wrote: > >> The patch(based on the reading of the emulator) came from while I was > >> trying to fix the oglc pbo texImage

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-14 Thread Liu Aleaxander
On Sat, Oct 15, 2011 at 2:11 AM, Eric Anholt wrote: > On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu > wrote: >> The patch(based on the reading of the emulator) came from while I was >> trying to fix the oglc pbo texImage.1PBODefaults fail. This case >> generates a texture with the width and he

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-14 Thread Eric Anholt
On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu wrote: > The patch(based on the reading of the emulator) came from while I was > trying to fix the oglc pbo texImage.1PBODefaults fail. This case > generates a texture with the width and height equal to window's width > and height respectively, then

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-14 Thread Ian Romanick
On 10/13/2011 10:40 PM, Yuanhan Liu wrote: On Thu, Oct 13, 2011 at 09:12:09PM -0700, Ian Romanick wrote: On 10/12/2011 08:34 PM, Yuanhan Liu wrote: The patch(based on the reading of the emulator) came from while I was trying to fix the oglc pbo texImage.1PBODefaults fail. This case generates a

[Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-13 Thread Yuanhan Liu
The patch(based on the reading of the emulator) came from while I was trying to fix the oglc pbo texImage.1PBODefaults fail. This case generates a texture with the width and height equal to window's width and height respectively, then try to texture it on the whole window. So, it's exactly one texe

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-13 Thread Yuanhan Liu
On Thu, Oct 13, 2011 at 09:12:09PM -0700, Ian Romanick wrote: > On 10/12/2011 08:34 PM, Yuanhan Liu wrote: > >The patch(based on the reading of the emulator) came from while I was > >trying to fix the oglc pbo texImage.1PBODefaults fail. This case > >generates a texture with the width and height eq

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-13 Thread Ian Romanick
On 10/12/2011 08:34 PM, Yuanhan Liu wrote: The patch(based on the reading of the emulator) came from while I was trying to fix the oglc pbo texImage.1PBODefaults fail. This case generates a texture with the width and height equal to window's width and height respectively, then try to texture it o

[Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-12 Thread Yuanhan Liu
The patch(based on the reading of the emulator) came from while I was trying to fix the oglc pbo texImage.1PBODefaults fail. This case generates a texture with the width and height equal to window's width and height respectively, then try to texture it on the whole window. So, it's exactly one texe