|
|
@@ -1051,6 +1051,7 @@ _mesa_FramebufferTexture1DEXT(GLenum target, GLenum attachment, |
|
|
|
texObj = NULL; |
|
|
|
} |
|
|
|
ctx->Driver.RenderbufferTexture(ctx, att, texObj, textarget, level, 0); |
|
|
|
_mesa_update_framebuffer_visual(ctx->DrawBuffer); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@@ -1103,6 +1104,7 @@ _mesa_FramebufferTexture2DEXT(GLenum target, GLenum attachment, |
|
|
|
texObj = NULL; |
|
|
|
} |
|
|
|
ctx->Driver.RenderbufferTexture(ctx, att, texObj, textarget, level, 0); |
|
|
|
_mesa_update_framebuffer_visual(ctx->DrawBuffer); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@@ -1157,6 +1159,7 @@ _mesa_FramebufferTexture3DEXT(GLenum target, GLenum attachment, |
|
|
|
} |
|
|
|
ctx->Driver.RenderbufferTexture(ctx, att, texObj, textarget, |
|
|
|
level, zoffset); |
|
|
|
_mesa_update_framebuffer_visual(ctx->DrawBuffer); |
|
|
|
} |
|
|
|
|
|
|
|
|