Search
lxdream.org :: lxdream/src/drivers/video_gl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_gl.c
changeset 1076:18c164e8aec4
prev854:130928a3cdcb
next1222:a4545699a82b
author nkeynes
date Fri Oct 22 20:55:32 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Dump more information with --gl-info, and print it a little more nicely
file annotate diff log raw
1.1 --- a/src/drivers/video_gl.c Tue Sep 09 00:51:43 2008 +0000
1.2 +++ b/src/drivers/video_gl.c Fri Oct 22 20:55:32 2010 +1000
1.3 @@ -43,7 +43,6 @@
1.4 glDisable( GL_DEPTH_TEST );
1.5 glDisable( GL_SCISSOR_TEST );
1.6 glDisable( GL_CULL_FACE );
1.7 - glDrawBuffer( GL_FRONT );
1.8 }
1.9
1.10 void gl_display_render_buffer( render_buffer_t buffer )
.