Files
mesa/src
Kenneth Graunke 5aef30b886 iris: Fix Broadwell WaDividePSInvocationCountBy4
We were dividing by 4 in calculate_result_on_gpu(), and also in
iris_get_query_result().  We should stop doing the latter, and instead
divide by 4 in calculate_result_on_cpu() as well.

Otherwise, if snapshots were available, and you hit the
calculate_result_on_cpu() path, but requested it be written to a QBO,
you'd fail to get a divide.
2019-02-21 10:26:11 -08:00
..
2019-02-14 11:20:00 +00:00
2018-02-16 16:56:34 -06:00
2019-02-21 18:06:05 +00:00
2018-10-19 16:50:26 +01:00