diff options
author | Brian Paul <[email protected]> | 2000-10-30 16:32:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-10-30 16:32:42 +0000 |
commit | 9499e017b7e05411a32b3e4fa94885eaec0d7277 (patch) | |
tree | 5fcb3ec3bc037e24e652aeebb8c37f97aab7becf /src/mesa/main/attrib.c | |
parent | caef4a35d602669f742524757bef3c63f0c164a8 (diff) |
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
More minor GLchan changes.
Silence some compiler warnings in cva.[ch]
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index bacd2e1ca4d..cb894a86a9a 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -1,4 +1,4 @@ -/* $Id: attrib.c,v 1.31 2000/10/30 13:31:59 keithw Exp $ */ +/* $Id: attrib.c,v 1.32 2000/10/30 16:32:42 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -855,8 +855,6 @@ _mesa_PopAttrib(void) FREE( attr ); attr = next; } - - ctx->ImageTransferState = UPDATE_IMAGE_TRANSFER_STATE; } |