diff options
author | Dave Airlie <airlied@redhat.com> | 2010-09-12 06:31:30 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-12-18 17:33:25 +1000 |
commit | ff7aa554a11863de2c4c0b4b6d1ec7b07c819739 (patch) | |
tree | e11ce96768871fe6c3d5dcdbb46e94ec62d3ec49 /docs | |
parent | 7048095513f8e91db26736eee0343b1a00d18f6f (diff) |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index fb22739b6c..9106f439a1 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -71,7 +71,7 @@ GL 3.3: GLSL 3.30 not started GL_ARB_blend_func_extended not started GL_ARB_explicit_attrib_location DONE (swrast, i915, i965) -GL_ARB_occlusion_query2 not started +GL_ARB_occlusion_query2 DONE (swrast, gallium) GL_ARB_sampler_objects not started GL_ARB_texture_rgb10_a2ui not started GL_ARB_texture_swizzle DONE (same as EXT version) |