Re: [Mesa-dev] [PATCH 05/11] i965/miptree: Refactor is_mcs_supported

2017-08-03 Thread Jordan Justen
Reviewed-by: Jordan Justen On 2017-08-02 13:35:30, Jason Ekstrand wrote: > We rename it to intel_miptree_supports_mcs and make the function > signature match intel_miptree_supports_ccs/hiz. We also move the sample > count check into the function so it returns false for single-sampled > surfaces.

[Mesa-dev] [PATCH 05/11] i965/miptree: Refactor is_mcs_supported

2017-08-02 Thread Jason Ekstrand
We rename it to intel_miptree_supports_mcs and make the function signature match intel_miptree_supports_ccs/hiz. We also move the sample count check into the function so it returns false for single-sampled surfaces. --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 13 + 1 file chan