Re: [Mesa-dev] [PATCH] i965/blorp: Use the renderbuffer format for clears

2017-07-10 Thread Jason Ekstrand
On Mon, Jul 10, 2017 at 1:34 PM, Andres Gomez wrote: > Jason, which is the status of this patch? Has it been superseded or > discarded? > Still awaiting review. > On Mon, 2017-06-26 at 09:01 -0700, Jason Ekstrand wrote: > > This fixes the Piglit ARB_texture_views

Re: [Mesa-dev] [PATCH] i965/blorp: Use the renderbuffer format for clears

2017-07-10 Thread Andres Gomez
Jason, which is the status of this patch? Has it been superseded or discarded? On Mon, 2017-06-26 at 09:01 -0700, Jason Ekstrand wrote: > This fixes the Piglit ARB_texture_views rendering-formats test. > > Cc: "17.1" > --- >

Re: [Mesa-dev] [PATCH] i965/blorp: Use the renderbuffer format for clears

2017-06-26 Thread Ian Romanick
On 06/26/2017 09:01 AM, Jason Ekstrand wrote: > This fixes the Piglit ARB_texture_views rendering-formats test. > > Cc: "17.1" > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git

[Mesa-dev] [PATCH] i965/blorp: Use the renderbuffer format for clears

2017-06-26 Thread Jason Ekstrand
This fixes the Piglit ARB_texture_views rendering-formats test. Cc: "17.1" --- src/mesa/drivers/dri/i965/brw_blorp.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c