intel: Disable 64-bit extensions on platforms without 64-bit types
authorMatt Turner <mattst88@gmail.com>
Mon, 11 Dec 2017 21:59:13 +0000 (13:59 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000 (11:15 -0800)
commitbb428454a9d70e5f5984269e6c4a7f5d6e2871d9
treebef11c4a30d7d2726677cfe9cd6e04e7ccdf0995
parent5e42103f3be5cfaaa374442e009c101403c143bd
intel: Disable 64-bit extensions on platforms without 64-bit types

Gen11 does not support DF, Q, UQ types in hardware. As a result, we have
to disable some GL extensions until they can be reimplemented.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/common/gen_device_info.c
src/intel/common/gen_device_info.h
src/mesa/drivers/dri/i965/intel_extensions.c