https://bugs.freedesktop.org/show_bug.cgi?id=89679
--- Comment #4 from Ilia Mirkin <[email protected]> --- (In reply to Nick Tenney from comment #3) > Created attachment 114677 [details] > Git bisection of Mesa > > Third time's a charm! Finally got a successful bisection of the Portal issue. That seems very surprising. Does reverting it on top of master fix the issue? If not, your bisect is off. The commit does 2 things -- it increases the query alloc space to 256 and it enables PIPE_CAP_QUERY_PIPELINE_STATISTICS (and the relevant support in the query logic). I have a hard time believing that steam would use ARB_pipeline_query_statistics, but... who knows. Can you disable PIPE_CAP_QUERY_PIPELINE_STATISTICS but leave NV50_QUERY_ALLOC_SPACE at 256 and see if it still breaks? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
