Author: agrundman
Date: Wed Jun 2 09:58:30 2010
New Revision: 8842
URL: http://svn.slimdevices.com/jive?rev=8842&view=rev
Log:
Disable Thumb for SDL, the Thumb versions of hot functions such as alpha
blitting are much slower
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-gfx_svn.bb
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-image_svn.bb
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-ttf_svn.bb
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl_svn.bb
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-gfx_svn.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-gfx_svn.bb?rev=8842&r1=8841&r2=8842&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-gfx_svn.bb
(original)
+++ 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-gfx_svn.bb
Wed Jun 2 09:58:30 2010
@@ -6,6 +6,9 @@
PV = "${BV}+svnr${SRCREV}"
#PR = "r0"
+
+# SDL has the hottest functions in the system, and Thumb is much slower for
these
+ARM_INSTRUCTION_SET = "arm"
SRC_URI="${SQUEEZEPLAY_SCM};module=SDL_gfx-${BV}"
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-image_svn.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-image_svn.bb?rev=8842&r1=8841&r2=8842&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-image_svn.bb
(original)
+++ 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-image_svn.bb
Wed Jun 2 09:58:30 2010
@@ -5,7 +5,10 @@
BV = "1.2.5"
PV = "${BV}+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
+
+# SDL has the hottest functions in the system, and Thumb is much slower for
these
+ARM_INSTRUCTION_SET = "arm"
SRC_URI="${SQUEEZEPLAY_SCM};module=SDL_image-${BV}"
Modified:
7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-ttf_svn.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-ttf_svn.bb?rev=8842&r1=8841&r2=8842&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-ttf_svn.bb
(original)
+++ 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl-ttf_svn.bb
Wed Jun 2 09:58:30 2010
@@ -5,10 +5,13 @@
BV = "2.0.8"
PV = "${BV}+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
DEPENDS = "libsdl freetype"
RDEPENDS = "libsdl freetype"
+
+# SDL has the hottest functions in the system, and Thumb is much slower for
these
+ARM_INSTRUCTION_SET = "arm"
SRC_URI="${SQUEEZEPLAY_SCM};module=SDL_ttf-${BV} \
file://SDL_ttf-no-internals.patch;patch=1"
Modified: 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl_svn.bb
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl_svn.bb?rev=8842&r1=8841&r2=8842&view=diff
==============================================================================
--- 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl_svn.bb
(original)
+++ 7.6/trunk/squeezeos/poky/meta-squeezeos/packages/libsdl/libsdl_svn.bb Wed
Jun 2 09:58:30 2010
@@ -5,10 +5,13 @@
BV = "1.2.13"
PV = "${BV}+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
DEPENDS = "alsa-lib"
RDEPENDS = "alsa-lib"
+
+# SDL has the hottest functions in the system, and Thumb is much slower for
these
+ARM_INSTRUCTION_SET = "arm"
SRC_URI = " \
${SQUEEZEPLAY_SCM};module=SDL-${BV} \
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins