summaryrefslogtreecommitdiff
path: root/src/intel/genxml/genX_pack.h
AgeCommit message (Collapse)AuthorFilesLines
2018-02-15intel/genxml/icl: Generate packing headersAnuj Phogat1-0/+2
Move build system changes in to one patch (Ken, Emil) Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
2017-06-09i965/cnl: Include gen10_pack.hAnuj Phogat1-0/+2
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2016-10-14intel/genxml: use correct header guardsEmil Velikov1-1/+4
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
2016-07-15genxml: Add macros and #includes for gens 4-6Jason Ekstrand1-1/+9
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Chad Versace <chad.versace@intel.com>
2016-02-27gen/genX_pack: Add genxml to the pack header pathJason Ekstrand1-4/+4
If you have an out-of-tree build, gen8_pack.h and friends will not be in the same folder as genX_pack.h so this will be a problem. We fixed out-of-tree earlier by adding the genxml folder to the includes for the vulkan driver. However, this is not a good long-term solution because we want to use it in ISL as well.
2016-02-20intel/genxml: Add a couple of helper headersJason Ekstrand1-0/+40