diff options
author | Brian Paul <[email protected]> | 2002-03-16 18:07:39 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-16 18:07:39 +0000 |
commit | f7c830e35ca243c391bde1bfd0ae059c292ac649 (patch) | |
tree | d4f17e1858115adf9641125cf73139d776d24c2e | |
parent | ac5bbe4c4a7271b60c6c0da45b4d82d4b915bd81 (diff) |
rename ResizeBuffersMESA to ResizeBuffers
-rw-r--r-- | src/mesa/main/state.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index f100fe6ffcd..8ea069560d3 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,10 +1,10 @@ -/* $Id: state.c,v 1.77 2002/02/13 00:53:19 keithw Exp $ */ +/* $Id: state.c,v 1.78 2002/03/16 18:07:39 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -1013,7 +1013,7 @@ void _mesa_update_state( GLcontext *ctx ) ASSERT(ctx->Driver.ReadPixels); ASSERT(ctx->Driver.CopyPixels); ASSERT(ctx->Driver.Bitmap); - ASSERT(ctx->Driver.ResizeBuffersMESA); + ASSERT(ctx->Driver.ResizeBuffers); ASSERT(ctx->Driver.TexImage1D); ASSERT(ctx->Driver.TexImage2D); ASSERT(ctx->Driver.TexImage3D); |