summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* gen/genX_pack: Add genxml to the pack header pathJason Ekstrand2016-02-271-1/+0
| | | | | | | | 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.
* vulkan: fix out-of-tree buildsMark Janes2016-02-221-0/+1
|
* anv: Switch over to the macros in genxmlJason Ekstrand2016-02-201-4/+4
|
* vulkan: fix out-of-tree buildMark Janes2016-02-181-0/+1
| | | | | | We need to be able to find the generated gen*pack.h headers. Acked-by: Jason Ekstrand <[email protected]>
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+203