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.
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