diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-13 02:37:27 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-13 02:37:27 +0000 |
commit | b17a722ca3989e8563ee04cb2939f4835f8a171e (patch) | |
tree | 817c548199ee8e4a1ba2a0266f491b2b80b942d3 /docs/RELNOTES-5.1 | |
parent | 0c0e583c01116c9e26ac99735e581ea2b842a88d (diff) |
Implemented GL_ARB_occlusion_query (not 100% finalized).
Diffstat (limited to 'docs/RELNOTES-5.1')
-rw-r--r-- | docs/RELNOTES-5.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index 0a38006752..d0619916cc 100644 --- a/docs/RELNOTES-5.1 +++ b/docs/RELNOTES-5.1 @@ -60,6 +60,9 @@ GL_NV_light_max_exponent GL_EXT_texture_rectangle Identical to GL_NV_texture_rectangle +GL_ARB_occlusion_query + Useful for visibility-based culling. + Build System Changes |