Re: [Mesa-dev] [PATCH 10/17] main/teximage: Even on failure use valid format for init()

2017-07-21 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand Cc stable? On Fri, Jul 21, 2017 at 8:01 AM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > Otherwise init_teximage_fields_ms() (called by > _mesa_init_teximage_fields()) will always assert as it can't > find valid base format. > >

[Mesa-dev] [PATCH 10/17] main/teximage: Even on failure use valid format for init()

2017-07-21 Thread Topi Pohjolainen
Otherwise init_teximage_fields_ms() (called by _mesa_init_teximage_fields()) will always assert as it can't find valid base format. Signed-off-by: Topi Pohjolainen --- src/mesa/main/teximage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git