Re: [Mesa-dev] [PATCH v2 14/32] vulkan/wsi: Do image creation in common code

2017-12-01 Thread Chad Versace
On Tue 28 Nov 2017, Jason Ekstrand wrote: > This uses the mock extension created in a previous commit to tell the > driver that the image it's just been asked to create is, in fact, a > window system image with whatever assumptions that implies. There was a > lot of redundant code between the two

[Mesa-dev] [PATCH v2 14/32] vulkan/wsi: Do image creation in common code

2017-11-28 Thread Jason Ekstrand
This uses the mock extension created in a previous commit to tell the driver that the image it's just been asked to create is, in fact, a window system image with whatever assumptions that implies. There was a lot of redundant code between the two drivers to do basically exactly the same thing.