Search
lxdream.org :: lxdream/ChangeLog :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename ChangeLog
changeset 1:eea311cfd33e
author nkeynes
date Mon Aug 03 08:41:11 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Rearrange frame output slightly.
pvr2_display_frame renamed to pvr2_next_frame and changed to update the
frame data without displaying it.
pvr2_redraw_display renamed to pvr2_draw_frame, called internally after
pvr2_next_frame
Add swap_buffers() method to the display driver
Remove explicit glDrawBuffer() calls where they're referencing the window.
pvr2_draw_frame now gets to decide where to draw.
Add force_vsync flag to force double-buffering (not configurable yet)
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/ChangeLog Mon Aug 03 08:41:11 2009 +1000
1.3 @@ -0,0 +1,2 @@
1.4 +07 Mar 2004 - Restarting the project. Ported the gui layer to Gtk 2.0
1.5 + (although still need to replace the GtkCLists at some point)
.