On Thu, Jun 15, 2017 at 4:12 PM, Jason Ekstrand <ja...@jlekstrand.net> wrote:
> 7-11 are
>
> Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net>
>
Thanks.
> Have you tried reverting my patch and running the CTS?
>
No, I'll do it soon.

> On Tue, Jun 13, 2017 at 11:28 AM, Anuj Phogat <anuj.pho...@gmail.com> wrote:
>>
>> This patch just enables building Vulkan libs for gen10. We
>> still don't have gen 10 support enabled on Vulkan.
>>
>> Signed-off-by: Anuj Phogat <anuj.pho...@gmail.com>
>> ---
>>  src/intel/Makefile.sources | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
>> index a877ff2..2e5dab9 100644
>> --- a/src/intel/Makefile.sources
>> +++ b/src/intel/Makefile.sources
>> @@ -261,3 +261,7 @@ VULKAN_GEN8_FILES := \
>>  VULKAN_GEN9_FILES := \
>>         vulkan/gen8_cmd_buffer.c \
>>         $(VULKAN_GENX_FILES)
>> +
>> +VULKAN_GEN10_FILES := \
>> +       vulkan/gen8_cmd_buffer.c \
>> +       $(VULKAN_GENX_FILES)
>> --
>> 2.9.3
>>
>> _______________________________________________
>> mesa-dev mailing list
>> mesa-dev@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to