Re: [Mesa-dev] [PATCH 3/7] i965/screen: Refactor query_dma_buf_formats

2018-06-07 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 06/06/18 18:47, Jason Ekstrand wrote: This reworks it to work like query_dma_buf_modifiers and, in particular, makes it more flexible so that we can disallow a non-static set of formats. Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/drivers/dri/i965/int

[Mesa-dev] [PATCH 3/7] i965/screen: Refactor query_dma_buf_formats

2018-06-06 Thread Jason Ekstrand
This reworks it to work like query_dma_buf_modifiers and, in particular, makes it more flexible so that we can disallow a non-static set of formats. Cc: mesa-sta...@lists.freedesktop.org --- src/mesa/drivers/dri/i965/intel_screen.c | 25 1 file changed, 13 insertions(+),