Re: [Mesa-dev] [PATCH 14/13] i965/surface_state: Use libisl functions for image format lowering

2016-04-21 Thread Chad Versace
On Sat 16 Apr 2016, Jason Ekstrand wrote: > This lets us delete some redundant code and keep all of the > image_load_store format lowering logic in one place: libisl. > --- > src/mesa/drivers/dri/i965/brw_context.h | 2 - > src/mesa/drivers/dri/i965/brw_surface_formats.c | 109 >

[Mesa-dev] [PATCH 14/13] i965/surface_state: Use libisl functions for image format lowering

2016-04-16 Thread Jason Ekstrand
This lets us delete some redundant code and keep all of the image_load_store format lowering logic in one place: libisl. --- src/mesa/drivers/dri/i965/brw_context.h | 2 - src/mesa/drivers/dri/i965/brw_surface_formats.c | 109 ---