Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-16 Thread Rob Clark
On Sat, Nov 14, 2015 at 1:00 PM, Jason Ekstrand wrote: > On Sat, Nov 14, 2015 at 9:44 AM, Rob Clark wrote: >> On Sat, Nov 14, 2015 at 12:30 PM, Jason Ekstrand >> wrote: >>> On Sat, Nov 14, 2015 at 8:58 AM, Rob Clark

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-16 Thread Iago Toral
On Wed, 2015-11-11 at 17:27 -0800, Jason Ekstrand wrote: > On Wed, Nov 11, 2015 at 5:23 PM, Jason Ekstrand wrote: > > On older hardware (Iron Lake and below), we can't support texture rectangle > > natively. Sandy Bridge through Haswell can support it but don't support > >

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-14 Thread Jason Ekstrand
On Thu, Nov 12, 2015 at 7:30 AM, Iago Toral wrote: > On Thu, 2015-11-12 at 16:23 +0100, Iago Toral wrote: >> Patches 1-4 are, >> Reviewed-by: Iago Toral Quiroga >> >> Patch 5 seems to be missing. If it helps to calm reviewer's minds, I ran patches 1-5 with

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-14 Thread Jason Ekstrand
On Sat, Nov 14, 2015 at 8:58 AM, Rob Clark wrote: > On Sat, Nov 14, 2015 at 11:01 AM, Jason Ekstrand wrote: >> On Thu, Nov 12, 2015 at 7:30 AM, Iago Toral wrote: >>> On Thu, 2015-11-12 at 16:23 +0100, Iago Toral wrote: Patches

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-14 Thread Rob Clark
On Sat, Nov 14, 2015 at 11:01 AM, Jason Ekstrand wrote: > On Thu, Nov 12, 2015 at 7:30 AM, Iago Toral wrote: >> On Thu, 2015-11-12 at 16:23 +0100, Iago Toral wrote: >>> Patches 1-4 are, >>> Reviewed-by: Iago Toral Quiroga >>> >>> Patch

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-14 Thread Jason Ekstrand
On Sat, Nov 14, 2015 at 9:44 AM, Rob Clark wrote: > On Sat, Nov 14, 2015 at 12:30 PM, Jason Ekstrand wrote: >> On Sat, Nov 14, 2015 at 8:58 AM, Rob Clark wrote: >>> On Sat, Nov 14, 2015 at 11:01 AM, Jason Ekstrand

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-12 Thread Iago Toral
Patches 1-4 are, Reviewed-by: Iago Toral Quiroga Patch 5 seems to be missing. Iago On Wed, 2015-11-11 at 17:23 -0800, Jason Ekstrand wrote: > On older hardware (Iron Lake and below), we can't support texture rectangle > natively. Sandy Bridge through Haswell can support it

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-12 Thread Iago Toral
On Thu, 2015-11-12 at 16:23 +0100, Iago Toral wrote: > Patches 1-4 are, > Reviewed-by: Iago Toral Quiroga > > Patch 5 seems to be missing. Oh never mind, I've just seen your reply to the thread pointing to the repository. Iago > Iago > > On Wed, 2015-11-11 at 17:23 -0800,

[Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-11 Thread Jason Ekstrand
On older hardware (Iron Lake and below), we can't support texture rectangle natively. Sandy Bridge through Haswell can support it but don't support the GL_CLAMP wrap mode natively. It isn't until Broadwell that GL_CLAMP is supported together with GL_TEXTURE_RECTANGLE in hardware. In the cases

Re: [Mesa-dev] [PATCH 00/11] i965/nir: Do texture rectangle lowering in NIR

2015-11-11 Thread Jason Ekstrand
On Wed, Nov 11, 2015 at 5:23 PM, Jason Ekstrand wrote: > On older hardware (Iron Lake and below), we can't support texture rectangle > natively. Sandy Bridge through Haswell can support it but don't support > the GL_CLAMP wrap mode natively. It isn't until Broadwell that