From: Brian Paul Date: Tue, 22 Oct 2002 15:17:34 +0000 (+0000) Subject: added glDeleteTextures refcount bug fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e6926f7c3b5750a71bbbcd3971a54a4a59410e1;p=mesa.git added glDeleteTextures refcount bug fix --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 99b3c8abe06..fb4b5ae12ee 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.100 2002/10/21 15:53:06 brianp Exp $ +$Id: VERSIONS,v 1.101 2002/10/22 15:17:34 brianp Exp $ Mesa Version History @@ -1051,6 +1051,7 @@ Mesa Version History - 3dfx/glide driver render-to-window feature was broken - added missing GLX_TRANSPARENT_RGB token to glx.h - fixed error checking related to paletted textures + - fixed reference count error in glDeleteTextures (Randy Fayan) Changes: - New spec file and Python code to generate some GL dispatch files - Glide driver defaults to "no" with autoconf/automake