Re: [Piglit] [PATCH] ext_render_snorm-render: fix read back assumptions

2018-08-29 Thread Tapani Pälli
On 08/29/2018 08:57 PM, Nanley Chery wrote: On Wed, Aug 29, 2018 at 10:15:41AM +0300, Tapani Pälli wrote: On 29.08.2018 00:23, Nanley Chery wrote: On Tue, Aug 28, 2018 at 09:58:14AM +0300, Tapani Pälli wrote: Test assumed that we can read back directly from R8, RG8 fbo but this is not actu

Re: [Piglit] [PATCH] ext_render_snorm-render: fix read back assumptions

2018-08-29 Thread Nanley Chery
On Wed, Aug 29, 2018 at 10:15:41AM +0300, Tapani Pälli wrote: > > > On 29.08.2018 00:23, Nanley Chery wrote: > > On Tue, Aug 28, 2018 at 09:58:14AM +0300, Tapani Pälli wrote: > > > Test assumed that we can read back directly from R8, RG8 fbo but > > > this is not actually enabled by the extension

Re: [Piglit] [PATCH] ext_render_snorm-render: fix read back assumptions

2018-08-29 Thread Tapani Pälli
On 29.08.2018 00:23, Nanley Chery wrote: On Tue, Aug 28, 2018 at 09:58:14AM +0300, Tapani Pälli wrote: Test assumed that we can read back directly from R8, RG8 fbo but this is not actually enabled by the extension. Patch introduces additional read from window to sanity check fbo contents. I

Re: [Piglit] [PATCH] ext_render_snorm-render: fix read back assumptions

2018-08-28 Thread Nanley Chery
On Tue, Aug 28, 2018 at 09:58:14AM +0300, Tapani Pälli wrote: > Test assumed that we can read back directly from R8, RG8 fbo but > this is not actually enabled by the extension. Patch introduces > additional read from window to sanity check fbo contents. > I think we're allowed to read from R8 an

[Piglit] [PATCH] ext_render_snorm-render: fix read back assumptions

2018-08-27 Thread Tapani Pälli
Test assumed that we can read back directly from R8, RG8 fbo but this is not actually enabled by the extension. Patch introduces additional read from window to sanity check fbo contents. Signed-off-by: Tapani Pälli --- tests/spec/ext_render_snorm/render.c | 32 1