From d73a838f010e8d867e3aa9f960bad6dcde99a35c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 21 Sep 2005 21:21:28 +0000 Subject: [PATCH] fix glGetTexLevelParameter GL_TEXTURE_DEPTH_SIZE_ARB query --- docs/VERSIONS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/VERSIONS b/docs/VERSIONS index b3887254f26..b665af4cbd4 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1392,3 +1392,4 @@ Mesa Version History - glBitmap, glDraw/CopyPixels mistakenly generated selection hits - fixed potential segfault caused by reading pixels outside of renderbuffer bounds + - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB