From fa4525e289b475b928a7b2c4055af9dd7fe46600 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Aug 2000 14:22:24 +0000 Subject: implemented new ImageTransferState bitmask --- src/mesa/main/attrib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/attrib.c') diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index be0a644ce1..8c40063c13 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -1,4 +1,4 @@ -/* $Id: attrib.c,v 1.25 2000/07/19 18:34:00 brianp Exp $ */ +/* $Id: attrib.c,v 1.26 2000/08/21 14:22:24 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -806,6 +806,7 @@ _mesa_PopAttrib(void) } ctx->NewState = NEW_ALL; + ctx->ImageTransferState = UPDATE_IMAGE_TRANSFER_STATE; } -- cgit v1.2.3