Re: [Mesa-dev] [PATCH v4] android: add vulkan build for intel

2017-01-30 Thread Tapani Pälli
On 01/31/2017 08:38 AM, Jason Ekstrand wrote: On Jan 30, 2017 10:03 PM, "Tapani Pälli" mailto:tapani.pa...@intel.com>> wrote: On 01/30/2017 04:00 PM, Emil Velikov wrote: On 30 January 2017 at 11:37, Tapani Pälli mailto:tapani.pa...@intel.com>> wrote: fixes

Re: [Mesa-dev] [PATCH v4] android: add vulkan build for intel

2017-01-30 Thread Jason Ekstrand
On Jan 30, 2017 10:03 PM, "Tapani Pälli" wrote: On 01/30/2017 04:00 PM, Emil Velikov wrote: > On 30 January 2017 at 11:37, Tapani Pälli wrote: > >> fixes to issues spotted by Emil Velikov: >> >>- set ANV_TIMESTAMP corretly >>- fix typo with VULKAN_GEM_FILES >> >> v2: update to use Mak

Re: [Mesa-dev] [PATCH v4] android: add vulkan build for intel

2017-01-30 Thread Tapani Pälli
On 01/30/2017 04:00 PM, Emil Velikov wrote: On 30 January 2017 at 11:37, Tapani Pälli wrote: fixes to issues spotted by Emil Velikov: - set ANV_TIMESTAMP corretly - fix typo with VULKAN_GEM_FILES v2: update to use Makefile.sources under vulkan instead of having own v3: update to

Re: [Mesa-dev] [PATCH v4] android: add vulkan build for intel

2017-01-30 Thread Emil Velikov
On 30 January 2017 at 11:37, Tapani Pälli wrote: > fixes to issues spotted by Emil Velikov: > >- set ANV_TIMESTAMP corretly >- fix typo with VULKAN_GEM_FILES > > v2: update to use Makefile.sources under vulkan > instead of having own > > v3: update to changes to generate from vk.xml >

[Mesa-dev] [PATCH v4] android: add vulkan build for intel

2017-01-30 Thread Tapani Pälli
fixes to issues spotted by Emil Velikov: - set ANV_TIMESTAMP corretly - fix typo with VULKAN_GEM_FILES v2: update to use Makefile.sources under vulkan instead of having own v3: update to changes to generate from vk.xml (commit c7fc310) v4: remove 'hw' relative path cleanups, r