From: Brian Paul Date: Fri, 12 Sep 2003 15:04:12 +0000 (+0000) Subject: allow glTexImage1/2/3D width/height/depth = 0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=438a898dcfdb202e4cc0768fc641846ed2ab7131;p=mesa.git allow glTexImage1/2/3D width/height/depth = 0 --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 9c660562987..2fb6b844754 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1170,3 +1170,4 @@ Mesa Version History - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. - glxgears.c demo updated to use GLX swap rate extensions + - glTexImage1/2/3D now allows width/height/depth = 0