aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2016-03-14 15:01:05 +0100
committerFrancisco Jerez <[email protected]>2016-03-14 14:12:42 -0700
commit4d02e91e4938c98bcf9d4e57ab2e5463bb42e836 (patch)
treecda5af30942a1e10b3b5ee15654b982518493ef1 /src/mesa/drivers/dri
parentaf06190760535c9e3cbd692477ec6951ec568079 (diff)
clover: Fix pipe_grid_info.indirect not being initialized.
After pipe_grid_info.indirect was introduced, clover was not modified to set it causing it to pass uninitialized memory for it to launch_grid. This commit fixes this by zero-ing the entire pipe_grid_info struct when declaring it, to avoid similar problems popping-up in the future. Cc: "11.2" <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> [ Francisco Jerez: Trivial codestyle fix. ] Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
0 files changed, 0 insertions, 0 deletions