OSDN Git Service

Multisampled blitter clear fix
authorAlexis Hetu <sugoi@google.com>
Mon, 26 Mar 2018 00:32:22 +0000 (20:32 -0400)
committerAlexis Hétu <sugoi@google.com>
Mon, 26 Mar 2018 12:35:49 +0000 (12:35 +0000)
commit53e83aa8ecebea4913051dcdfd6923a3dd6fcccb
tree2173c7801a16862aa9928761e767e235df377ce5
parentb04881b856b90984a54c9d370f2d5e04d6383cc1
Multisampled blitter clear fix

When clearing a multisampled buffer, the reactor blitter was only
clearing the first sample. This cl makes the reactor blitter
effectively clear all samples of a multisampled buffer.

Change-Id: I7ce1af401bf537fe85e1c8393a2c57144641ad8e
Reviewed-on: https://swiftshader-review.googlesource.com/18032
Tested-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
src/Renderer/Blitter.cpp