Re: [Mesa-dev] [Mesa-stable] [PATCH] radv: fix radv_layout_dcc_compressed() when image doesn't have DCC

2018-04-16 Thread Samuel Pitoiset
On 04/15/2018 08:52 PM, Juan A. Suarez Romero wrote: On Fri, 2018-04-13 at 13:55 -0700, Mark Janes wrote: Hi Samuel, When this patch is applied directly to the 18.0 branch, I get a mesa compile error: radv_image.c:1175:9: error: implicit declaration of function ‘radv_image_has_dcc’; did you

Re: [Mesa-dev] [Mesa-stable] [PATCH] radv: fix radv_layout_dcc_compressed() when image doesn't have DCC

2018-04-15 Thread Juan A. Suarez Romero
On Fri, 2018-04-13 at 13:55 -0700, Mark Janes wrote: > Hi Samuel, > > When this patch is applied directly to the 18.0 branch, I get a mesa > compile error: > > radv_image.c:1175:9: error: implicit declaration of function > ‘radv_image_has_dcc’; did you mean ‘radv_image_alloc_dcc’? > > Is there a