Search
lxdream.org :: lxdream/src/drivers/gl_fbo.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/gl_fbo.c
changeset 545:fdcdcd8b9fd1
prev540:a3767018a96d
next561:533f6b478071
author nkeynes
date Tue Jan 01 04:56:52 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Remove the 0.5 texture offsets - it's actually sharper this way
file annotate diff log raw
1.1 --- a/src/drivers/gl_fbo.c Wed Nov 21 11:44:30 2007 +0000
1.2 +++ b/src/drivers/gl_fbo.c Tue Jan 01 04:56:52 2008 +0000
1.3 @@ -27,7 +27,6 @@
1.4 #include <stdlib.h>
1.5 #include "lxdream.h"
1.6 #include "display.h"
1.7 -#include "drivers/video_x11.h"
1.8 #include "drivers/gl_common.h"
1.9
1.10 #define MAX_FRAMEBUFFERS 2
1.11 @@ -259,7 +258,7 @@
1.12 {
1.13 glFinish();
1.14 gl_fbo_detach();
1.15 - gl_load_frame_buffer( frame, buffer );
1.16 + gl_load_frame_buffer( frame, buffer->buf_id );
1.17 }
1.18
1.19 static gboolean gl_fbo_display_blank( uint32_t colour )
.