Hi all, This is a bit fallout from trying to battle that curious pipe control depth count write failure:
https://bugs.freedesktop.org/show_bug.cgi?id=48019 For whatever oddball reason, the depth count write simply never shows up sometimes. Preventing buffer re-use (with e.g. making the query bo grossly oversized) works around the issue. These patches here don't fix this major issue, but at least a few other things. Cheers, Daniel Daniel Vetter (3): i965: tackle the occlusion query pipe control mess i965: we want 64bit writes for depth count i965: adjust gen6+ timestamp pipe_control writes src/mesa/drivers/dri/i965/brw_queryobj.c | 91 +++++++++++++++++++++++------- src/mesa/drivers/dri/intel/intel_reg.h | 1 + 2 files changed, 72 insertions(+), 20 deletions(-) -- 1.7.7.6 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev