From: Brian Paul Date: Wed, 5 Jan 2000 07:02:15 +0000 (+0000) Subject: misc updates X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=316b75ecc2e5d5c2b82ea154d8b10622820c910b;p=mesa.git misc updates --- diff --git a/docs/VERSIONS b/docs/VERSIONS index f8333c92b98..00d9decc2ee 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.15 1999/12/03 18:50:48 brianp Exp $ +$Id: VERSIONS,v 1.16 2000/01/05 07:02:15 brianp Exp $ Mesa Version History @@ -661,26 +661,30 @@ Mesa Version History - New Makefile-system (autoconf,automake,libtool) -3.1 final December ??, 1999 +3.1 final December 14, 1999 New: - added demos/gloss.c - added xdemos/glxdpyinfo.c + - added GLX_ARB_get_proc_address extension - rewritten glTexImage code paths (faster, less memory, bug fixes) Bug Fixes: - several vertex array bug fixes + - overlapping glCopyPixels with pixel zooming now works + - glXUseXFont() bitmaps were vertically shifted by one pixel - glCopyPixels with pixel zooming now works -3.2 (Stabilization of 3.1) +3.2 (Stabilization of 3.1) January ??, 2000 Bug Fixes: (TBD) -3.3 (Experimental/advanced development) +3.3 (Experimental/advanced development) Month?, ??, 2000 New: - GL_EXT_texture_env_add texture mode extension - GLX 1.3 API - support for separate draw/read buffers (ie GL_SGI_make_current_read) + - better thread safety Bug Fixes: - Changes: