mesa/swrast/st: add ARB_occlusion_query2 support.
authorDave Airlie <airlied@redhat.com>
Sat, 11 Sep 2010 20:31:30 +0000 (06:31 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 18 Dec 2010 07:33:25 +0000 (17:33 +1000)
commitff7aa554a11863de2c4c0b4b6d1ec7b07c819739
treee11ce96768871fe6c3d5dcdbb46e94ec62d3ec49
parent7048095513f8e91db26736eee0343b1a00d18f6f
mesa/swrast/st: add ARB_occlusion_query2 support.

This gets my vote for most pointless extension of all time, I'm guessing
some driver could possibly optimise for this instead of counting it might
just get a true/false, but I'm not really sure.

need this to eventually advertise 3.3 despite its total uselessness.

Signed-off-by: Dave Airlie <airlied@redhat.com>
docs/GL3.txt
src/mesa/main/extensions.c
src/mesa/main/queryobj.c
src/mesa/state_tracker/st_extensions.c