Re: [Mesa-dev] [PATCH 00/10] nv50: out-of-bounds access of context specific attribs

2014-01-18 Thread Emil Velikov
On 16/01/14 18:54, Ilia Mirkin wrote: > On Thu, Jan 16, 2014 at 1:44 PM, Emil Velikov > wrote: >> Subject: [PATCH 00/10] nv50: out-of-bounds access of context specific attribs >> In-Reply-To: >> >> So here it goes, a few serious patches and some not as much >> >> Patches 1, 2 correct the range to

Re: [Mesa-dev] [PATCH 00/10] nv50: out-of-bounds access of context specific attribs

2014-01-16 Thread Ilia Mirkin
On Thu, Jan 16, 2014 at 1:44 PM, Emil Velikov wrote: > Subject: [PATCH 00/10] nv50: out-of-bounds access of context specific attribs > In-Reply-To: > > So here it goes, a few serious patches and some not as much > > Patches 1, 2 correct the range to be within the defined boundaries > when invalida

[Mesa-dev] [PATCH 00/10] nv50: out-of-bounds access of context specific attribs

2014-01-16 Thread Emil Velikov
Subject: [PATCH 00/10] nv50: out-of-bounds access of context specific attribs In-Reply-To: So here it goes, a few serious patches and some not as much Patches 1, 2 correct the range to be within the defined boundaries when invalidating the textures/constbufs. Most likely a copy/paste typo from th