fix odd-pixel bug in mipmap downsamplers (thanks brett)



git-svn-id: http://skia.googlecode.com/svn/trunk@204 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj b/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj
index b3a38f1..88dac6b 100644
--- a/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj
+++ b/xcode/sampleapp_sdl/SDLApp.xcodeproj/project.pbxproj
@@ -95,6 +95,27 @@
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
+		000A99D20FDD3530007E45BD /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0096583F0FC71CA700C3AE15 /* core.xcodeproj */;
+			proxyType = 1;
+			remoteGlobalIDString = D2AAC045055464E500DB518D /* core */;
+			remoteInfo = core;
+		};
+		000A99D40FDD3534007E45BD /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0064EE5E0FC72C9600D71FB0 /* effects.xcodeproj */;
+			proxyType = 1;
+			remoteGlobalIDString = D2AAC045055464E500DB518D /* effects */;
+			remoteInfo = effects;
+		};
+		000A99D60FDD3538007E45BD /* PBXContainerItemProxy */ = {
+			isa = PBXContainerItemProxy;
+			containerPortal = 0096585B0FC7201800C3AE15 /* maccore.xcodeproj */;
+			proxyType = 1;
+			remoteGlobalIDString = D2AAC045055464E500DB518D /* maccore */;
+			remoteInfo = maccore;
+		};
 		006DC7D80FC7475400BF5F45 /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = 0064EE5E0FC72C9600D71FB0 /* effects.xcodeproj */;
@@ -477,6 +498,9 @@
 			buildRules = (
 			);
 			dependencies = (
+				000A99D30FDD3530007E45BD /* PBXTargetDependency */,
+				000A99D50FDD3534007E45BD /* PBXTargetDependency */,
+				000A99D70FDD3538007E45BD /* PBXTargetDependency */,
 			);
 			name = "«PROJECTNAME»";
 			productInstallPath = "$(HOME)/Applications";
@@ -637,6 +661,24 @@
 		};
 /* End PBXSourcesBuildPhase section */
 
+/* Begin PBXTargetDependency section */
+		000A99D30FDD3530007E45BD /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = core;
+			targetProxy = 000A99D20FDD3530007E45BD /* PBXContainerItemProxy */;
+		};
+		000A99D50FDD3534007E45BD /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = effects;
+			targetProxy = 000A99D40FDD3534007E45BD /* PBXContainerItemProxy */;
+		};
+		000A99D70FDD3538007E45BD /* PBXTargetDependency */ = {
+			isa = PBXTargetDependency;
+			name = maccore;
+			targetProxy = 000A99D60FDD3538007E45BD /* PBXContainerItemProxy */;
+		};
+/* End PBXTargetDependency section */
+
 /* Begin PBXVariantGroup section */
 		089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
 			isa = PBXVariantGroup;