gallium: remove unneeded st->haveFramebufferSurfaces field.

This commit is contained in:
Brian Paul
2008-04-09 16:09:46 -06:00
parent f7e475280a
commit a52faa9325
4 changed files with 1 additions and 16 deletions

View File

@@ -128,8 +128,6 @@ st_create_context_priv( GLcontext *ctx, struct pipe_context *pipe )
st->ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
st->haveFramebufferSurfaces = GL_TRUE;
st->pixel_xfer.cache = _mesa_new_program_cache();
/* GL limits and extensions */