[Vm-dev] [commit][2771] latest changes

commits at squeakvm.org commits at squeakvm.org
Thu Aug 15 14:27:42 UTC 2013


Revision: 2771
Author:   piumarta
Date:     2013-08-15 07:27:42 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
latest changes

Modified Paths:
--------------
    trunk/platforms/unix/ChangeLog

Modified: trunk/platforms/unix/ChangeLog
===================================================================
--- trunk/platforms/unix/ChangeLog	2013-08-15 14:27:27 UTC (rev 2770)
+++ trunk/platforms/unix/ChangeLog	2013-08-15 14:27:42 UTC (rev 2771)
@@ -1,3 +1,24 @@
+2013-08-15  Ian Piumarta  <piumarta at raspberrypi>
+
+	* cmake/Plugins.cmake: Process ${plugin}_extra_sources in both
+	internal and external plugins.  Set ${plugin}_source_dir to the
+	location of the generated plugin C source file.
+
+	* cmake/configure: Add option '--enableFastBlt'.
+
+	* CMakeLists.txt: Add option '--enableFastBlt'.
+
+	* plugins/BitBltPlugin/config.cmake: Added.  Use fast bitblt when
+	enabled and supported.
+
+	* vm-display-X11/sqUnixX11Arm.S: Added.  Support fast display copy on ARM.
+
+	* vm-display-X11/config.cmake: Include optimised BitBlt code when
+	supported and enabled.
+
+	* vm-display-X11/sqUnixX11.c: Use optimised BitBlt support when
+	USE_FAST_BLT is defined.
+
 2013-08-10  Ian Piumarta  <com -dot- gmail -at- piumarta (backwards)>
 
 	* vm/sqUnixMain.c: extreMemory is 64 bits on LP64 architectures.



More information about the Vm-dev mailing list