Author: Lars Wassermann <[email protected]>
Branch: 
Changeset: r297:4a7e6857957c
Date: 2013-04-17 18:36 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/4a7e6857957c/

Log:    updated minibluebookdebug.image to include the code of
        BitBltSim.19.cs

diff --git a/BitBltSim.19.cs b/BitBltSim.19.cs
--- a/BitBltSim.19.cs
+++ b/BitBltSim.19.cs
@@ -146,7 +146,7 @@
                                                                ifFalse: 
[simSourceBits at: simSourceIndex + 1].
                                                                                
                                        "pick up next word"
                                        skewWord _
-                                                       prevWord bitOr: 
(thisWord bitAnd: simSkewMask bitInvert32).
+                                                       prevWord bitOr: 
(thisWord bitAnd: noSimSkewMask).
                                        prevWord _ thisWord.
                                        "Change from BB: bitAnd: AllOnes to 
stay in word bounds"
                                        skewWord _ ((skewWord bitShift: 
simSkew) bitAnd: AllOnes) bitOr:
@@ -211,7 +211,7 @@
                        combinationRule = 39 ifTrue: [^ dstWord]. "pixClear"
                        combinationRule = 40 ifTrue: [^ dstWord]. "fixAlpha"
                        combinationRule = 41 ifTrue: [^ dstWord]. 
"rgbComponentAlpha"].
-       self error: 'Combination Rule is not supported.'! !
+       self error: 'The Combination Rule(', combinationRule,') is not 
supported.'! !
 
 !BitBlt methodsFor: 'simulation' stamp: 'tfel 1/1/1981 00:00'!
 pixPaint: srcWord with: dstWord
diff --git a/images/minibluebookdebug.image b/images/minibluebookdebug.image
index 
72834c73d01e0d5de097c1c824971bd952d0e6e8..e14767581ade29ce25d0c0fa8bdd3aef9ebc6a51
GIT binary patch

[cut]

_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to