isl: Add struct isl_device
authorChad Versace <chad.versace@intel.com>
Fri, 13 Nov 2015 17:27:06 +0000 (09:27 -0800)
committerChad Versace <chad.versace@intel.com>
Fri, 13 Nov 2015 18:31:37 +0000 (10:31 -0800)
commitb1bb270590ae969b86a3f838d83e06466f345723
tree324fa91776a769f3515a8c2c5ecc68b3d547b110
parent477383e9ac2fd43f8b2176c13da7116f5d20b959
isl: Add struct isl_device

The struct is incomplete (it contains only the gen). And it's nowhere
used yet.

It will be used later for surface layout calculations.
src/vulkan/Makefile.am
src/vulkan/isl.c [new file with mode: 0644]
src/vulkan/isl.h