Re: [Mesa-dev] [Mesa-stable] [PATCH] st/query: init result data with 0

2017-08-29 Thread Karol Herbst
yeah, I already send out a "doing it in the driver" patch for this: https://lists.freedesktop.org/archives/mesa-dev/2017-August/167798.html On Mon, Aug 28, 2017 at 10:22 PM, Marek Olšák wrote: > You can also call util_query_clear_result in the driver. > > Marek > > On Sat, Aug 26, 2017 at 1:15 AM

Re: [Mesa-dev] [Mesa-stable] [PATCH] st/query: init result data with 0

2017-08-28 Thread Marek Olšák
You can also call util_query_clear_result in the driver. Marek On Sat, Aug 26, 2017 at 1:15 AM, Karol Herbst wrote: > otherwise the result might contain random data. > > fixes on nvc0: > * KHR-GL45.pipeline_statistics_query_tests_ARB.functional_default_qo_values > * > KHR-GL45.pipeline_statis