Re: [Mesa-dev] [PATCH 04/30] i965/miptree: Store fast clear colors in an isl_color_value

2017-06-02 Thread Chad Versace
On Fri 26 May 2017, Jason Ekstrand wrote: > This commit, out of necessity, makes a number of changes at once: > > 1) Changes intel_mipmap_tree to store the clear color for both color > and depth as an isl_color_value. > > 2) Changes the depth/stencil emit code to do the format conversion

[Mesa-dev] [PATCH 04/30] i965/miptree: Store fast clear colors in an isl_color_value

2017-05-26 Thread Jason Ekstrand
This commit, out of necessity, makes a number of changes at once: 1) Changes intel_mipmap_tree to store the clear color for both color and depth as an isl_color_value. 2) Changes the depth/stencil emit code to do the format conversion of the depth clear value on Haswell and earlier