Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isl: prefix non-static API with isl_ | Emil Velikov | 2016-10-14 | 1 | -8/+8 |
| | | | | | | | | The rest of ISL already follows this approach. Be consistent and resolve the final references. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | intel/isl/gen9: Only use the magic 1D alignment for GEN9_1D surfaces | Jason Ekstrand | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | | | If the surface has a layout of GEN4_2D then we need to compute a normal 2D alignment and not use the magic linewar 1D alignment. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | intel/isl: Pass the dim_layout into choose_alignment_el | Jason Ekstrand | 2016-08-25 | 1 | -2/+3 |
| | | | | | | Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | isl: Add support for color control surfaces | Jason Ekstrand | 2016-07-13 | 1 | -0/+12 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | isl: Add support for HiZ surfaces | Jason Ekstrand | 2016-07-13 | 1 | -0/+3 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | isl: Kill off isl_format_layout::bs | Jason Ekstrand | 2016-07-13 | 1 | -7/+7 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | Move isl to src/intel | Jason Ekstrand | 2016-02-18 | 1 | -0/+185 |