Re: [Mesa-dev] [PATCH 1/2] i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.

2015-01-01 Thread Chris Forbes
Both of these are also Reviewed-by: Chris Forbes On Jan 1, 2015 7:48 PM, "Kenneth Graunke" wrote: > The logic in brw_blorp_surface_info::set uses brw_format_for_mesa_format > for source surfaces, and brw->render_target_format[] for destination > surfaces. We should do the same in the sRGB MSAA

[Mesa-dev] [PATCH 1/2] i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.

2014-12-31 Thread Kenneth Graunke
The logic in brw_blorp_surface_info::set uses brw_format_for_mesa_format for source surfaces, and brw->render_target_format[] for destination surfaces. We should do the same in the sRGB MSAA overrides. Currently, this isn't a problem, since SRGB MSAA buffers are all RGBA. The next commit will int