| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 2B731BBA1C8D9C2000A9B109 /* ispc_texcomp_astc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B731BB51C8D9C2000A9B109 /* ispc_texcomp_astc.cpp */; };
- 2B731BBB1C8D9C2000A9B109 /* ispc_texcomp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2B731BB61C8D9C2000A9B109 /* ispc_texcomp.cpp */; };
- 2B731BBC1C8D9C2000A9B109 /* ispc_texcomp.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B731BB71C8D9C2000A9B109 /* ispc_texcomp.h */; };
- 2B731BBF1C8DB24000A9B109 /* libispc_texcomp.a in Copy a into final location */ = {isa = PBXBuildFile; fileRef = 2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.a */; };
- 3789BBBF1EB8166200B7552A /* kernel_astc.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 3789BBBB1EB8166200B7552A /* kernel_astc.o */; };
- 3789BBC01EB8166200B7552A /* kernel_avx.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 3789BBBC1EB8166200B7552A /* kernel_avx.o */; };
- 3789BBC11EB8166200B7552A /* kernel_sse2.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 3789BBBD1EB8166200B7552A /* kernel_sse2.o */; };
- 3789BBC21EB8166200B7552A /* kernel.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 3789BBBE1EB8166200B7552A /* kernel.o */; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- 2B731BBE1C8DB22300A9B109 /* Copy a into final location */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "$(PROJECT_DIR)/build";
- dstSubfolderSpec = 0;
- files = (
- 2B731BBF1C8DB24000A9B109 /* libispc_texcomp.a in Copy a into final location */,
- );
- name = "Copy a into final location";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libispc_texcomp.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 2B731BB51C8D9C2000A9B109 /* ispc_texcomp_astc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ispc_texcomp_astc.cpp; path = ispc_texcomp/ispc_texcomp_astc.cpp; sourceTree = "<group>"; };
- 2B731BB61C8D9C2000A9B109 /* ispc_texcomp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ispc_texcomp.cpp; path = ispc_texcomp/ispc_texcomp.cpp; sourceTree = "<group>"; };
- 2B731BB71C8D9C2000A9B109 /* ispc_texcomp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ispc_texcomp.h; path = ispc_texcomp/ispc_texcomp.h; sourceTree = "<group>"; };
- 2B731BB81C8D9C2000A9B109 /* kernel_astc.ispc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = kernel_astc.ispc; path = ispc_texcomp/kernel_astc.ispc; sourceTree = "<group>"; };
- 2B731BB91C8D9C2000A9B109 /* kernel.ispc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = kernel.ispc; path = ispc_texcomp/kernel.ispc; sourceTree = "<group>"; };
- 3789BBBB1EB8166200B7552A /* kernel_astc.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; name = kernel_astc.o; path = Build/Intermediates/kernel_astc.o; sourceTree = "<group>"; };
- 3789BBBC1EB8166200B7552A /* kernel_avx.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; name = kernel_avx.o; path = Build/Intermediates/kernel_avx.o; sourceTree = "<group>"; };
- 3789BBBD1EB8166200B7552A /* kernel_sse2.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; name = kernel_sse2.o; path = Build/Intermediates/kernel_sse2.o; sourceTree = "<group>"; };
- 3789BBBE1EB8166200B7552A /* kernel.o */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.objfile"; name = kernel.o; path = Build/Intermediates/kernel.o; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 2B731BAB1C8D9B6500A9B109 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 3789BBC11EB8166200B7552A /* kernel_sse2.o in Frameworks */,
- 3789BBC01EB8166200B7552A /* kernel_avx.o in Frameworks */,
- 3789BBC21EB8166200B7552A /* kernel.o in Frameworks */,
- 3789BBBF1EB8166200B7552A /* kernel_astc.o in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 2B731BA51C8D9B6500A9B109 = {
- isa = PBXGroup;
- children = (
- 3789BBBB1EB8166200B7552A /* kernel_astc.o */,
- 3789BBBC1EB8166200B7552A /* kernel_avx.o */,
- 3789BBBD1EB8166200B7552A /* kernel_sse2.o */,
- 3789BBBE1EB8166200B7552A /* kernel.o */,
- 2B731BB51C8D9C2000A9B109 /* ispc_texcomp_astc.cpp */,
- 2B731BB61C8D9C2000A9B109 /* ispc_texcomp.cpp */,
- 2B731BB71C8D9C2000A9B109 /* ispc_texcomp.h */,
- 2B731BB81C8D9C2000A9B109 /* kernel_astc.ispc */,
- 2B731BB91C8D9C2000A9B109 /* kernel.ispc */,
- 2B731BAF1C8D9B6500A9B109 /* Products */,
- );
- sourceTree = "<group>";
- };
- 2B731BAF1C8D9B6500A9B109 /* Products */ = {
- isa = PBXGroup;
- children = (
- 2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- 2B731BAC1C8D9B6500A9B109 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 2B731BBC1C8D9C2000A9B109 /* ispc_texcomp.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- 2B731BAD1C8D9B6500A9B109 /* ispc_texcomp */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 2B731BB21C8D9B6500A9B109 /* Build configuration list for PBXNativeTarget "ispc_texcomp" */;
- buildPhases = (
- 2B731BBD1C8DA87B00A9B109 /* Compile ISPC files */,
- 2B731BAA1C8D9B6500A9B109 /* Sources */,
- 2B731BAB1C8D9B6500A9B109 /* Frameworks */,
- 2B731BAC1C8D9B6500A9B109 /* Headers */,
- 2B731BBE1C8DB22300A9B109 /* Copy a into final location */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = ispc_texcomp;
- productName = ispc_texcomp;
- productReference = 2B731BAE1C8D9B6500A9B109 /* libispc_texcomp.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 2B731BA61C8D9B6500A9B109 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0730;
- ORGANIZATIONNAME = GameTechDev;
- TargetAttributes = {
- 2B731BAD1C8D9B6500A9B109 = {
- CreatedOnToolsVersion = 7.2.1;
- };
- };
- };
- buildConfigurationList = 2B731BA91C8D9B6500A9B109 /* Build configuration list for PBXProject "ispc_texcomp" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 2B731BA51C8D9B6500A9B109;
- productRefGroup = 2B731BAF1C8D9B6500A9B109 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 2B731BAD1C8D9B6500A9B109 /* ispc_texcomp */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXShellScriptBuildPhase section */
- 2B731BBD1C8DA87B00A9B109 /* Compile ISPC files */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SRCROOT)/ispc_texcomp/kernel.ispc",
- "$(SRCROOT)/ispc_texcomp/kernel_astc.ispc",
- );
- name = "Compile ISPC files";
- outputPaths = (
- "$(SRCROOT)/ispc_texcomp/kernel_ispc.h",
- "$(SRCROOT)/ispc_texcomp/kernel_astc_ispc.h",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "chmod 755 ispc_osx\n./ispc_osx -O2 ispc_texcomp/kernel.ispc -o \"$OBJROOT/kernel.o\" -h ispc_texcomp/kernel_ispc.h --arch=x86-64 --target=sse2,avx --opt=fast-math\n./ispc_osx -O2 ispc_texcomp/kernel_astc.ispc -o \"$OBJROOT/kernel_astc.o\" -h ispc_texcomp/kernel_astc_ispc.h --arch=x86-64 --target=sse2 --opt=fast-math";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 2B731BAA1C8D9B6500A9B109 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 2B731BBA1C8D9C2000A9B109 /* ispc_texcomp_astc.cpp in Sources */,
- 2B731BBB1C8D9C2000A9B109 /* ispc_texcomp.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 2B731BB01C8D9B6500A9B109 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.9;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- 2B731BB11C8D9B6500A9B109 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.9;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = macosx;
- };
- name = Release;
- };
- 2B731BB31C8D9B6500A9B109 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "";
- EXECUTABLE_PREFIX = lib;
- INSTALL_PATH = "";
- LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
- OTHER_LDFLAGS = (
- "$(OBJROOT)/Intermediates/kernel.o",
- "$(OBJROOT)/Intermediates/kernel_sse2.o",
- "$(OBJROOT)/Intermediates/kernel_avx.o",
- "$(OBJROOT)/Intermediates/kernel_astc.o",
- );
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 2B731BB41C8D9B6500A9B109 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "";
- EXECUTABLE_PREFIX = lib;
- INSTALL_PATH = "";
- LD_DYLIB_INSTALL_NAME = "@executable_path/../Frameworks/$(EXECUTABLE_PATH)";
- OTHER_LDFLAGS = (
- "$(OBJROOT)/Intermediates/kernel.o",
- "$(OBJROOT)/Intermediates/kernel_sse2.o",
- "$(OBJROOT)/Intermediates/kernel_avx.o",
- "$(OBJROOT)/Intermediates/kernel_astc.o",
- );
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 2B731BA91C8D9B6500A9B109 /* Build configuration list for PBXProject "ispc_texcomp" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 2B731BB01C8D9B6500A9B109 /* Debug */,
- 2B731BB11C8D9B6500A9B109 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 2B731BB21C8D9B6500A9B109 /* Build configuration list for PBXNativeTarget "ispc_texcomp" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 2B731BB31C8D9B6500A9B109 /* Debug */,
- 2B731BB41C8D9B6500A9B109 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 2B731BA61C8D9B6500A9B109 /* Project object */;
- }
|