From b17a722ca3989e8563ee04cb2939f4835f8a171e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 13 Jun 2003 02:37:27 +0000 Subject: Implemented GL_ARB_occlusion_query (not 100% finalized). --- docs/RELNOTES-5.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/RELNOTES-5.1') 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 -- cgit v1.2.3