diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-28 16:10:43 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-28 16:10:43 +0000 | 
| commit | 9d4d85520834361af3797c720c1b9b223f083d59 (patch) | |
| tree | cfb148eb796415e6df5227df0f029b0da6d2597a | |
| parent | d7361e171738d92af6b4201d69faea0c55c2601c (diff) | |
added optimized read/drawpixels for 16bpp TrueColor
| -rw-r--r-- | docs/VERSIONS | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/docs/VERSIONS b/docs/VERSIONS index f867a7c903..54fe0b7240 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.24 2000/03/23 16:55:13 brianp Exp $ +$Id: VERSIONS,v 1.25 2000/03/28 16:10:43 brianp Exp $  Mesa Version History @@ -681,6 +681,7 @@ Mesa Version History  3.3 (Experimental/advanced development)  Month?, ??, 2000      New: +	- antialiased triangles now implemented  	- GL_EXT_texture_env_add texture mode extension  	- GLX 1.3 API  	- support for separate draw/read buffers (ie GL_SGI_make_current_read) @@ -690,8 +691,8 @@ Mesa Version History  	- glext.h header file  	- demos/geartrain program  	- GL_EXT_texture_lod_bias extension -	- antialiased triangles now implemented  	- demos/lodbias program +	- further optimized glRead/DrawPixels for 16-bit TrueColor X visuals      Bug Fixes:  	- none since 3.2      Changes: | 
