mesa/src
Iago Toral Quiroga a98f2e53e1 i965: add a kernel_features bitfield to intel screen
We can use this to track various features that may or may not be supported
by the hw / kernel. Currently, we usually do this by checking the generation
and supported command parser versions in various places thoughtout the driver
code. With this patch, we centralize all these checks in just once place at
screen creation time, then we just query the bitfield wherever we need to
check if a particular feature is supported.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-01-05 08:43:46 +01:00
..
amd anv,radv: disable StorageImageWriteWithoutFormat for now 2016-12-31 16:38:00 -05:00
compiler glcpp: Remove illegal characters from tests 2017-01-04 14:40:48 -08:00
egl egl: Emit correct error when robust context creation fails 2016-12-27 10:21:29 -08:00
gallium va: call texture_get_handle while the mutex is being held 2017-01-04 17:27:41 +01:00
gbm
getopt
glx
gtest
hgl
intel spirv: compute push constant access offset & range 2017-01-04 21:14:17 +00:00
loader
mapi glapi: add missing INTEL_conservative_rasterization 2016-12-13 16:27:56 +00:00
mesa i965: add a kernel_features bitfield to intel screen 2017-01-05 08:43:46 +01:00
util
vulkan/wsi vulkan/wsi/x11: don't crash on null wsi x11 connection 2016-12-22 14:09:46 -08:00
Makefile.am
SConscript