Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gen/genX_pack: Add genxml to the pack header path | Jason Ekstrand | 2016-02-27 | 1 | -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 builds | Mark Janes | 2016-02-22 | 1 | -0/+1 |
| | |||||
* | anv: Switch over to the macros in genxml | Jason Ekstrand | 2016-02-20 | 1 | -4/+4 |
| | |||||
* | vulkan: fix out-of-tree build | Mark Janes | 2016-02-18 | 1 | -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/vulkan | Jason Ekstrand | 2016-02-18 | 1 | -0/+203 |