diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:17:07 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:18 +0300 |
commit | 0c1ff721e1cc5729ef66b089fd776bf2bfd957ae (patch) | |
tree | ea13563cb331171c442ccf4e4a530862fb09f137 /src/mesa/main/context.c | |
parent | 528f48432e58579d28a374581b1e6c7e64055381 (diff) |
mesa: remove FEATURE_EXT_framebuffer_object define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r-- | src/mesa/main/context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 1ec6c8e8773..b460d1268e0 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -615,10 +615,8 @@ _mesa_init_constants(struct gl_context *ctx) /* GL_ARB_draw_buffers */ ctx->Const.MaxDrawBuffers = MAX_DRAW_BUFFERS; -#if FEATURE_EXT_framebuffer_object ctx->Const.MaxColorAttachments = MAX_COLOR_ATTACHMENTS; ctx->Const.MaxRenderbufferSize = MAX_RENDERBUFFER_SIZE; -#endif ctx->Const.MaxVertexTextureImageUnits = MAX_VERTEX_TEXTURE_IMAGE_UNITS; ctx->Const.MaxCombinedTextureImageUnits = MAX_COMBINED_TEXTURE_IMAGE_UNITS; |