istereo

view istereo.xcodeproj/project.pbxproj @ 17:4c20f10a7183

fixed the texture bug
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 07 Sep 2011 09:35:20 +0300
parents 76ad575d72d0
children e3742aafc85b
line source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
9 /* Begin PBXBuildFile section */
10 062A12991416E9750070199C /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12911416E9750070199C /* EAGLView.m */; };
11 062A129A1416E9750070199C /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12931416E9750070199C /* ES1Renderer.m */; };
12 062A129B1416E9750070199C /* ES2Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12951416E9750070199C /* ES2Renderer.m */; };
13 062A129C1416E9750070199C /* istereoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A12981416E9750070199C /* istereoAppDelegate.m */; };
14 062A12A51416E9920070199C /* istereo.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A129D1416E9920070199C /* istereo.c */; };
15 062A12A61416E9920070199C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 062A129F1416E9920070199C /* main.m */; };
16 062A12A71416E9920070199C /* sanegl.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A12A11416E9920070199C /* sanegl.c */; };
17 062A12A81416E9920070199C /* sdr.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A12A31416E9920070199C /* sdr.c */; };
18 062A12AB1416E9A00070199C /* test.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 062A12A91416E9A00070199C /* test.p.glsl */; };
19 062A12AC1416E9A00070199C /* test.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 062A12AA1416E9A00070199C /* test.v.glsl */; };
20 0649A5BF14171BCF00AB62D4 /* respath.c in Sources */ = {isa = PBXBuildFile; fileRef = 0649A5BD14171BCF00AB62D4 /* respath.c */; };
21 0649A6A1141740FA00AB62D4 /* tiles.ppm in Resources */ = {isa = PBXBuildFile; fileRef = 0649A6A0141740FA00AB62D4 /* tiles.ppm */; };
22 0649A6A91417411600AB62D4 /* tex.c in Sources */ = {isa = PBXBuildFile; fileRef = 0649A6A71417411600AB62D4 /* tex.c */; };
23 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
24 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
25 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
26 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
27 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
28 /* End PBXBuildFile section */
30 /* Begin PBXFileReference section */
31 062A12901416E9750070199C /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = EAGLView.h; path = src/EAGLView.h; sourceTree = "<group>"; };
32 062A12911416E9750070199C /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = EAGLView.m; path = src/EAGLView.m; sourceTree = "<group>"; };
33 062A12921416E9750070199C /* ES1Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES1Renderer.h; path = src/ES1Renderer.h; sourceTree = "<group>"; };
34 062A12931416E9750070199C /* ES1Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES1Renderer.m; path = src/ES1Renderer.m; sourceTree = "<group>"; };
35 062A12941416E9750070199C /* ES2Renderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ES2Renderer.h; path = src/ES2Renderer.h; sourceTree = "<group>"; };
36 062A12951416E9750070199C /* ES2Renderer.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = ES2Renderer.m; path = src/ES2Renderer.m; sourceTree = "<group>"; };
37 062A12961416E9750070199C /* ESRenderer.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = ESRenderer.h; path = src/ESRenderer.h; sourceTree = "<group>"; };
38 062A12971416E9750070199C /* istereoAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereoAppDelegate.h; path = src/istereoAppDelegate.h; sourceTree = "<group>"; };
39 062A12981416E9750070199C /* istereoAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = istereoAppDelegate.m; path = src/istereoAppDelegate.m; sourceTree = "<group>"; };
40 062A129D1416E9920070199C /* istereo.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = istereo.c; path = src/istereo.c; sourceTree = "<group>"; };
41 062A129E1416E9920070199C /* istereo.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = istereo.h; path = src/istereo.h; sourceTree = "<group>"; };
42 062A129F1416E9920070199C /* main.m */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.objc; name = main.m; path = src/main.m; sourceTree = "<group>"; };
43 062A12A01416E9920070199C /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = src/opengl.h; sourceTree = "<group>"; };
44 062A12A11416E9920070199C /* sanegl.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sanegl.c; path = src/sanegl.c; sourceTree = "<group>"; };
45 062A12A21416E9920070199C /* sanegl.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sanegl.h; path = src/sanegl.h; sourceTree = "<group>"; };
46 062A12A31416E9920070199C /* sdr.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = sdr.c; path = src/sdr.c; sourceTree = "<group>"; };
47 062A12A41416E9920070199C /* sdr.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = sdr.h; path = src/sdr.h; sourceTree = "<group>"; };
48 062A12A91416E9A00070199C /* test.p.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.p.glsl; path = sdr/test.p.glsl; sourceTree = "<group>"; };
49 062A12AA1416E9A00070199C /* test.v.glsl */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; name = test.v.glsl; path = sdr/test.v.glsl; sourceTree = "<group>"; };
50 0649A5BD14171BCF00AB62D4 /* respath.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = respath.c; path = src/respath.c; sourceTree = "<group>"; };
51 0649A5BE14171BCF00AB62D4 /* respath.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = respath.h; path = src/respath.h; sourceTree = "<group>"; };
52 0649A6A0141740FA00AB62D4 /* tiles.ppm */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = text; path = tiles.ppm; sourceTree = "<group>"; };
53 0649A6A71417411600AB62D4 /* tex.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; name = tex.c; path = src/tex.c; sourceTree = "<group>"; };
54 0649A6A81417411600AB62D4 /* tex.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; name = tex.h; path = src/tex.h; sourceTree = "<group>"; };
55 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
56 1D6058910D05DD3D006BFB54 /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
57 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
58 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
59 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
60 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
61 32CA4F630368D1EE00C91783 /* istereo_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = istereo_Prefix.pch; sourceTree = "<group>"; };
62 8D1107310486CEB800E47090 /* istereo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "istereo-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
63 /* End PBXFileReference section */
65 /* Begin PBXFrameworksBuildPhase section */
66 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
67 isa = PBXFrameworksBuildPhase;
68 buildActionMask = 2147483647;
69 files = (
70 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
71 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
72 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
73 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
74 );
75 runOnlyForDeploymentPostprocessing = 0;
76 };
77 /* End PBXFrameworksBuildPhase section */
79 /* Begin PBXGroup section */
80 062A128D1416E9400070199C /* src */ = {
81 isa = PBXGroup;
82 children = (
83 0649A6A71417411600AB62D4 /* tex.c */,
84 0649A6A81417411600AB62D4 /* tex.h */,
85 0649A5BD14171BCF00AB62D4 /* respath.c */,
86 0649A5BE14171BCF00AB62D4 /* respath.h */,
87 062A129D1416E9920070199C /* istereo.c */,
88 062A129E1416E9920070199C /* istereo.h */,
89 062A12A01416E9920070199C /* opengl.h */,
90 062A12A11416E9920070199C /* sanegl.c */,
91 062A12A21416E9920070199C /* sanegl.h */,
92 062A12A31416E9920070199C /* sdr.c */,
93 062A12A41416E9920070199C /* sdr.h */,
94 062A128F1416E94D0070199C /* gay */,
95 );
96 name = src;
97 sourceTree = "<group>";
98 };
99 062A128E1416E9450070199C /* sdr */ = {
100 isa = PBXGroup;
101 children = (
102 062A12A91416E9A00070199C /* test.p.glsl */,
103 062A12AA1416E9A00070199C /* test.v.glsl */,
104 );
105 name = sdr;
106 sourceTree = "<group>";
107 };
108 062A128F1416E94D0070199C /* gay */ = {
109 isa = PBXGroup;
110 children = (
111 062A129F1416E9920070199C /* main.m */,
112 062A12901416E9750070199C /* EAGLView.h */,
113 062A12911416E9750070199C /* EAGLView.m */,
114 062A12921416E9750070199C /* ES1Renderer.h */,
115 062A12931416E9750070199C /* ES1Renderer.m */,
116 062A12941416E9750070199C /* ES2Renderer.h */,
117 062A12951416E9750070199C /* ES2Renderer.m */,
118 062A12961416E9750070199C /* ESRenderer.h */,
119 062A12971416E9750070199C /* istereoAppDelegate.h */,
120 062A12981416E9750070199C /* istereoAppDelegate.m */,
121 );
122 name = gay;
123 sourceTree = "<group>";
124 };
125 19C28FACFE9D520D11CA2CBB /* Products */ = {
126 isa = PBXGroup;
127 children = (
128 1D6058910D05DD3D006BFB54 /* istereo.app */,
129 );
130 name = Products;
131 sourceTree = "<group>";
132 };
133 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
134 isa = PBXGroup;
135 children = (
136 062A128E1416E9450070199C /* sdr */,
137 062A128D1416E9400070199C /* src */,
138 29B97315FDCFA39411CA2CEA /* Other Sources */,
139 29B97317FDCFA39411CA2CEA /* Resources */,
140 29B97323FDCFA39411CA2CEA /* Frameworks */,
141 19C28FACFE9D520D11CA2CBB /* Products */,
142 );
143 name = CustomTemplate;
144 sourceTree = "<group>";
145 };
146 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
147 isa = PBXGroup;
148 children = (
149 32CA4F630368D1EE00C91783 /* istereo_Prefix.pch */,
150 );
151 name = "Other Sources";
152 sourceTree = "<group>";
153 };
154 29B97317FDCFA39411CA2CEA /* Resources */ = {
155 isa = PBXGroup;
156 children = (
157 0649A6A0141740FA00AB62D4 /* tiles.ppm */,
158 28AD733E0D9D9553002E5188 /* MainWindow.xib */,
159 8D1107310486CEB800E47090 /* istereo-Info.plist */,
160 );
161 name = Resources;
162 sourceTree = "<group>";
163 };
164 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
165 isa = PBXGroup;
166 children = (
167 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
168 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
169 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
170 1D30AB110D05D00D00671497 /* Foundation.framework */,
171 );
172 name = Frameworks;
173 sourceTree = "<group>";
174 };
175 /* End PBXGroup section */
177 /* Begin PBXNativeTarget section */
178 1D6058900D05DD3D006BFB54 /* istereo */ = {
179 isa = PBXNativeTarget;
180 buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */;
181 buildPhases = (
182 1D60588D0D05DD3D006BFB54 /* Resources */,
183 1D60588E0D05DD3D006BFB54 /* Sources */,
184 1D60588F0D05DD3D006BFB54 /* Frameworks */,
185 );
186 buildRules = (
187 );
188 dependencies = (
189 );
190 name = istereo;
191 productName = istereo;
192 productReference = 1D6058910D05DD3D006BFB54 /* istereo.app */;
193 productType = "com.apple.product-type.application";
194 };
195 /* End PBXNativeTarget section */
197 /* Begin PBXProject section */
198 29B97313FDCFA39411CA2CEA /* Project object */ = {
199 isa = PBXProject;
200 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */;
201 compatibilityVersion = "Xcode 3.1";
202 hasScannedForEncodings = 1;
203 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
204 projectDirPath = "";
205 projectRoot = "";
206 targets = (
207 1D6058900D05DD3D006BFB54 /* istereo */,
208 );
209 };
210 /* End PBXProject section */
212 /* Begin PBXResourcesBuildPhase section */
213 1D60588D0D05DD3D006BFB54 /* Resources */ = {
214 isa = PBXResourcesBuildPhase;
215 buildActionMask = 2147483647;
216 files = (
217 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
218 062A12AB1416E9A00070199C /* test.p.glsl in Resources */,
219 062A12AC1416E9A00070199C /* test.v.glsl in Resources */,
220 0649A6A1141740FA00AB62D4 /* tiles.ppm in Resources */,
221 );
222 runOnlyForDeploymentPostprocessing = 0;
223 };
224 /* End PBXResourcesBuildPhase section */
226 /* Begin PBXSourcesBuildPhase section */
227 1D60588E0D05DD3D006BFB54 /* Sources */ = {
228 isa = PBXSourcesBuildPhase;
229 buildActionMask = 2147483647;
230 files = (
231 062A12991416E9750070199C /* EAGLView.m in Sources */,
232 062A129A1416E9750070199C /* ES1Renderer.m in Sources */,
233 062A129B1416E9750070199C /* ES2Renderer.m in Sources */,
234 062A129C1416E9750070199C /* istereoAppDelegate.m in Sources */,
235 062A12A51416E9920070199C /* istereo.c in Sources */,
236 062A12A61416E9920070199C /* main.m in Sources */,
237 062A12A71416E9920070199C /* sanegl.c in Sources */,
238 062A12A81416E9920070199C /* sdr.c in Sources */,
239 0649A5BF14171BCF00AB62D4 /* respath.c in Sources */,
240 0649A6A91417411600AB62D4 /* tex.c in Sources */,
241 );
242 runOnlyForDeploymentPostprocessing = 0;
243 };
244 /* End PBXSourcesBuildPhase section */
246 /* Begin XCBuildConfiguration section */
247 1D6058940D05DD3E006BFB54 /* Debug */ = {
248 isa = XCBuildConfiguration;
249 buildSettings = {
250 ALWAYS_SEARCH_USER_PATHS = NO;
251 COPY_PHASE_STRIP = NO;
252 GCC_DYNAMIC_NO_PIC = NO;
253 GCC_OPTIMIZATION_LEVEL = 0;
254 GCC_PRECOMPILE_PREFIX_HEADER = YES;
255 GCC_PREFIX_HEADER = istereo_Prefix.pch;
256 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
257 INFOPLIST_FILE = "istereo-Info.plist";
258 PRODUCT_NAME = istereo;
259 };
260 name = Debug;
261 };
262 1D6058950D05DD3E006BFB54 /* Release */ = {
263 isa = XCBuildConfiguration;
264 buildSettings = {
265 ALWAYS_SEARCH_USER_PATHS = NO;
266 COPY_PHASE_STRIP = YES;
267 GCC_PRECOMPILE_PREFIX_HEADER = YES;
268 GCC_PREFIX_HEADER = istereo_Prefix.pch;
269 "GCC_THUMB_SUPPORT[arch=armv6]" = "";
270 INFOPLIST_FILE = "istereo-Info.plist";
271 PRODUCT_NAME = istereo;
272 VALIDATE_PRODUCT = YES;
273 };
274 name = Release;
275 };
276 C01FCF4F08A954540054247B /* Debug */ = {
277 isa = XCBuildConfiguration;
278 buildSettings = {
279 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
280 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
281 GCC_C_LANGUAGE_STANDARD = c99;
282 GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
283 GCC_WARN_ABOUT_RETURN_TYPE = YES;
284 GCC_WARN_UNUSED_VARIABLE = YES;
285 PREBINDING = NO;
286 SDKROOT = iphoneos4.0;
287 };
288 name = Debug;
289 };
290 C01FCF5008A954540054247B /* Release */ = {
291 isa = XCBuildConfiguration;
292 buildSettings = {
293 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
294 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
295 GCC_C_LANGUAGE_STANDARD = c99;
296 GCC_WARN_ABOUT_RETURN_TYPE = YES;
297 GCC_WARN_UNUSED_VARIABLE = YES;
298 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
299 PREBINDING = NO;
300 SDKROOT = iphoneos4.0;
301 };
302 name = Release;
303 };
304 /* End XCBuildConfiguration section */
306 /* Begin XCConfigurationList section */
307 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "istereo" */ = {
308 isa = XCConfigurationList;
309 buildConfigurations = (
310 1D6058940D05DD3E006BFB54 /* Debug */,
311 1D6058950D05DD3E006BFB54 /* Release */,
312 );
313 defaultConfigurationIsVisible = 0;
314 defaultConfigurationName = Release;
315 };
316 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "istereo" */ = {
317 isa = XCConfigurationList;
318 buildConfigurations = (
319 C01FCF4F08A954540054247B /* Debug */,
320 C01FCF5008A954540054247B /* Release */,
321 );
322 defaultConfigurationIsVisible = 0;
323 defaultConfigurationName = Release;
324 };
325 /* End XCConfigurationList section */
326 };
327 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
328 }