i915: Correctly set the OQ counter bits.
authorEric Anholt <eric@anholt.net>
Wed, 17 Apr 2013 20:58:00 +0000 (13:58 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 29 Apr 2013 18:41:33 +0000 (11:41 -0700)
commiteb062ab07f0bea3c7ce83274ed64ce9b5197c667
treef67572e1f06b875d345f24c2f9c100834215eded
parent5e46482993dfd30b888d5219f6fecf4b4d1f42de
i915: Correctly set the OQ counter bits.

While we may provide the extension, we need to tell applications that they
can't actually use it:

            An implementation can either set QUERY_COUNTER_BITS_ARB to the
            value 0, or to some number greater than or equal to n.  If an
            implementation returns 0 for QUERY_COUNTER_BITS_ARB, then the
            occlusion queries will always return that zero samples passed the
            occlusion test, and so an application should not use occlusion
            queries on that implementation.
src/mesa/drivers/dri/i915/i830_context.c
src/mesa/drivers/dri/i915/i915_context.c