gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/gui gtk_glue_agg.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/gui gtk_glue_agg.cpp
Date: Wed, 09 May 2007 14:13:04 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/05/09 14:13:04

Modified files:
        gui            : gtk_glue_agg.cpp 

Log message:
        just add a TODO item (will add it to Savannah too)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk_glue_agg.cpp?cvsroot=gnash&r1=1.14&r2=1.15

Patches:
Index: gtk_glue_agg.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gtk_glue_agg.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- gtk_glue_agg.cpp    31 Mar 2007 11:02:51 -0000      1.14
+++ gtk_glue_agg.cpp    9 May 2007 14:13:04 -0000       1.15
@@ -17,7 +17,22 @@
 //
 //
 
-/* $Id: gtk_glue_agg.cpp,v 1.14 2007/03/31 11:02:51 bjacques Exp $ */
+/* $Id: gtk_glue_agg.cpp,v 1.15 2007/05/09 14:13:04 udog Exp $ */
+
+
+/*
+
+TODO: Support MIT-SHM to push image data more quickly on screen, avoiding
+overhead by X Server IPC.
+
+References:
+  http://en.wikipedia.org/wiki/MIT-SHM
+  http://www.xfree86.org/current/mit-shm.html
+
+Also worth checking:
+  http://en.wikipedia.org/wiki/X_video_extension
+*/
+
 
 #include <cstdio>
 #include <cerrno>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]