From 39e40955601153a2aaf190db6b1db3ea83b42e96 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 25 Aug 2005 14:09:23 +0000 Subject: [PATCH] added glXCreatePbuffer fix, bug 4235 --- docs/VERSIONS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/VERSIONS b/docs/VERSIONS index e7d55d5812e..8ee0f5d6179 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1383,3 +1383,4 @@ Mesa Version History - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207) - glxgears_fbconfig demo didn't work (bug 4237) - fixed bug when bilinear sampling 2d textures with borders + - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)