Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel/isl/gen6: Fix combined depth stencil alignment | Jason Ekstrand | 2017-05-16 | 1 | -7/+7 |
| | | | | | | | | All combined depth stencil buffers (even those with just stencil) require a 4x4 alignment on Sandy Bridge. The only depth/stencil buffer type that requires 4x2 is separate stencil. Reviewed-by: Chad Versace <[email protected]> | ||||
* | intel/isl: Refactor gen6_choose_image_alignment_el | Jason Ekstrand | 2017-05-16 | 1 | -18/+14 |
| | | | | | Reviewed-by: Topi Pohjolainen <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | isl: prefix non-static API with isl_ | Emil Velikov | 2016-10-14 | 1 | -10/+10 |
| | | | | | | | | 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]> | ||||
* | isl/gen6: correctly check msaa layout samples count | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | Samples == 1 is a valid value, so returning false is plain wrong. Seeming copy/paste typo introduced since day 1. Fixes: afdadec77f5 ("isl: Implement isl_surf_init() for gen4-gen9") Cc: [email protected] Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Chad Versace <[email protected]> | ||||
* | intel/isl: Add a format_supports_multisampling helper | Jason Ekstrand | 2016-10-03 | 1 | -18/+1 |
| | | | | | | Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Nanley Chery <[email protected]> | ||||
* | intel/isl: Pass the dim_layout into choose_alignment_el | Jason Ekstrand | 2016-08-25 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Topi Pohjolainen <[email protected]> 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: Use bpb in a few places where it's more natural than bs | Jason Ekstrand | 2016-07-13 | 1 | -1/+1 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | Move isl to src/intel | Jason Ekstrand | 2016-02-18 | 1 | -0/+160 |