diff options
author | Roland Scheidegger <sroland@tungstengraphics.com> | 2007-07-17 15:56:43 +0200 |
---|---|---|
committer | Roland Scheidegger <sroland@tungstengraphics.com> | 2007-07-17 15:56:43 +0200 |
commit | 04d49ff24d0f9c7c3a99c45b50f62aa32b0a28ed (patch) | |
tree | 7f6dc23c1fe9a11531d711ed4218cd154a1e0305 /src/mesa/main | |
parent | 4dd8e2648d7ec8634d1005aae2da562b57b0267f (diff) |
remove old code, remaining bits of static handles, disable (no longer functional anyway) rotation code
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/framebuffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 1fd31a5321..a95e44c513 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -668,7 +668,9 @@ update_color_read_buffer(GLcontext *ctx, struct gl_framebuffer *fb) void _mesa_update_framebuffer(GLcontext *ctx) { + /* XXX might not be quite correct for different draw/read buffers ? */ struct gl_framebuffer *fb = ctx->DrawBuffer; +// struct gl_framebuffer *fbread = ctx->ReadBuffer; /* Completeness only matters for user-created framebuffers */ if (fb->Name != 0) { |