From 9d4d85520834361af3797c720c1b9b223f083d59 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 28 Mar 2000 16:10:43 +0000 Subject: [PATCH] added optimized read/drawpixels for 16bpp TrueColor --- docs/VERSIONS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/VERSIONS b/docs/VERSIONS index f867a7c9033..54fe0b72406 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: -- 2.30.2