Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel/genxml: Build gen12 genxml | Jordan Justen | 2019-08-28 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> | ||||
* | intel/genxml/icl: Generate packing headers | Anuj Phogat | 2018-02-15 | 1 | -0/+2 |
| | | | | | | | | | Move build system changes in to one patch (Ken, Emil) Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Dylan Baker <[email protected]> | ||||
* | i965/cnl: Include gen10_pack.h | Anuj Phogat | 2017-06-09 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Nanley Chery <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | intel/genxml: use correct header guards | Emil Velikov | 2016-10-14 | 1 | -1/+4 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | genxml: Add macros and #includes for gens 4-6 | Jason Ekstrand | 2016-07-15 | 1 | -1/+9 |
| | | | | | Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | gen/genX_pack: Add genxml to the pack header path | Jason Ekstrand | 2016-02-27 | 1 | -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. | ||||
* | intel/genxml: Add a couple of helper headers | Jason Ekstrand | 2016-02-20 | 1 | -0/+40 |