Re: [Mesa-dev] [PATCH] i965 meta up/downsample: Fix renderbuffer _BaseFormat

2014-05-14 Thread Kenneth Graunke
On 05/14/2014 11:39 PM, Jordan Justen wrote: > mt->format is of type mesa_format, and therefore can't be > used with _mesa_base_fbo_format which requires a GLenum input. > > On gen8, this fixes various piglit fbo-depthstencil tests with > samples > 1. > > Signed-off-by: Jordan Justen > Cc: Topi

[Mesa-dev] [PATCH] i965 meta up/downsample: Fix renderbuffer _BaseFormat

2014-05-14 Thread Jordan Justen
mt->format is of type mesa_format, and therefore can't be used with _mesa_base_fbo_format which requires a GLenum input. On gen8, this fixes various piglit fbo-depthstencil tests with samples > 1. Signed-off-by: Jordan Justen Cc: Topi Pohjolainen Cc: Kenneth Graunke --- This was tested on Ken'