summaryrefslogtreecommitdiffstats
path: root/src/intel/isl/isl_gen6.c
Commit message (Collapse)AuthorAgeFilesLines
* isl: prefix non-static API with isl_Emil Velikov2016-10-141-10/+10
| | | | | | | | The rest of ISL already follows this approach. Be consistent and resolve the final references. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
* isl/gen6: correctly check msaa layout samples countEmil Velikov2016-10-141-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: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Chad Versace <chadversary@chromium.org>
* intel/isl: Add a format_supports_multisampling helperJason Ekstrand2016-10-031-18/+1
| | | | | | Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Chad Versace <chadversary@chromium.org> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
* intel/isl: Pass the dim_layout into choose_alignment_elJason Ekstrand2016-08-251-0/+1
| | | | | | Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
* isl: Add support for HiZ surfacesJason Ekstrand2016-07-131-0/+3
| | | | Reviewed-by: Chad Versace <chad.versace@intel.com>
* isl: Use bpb in a few places where it's more natural than bsJason Ekstrand2016-07-131-1/+1
| | | | Reviewed-by: Chad Versace <chad.versace@intel.com>
* Move isl to src/intelJason Ekstrand2016-02-181-0/+160