Mercurial > sdl-ios-xcode
comparison Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj/project.pbxproj @ 5159:307ccc9c135e
Made it possible to create a texture of any format, even if not supported by the renderer.
This allows me to reduce the set of formats supported by the renderers to the most optimal set, for a nice speed boost.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 03 Feb 2011 00:19:40 -0800 |
parents | fb424691cfc7 |
children | 4d39eeaad00b |
comparison
equal
deleted
inserted
replaced
5158:f3ebd1950442 | 5159:307ccc9c135e |
---|---|
71 0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */; }; | 71 0420497111E6F03D007E7EC9 /* SDL_clipboardevents.c in Sources */ = {isa = PBXBuildFile; fileRef = 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */; }; |
72 043DD76F10FD8A0000DED673 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */; }; | 72 043DD76F10FD8A0000DED673 /* SDL_alphamult.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */; }; |
73 043DD77010FD8A0000DED673 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */; }; | 73 043DD77010FD8A0000DED673 /* SDL_alphamult.h in Headers */ = {isa = PBXBuildFile; fileRef = 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */; }; |
74 043DD77110FD8A0000DED673 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */; }; | 74 043DD77110FD8A0000DED673 /* SDL_blendfillrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */; }; |
75 043DD77210FD8A0000DED673 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */; }; | 75 043DD77210FD8A0000DED673 /* SDL_drawrect.c in Sources */ = {isa = PBXBuildFile; fileRef = 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */; }; |
76 04409BA612FA989600FB9AA8 /* mmx.h in Headers */ = {isa = PBXBuildFile; fileRef = 04409BA212FA989600FB9AA8 /* mmx.h */; }; | |
77 04409BA712FA989600FB9AA8 /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409BA312FA989600FB9AA8 /* SDL_yuv_mmx.c */; }; | |
78 04409BA812FA989600FB9AA8 /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = 04409BA412FA989600FB9AA8 /* SDL_yuv_sw_c.h */; }; | |
79 04409BA912FA989600FB9AA8 /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = 04409BA512FA989600FB9AA8 /* SDL_yuv_sw.c */; }; | |
76 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04461DED0EA76BA3006C462D /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 80 04461DEE0EA76BA3006C462D /* SDL_haptic.h in Headers */ = {isa = PBXBuildFile; fileRef = 04461DED0EA76BA3006C462D /* SDL_haptic.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
77 044E5FB511E6069F0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB311E6069F0076F181 /* SDL_clipboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 81 044E5FB511E6069F0076F181 /* SDL_clipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB311E6069F0076F181 /* SDL_clipboard.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
78 044E5FB611E6069F0076F181 /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB411E6069F0076F181 /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; | 82 044E5FB611E6069F0076F181 /* SDL_input.h in Headers */ = {isa = PBXBuildFile; fileRef = 044E5FB411E6069F0076F181 /* SDL_input.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
79 044E5FB811E606EB0076F181 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 044E5FB711E606EB0076F181 /* SDL_clipboard.c */; }; | 83 044E5FB811E606EB0076F181 /* SDL_clipboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 044E5FB711E606EB0076F181 /* SDL_clipboard.c */; }; |
80 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387370F0B5B7D0041FD65 /* SDL_blendline.c */; }; | 84 0463873F0F0B5B7D0041FD65 /* SDL_blendline.c in Sources */ = {isa = PBXBuildFile; fileRef = 046387370F0B5B7D0041FD65 /* SDL_blendline.c */; }; |
221 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */; }; | 225 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */; }; |
222 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683170DF2374E00F98A1A /* SDL_stretch.c */; }; | 226 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683170DF2374E00F98A1A /* SDL_stretch.c */; }; |
223 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683190DF2374E00F98A1A /* SDL_surface.c */; }; | 227 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA683190DF2374E00F98A1A /* SDL_surface.c */; }; |
224 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */; }; | 228 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */; }; |
225 FDA684680DF2374E00F98A1A /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831B0DF2374E00F98A1A /* SDL_video.c */; }; | 229 FDA684680DF2374E00F98A1A /* SDL_video.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831B0DF2374E00F98A1A /* SDL_video.c */; }; |
226 FDA684690DF2374E00F98A1A /* SDL_yuv_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */; }; | |
227 FDA6846A0DF2374E00F98A1A /* SDL_yuv_sw.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */; }; | |
228 FDA6846B0DF2374E00F98A1A /* SDL_yuv_sw_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */; }; | |
229 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F50DF244C800F98A1A /* SDL_nullevents.c */; }; | 230 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F50DF244C800F98A1A /* SDL_nullevents.c */; }; |
230 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */; }; | 231 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */; }; |
231 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */; }; | 232 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */ = {isa = PBXBuildFile; fileRef = FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */; }; |
232 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */; }; | 233 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */ = {isa = PBXBuildFile; fileRef = FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */; }; |
233 FDC656480E560DF800311C8E /* jumphack.c in Sources */ = {isa = PBXBuildFile; fileRef = FDC656440E560DF800311C8E /* jumphack.c */; }; | 234 FDC656480E560DF800311C8E /* jumphack.c in Sources */ = {isa = PBXBuildFile; fileRef = FDC656440E560DF800311C8E /* jumphack.c */; }; |
326 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboardevents.c; sourceTree = "<group>"; }; | 327 0420496F11E6F03D007E7EC9 /* SDL_clipboardevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboardevents.c; sourceTree = "<group>"; }; |
327 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; | 328 043DD76B10FD8A0000DED673 /* SDL_alphamult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_alphamult.c; sourceTree = "<group>"; }; |
328 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; | 329 043DD76C10FD8A0000DED673 /* SDL_alphamult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_alphamult.h; sourceTree = "<group>"; }; |
329 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; | 330 043DD76D10FD8A0000DED673 /* SDL_blendfillrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendfillrect.c; sourceTree = "<group>"; }; |
330 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; }; | 331 043DD76E10FD8A0000DED673 /* SDL_drawrect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_drawrect.c; sourceTree = "<group>"; }; |
332 04409BA212FA989600FB9AA8 /* mmx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mmx.h; sourceTree = "<group>"; }; | |
333 04409BA312FA989600FB9AA8 /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; }; | |
334 04409BA412FA989600FB9AA8 /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; }; | |
335 04409BA512FA989600FB9AA8 /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; }; | |
331 04461DED0EA76BA3006C462D /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; | 336 04461DED0EA76BA3006C462D /* SDL_haptic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_haptic.h; path = ../../include/SDL_haptic.h; sourceTree = SOURCE_ROOT; }; |
332 044E5FB311E6069F0076F181 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboard.h; path = ../../include/SDL_clipboard.h; sourceTree = SOURCE_ROOT; }; | 337 044E5FB311E6069F0076F181 /* SDL_clipboard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_clipboard.h; path = ../../include/SDL_clipboard.h; sourceTree = SOURCE_ROOT; }; |
333 044E5FB411E6069F0076F181 /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_input.h; path = ../../include/SDL_input.h; sourceTree = SOURCE_ROOT; }; | 338 044E5FB411E6069F0076F181 /* SDL_input.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_input.h; path = ../../include/SDL_input.h; sourceTree = SOURCE_ROOT; }; |
334 044E5FB711E606EB0076F181 /* SDL_clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboard.c; sourceTree = "<group>"; }; | 339 044E5FB711E606EB0076F181 /* SDL_clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_clipboard.c; sourceTree = "<group>"; }; |
335 046387370F0B5B7D0041FD65 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; | 340 046387370F0B5B7D0041FD65 /* SDL_blendline.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_blendline.c; sourceTree = "<group>"; }; |
503 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; }; | 508 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_RLEaccel_c.h; sourceTree = "<group>"; }; |
504 FDA683170DF2374E00F98A1A /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; }; | 509 FDA683170DF2374E00F98A1A /* SDL_stretch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_stretch.c; sourceTree = "<group>"; }; |
505 FDA683190DF2374E00F98A1A /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; }; | 510 FDA683190DF2374E00F98A1A /* SDL_surface.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_surface.c; sourceTree = "<group>"; }; |
506 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; }; | 511 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sysvideo.h; sourceTree = "<group>"; }; |
507 FDA6831B0DF2374E00F98A1A /* SDL_video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_video.c; sourceTree = "<group>"; }; | 512 FDA6831B0DF2374E00F98A1A /* SDL_video.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_video.c; sourceTree = "<group>"; }; |
508 FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_mmx.c; sourceTree = "<group>"; }; | |
509 FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_yuv_sw.c; sourceTree = "<group>"; }; | |
510 FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_yuv_sw_c.h; sourceTree = "<group>"; }; | |
511 FDA685F50DF244C800F98A1A /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; | 513 FDA685F50DF244C800F98A1A /* SDL_nullevents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullevents.c; sourceTree = "<group>"; }; |
512 FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; | 514 FDA685F60DF244C800F98A1A /* SDL_nullevents_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullevents_c.h; sourceTree = "<group>"; }; |
513 FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; | 515 FDA685F90DF244C800F98A1A /* SDL_nullvideo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_nullvideo.c; sourceTree = "<group>"; }; |
514 FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; | 516 FDA685FA0DF244C800F98A1A /* SDL_nullvideo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_nullvideo.h; sourceTree = "<group>"; }; |
515 FDC261780E3A3FC8001C4554 /* keyinfotable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keyinfotable.h; sourceTree = "<group>"; }; | 517 FDC261780E3A3FC8001C4554 /* keyinfotable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keyinfotable.h; sourceTree = "<group>"; }; |
657 }; | 659 }; |
658 041B2CE312FA0F680087D585 /* render */ = { | 660 041B2CE312FA0F680087D585 /* render */ = { |
659 isa = PBXGroup; | 661 isa = PBXGroup; |
660 children = ( | 662 children = ( |
661 041B2CE812FA0F680087D585 /* opengles */, | 663 041B2CE812FA0F680087D585 /* opengles */, |
664 041B2CEC12FA0F680087D585 /* software */, | |
665 04409BA212FA989600FB9AA8 /* mmx.h */, | |
662 041B2CEA12FA0F680087D585 /* SDL_render.c */, | 666 041B2CEA12FA0F680087D585 /* SDL_render.c */, |
663 041B2CEB12FA0F680087D585 /* SDL_sysrender.h */, | 667 041B2CEB12FA0F680087D585 /* SDL_sysrender.h */, |
664 041B2CEC12FA0F680087D585 /* software */, | 668 04409BA312FA989600FB9AA8 /* SDL_yuv_mmx.c */, |
669 04409BA412FA989600FB9AA8 /* SDL_yuv_sw_c.h */, | |
670 04409BA512FA989600FB9AA8 /* SDL_yuv_sw.c */, | |
665 ); | 671 ); |
666 name = render; | 672 name = render; |
667 path = ../../src/render; | 673 path = ../../src/render; |
668 sourceTree = SOURCE_ROOT; | 674 sourceTree = SOURCE_ROOT; |
669 }; | 675 }; |
1111 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */, | 1117 FDA683160DF2374E00F98A1A /* SDL_RLEaccel_c.h */, |
1112 FDA683170DF2374E00F98A1A /* SDL_stretch.c */, | 1118 FDA683170DF2374E00F98A1A /* SDL_stretch.c */, |
1113 FDA683190DF2374E00F98A1A /* SDL_surface.c */, | 1119 FDA683190DF2374E00F98A1A /* SDL_surface.c */, |
1114 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */, | 1120 FDA6831A0DF2374E00F98A1A /* SDL_sysvideo.h */, |
1115 FDA6831B0DF2374E00F98A1A /* SDL_video.c */, | 1121 FDA6831B0DF2374E00F98A1A /* SDL_video.c */, |
1116 FDA6831C0DF2374E00F98A1A /* SDL_yuv_mmx.c */, | |
1117 FDA6831D0DF2374E00F98A1A /* SDL_yuv_sw.c */, | |
1118 FDA6831E0DF2374E00F98A1A /* SDL_yuv_sw_c.h */, | |
1119 ); | 1122 ); |
1120 name = video; | 1123 name = video; |
1121 path = ../../src/video; | 1124 path = ../../src/video; |
1122 sourceTree = SOURCE_ROOT; | 1125 sourceTree = SOURCE_ROOT; |
1123 }; | 1126 }; |
1177 FDA684550DF2374E00F98A1A /* SDL_blit_copy.h in Headers */, | 1180 FDA684550DF2374E00F98A1A /* SDL_blit_copy.h in Headers */, |
1178 FDA6845B0DF2374E00F98A1A /* SDL_leaks.h in Headers */, | 1181 FDA6845B0DF2374E00F98A1A /* SDL_leaks.h in Headers */, |
1179 FDA6845D0DF2374E00F98A1A /* SDL_pixels_c.h in Headers */, | 1182 FDA6845D0DF2374E00F98A1A /* SDL_pixels_c.h in Headers */, |
1180 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */, | 1183 FDA684630DF2374E00F98A1A /* SDL_RLEaccel_c.h in Headers */, |
1181 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */, | 1184 FDA684670DF2374E00F98A1A /* SDL_sysvideo.h in Headers */, |
1182 FDA6846B0DF2374E00F98A1A /* SDL_yuv_sw_c.h in Headers */, | |
1183 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */, | 1185 FDA685FC0DF244C800F98A1A /* SDL_nullevents_c.h in Headers */, |
1184 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */, | 1186 FDA686000DF244C800F98A1A /* SDL_nullvideo.h in Headers */, |
1185 FD5F9D300E0E08B3008E885B /* SDL_joystick_c.h in Headers */, | 1187 FD5F9D300E0E08B3008E885B /* SDL_joystick_c.h in Headers */, |
1186 FD5F9D310E0E08B3008E885B /* SDL_sysjoystick.h in Headers */, | 1188 FD5F9D310E0E08B3008E885B /* SDL_sysjoystick.h in Headers */, |
1187 FD689EFC0E26E57800F90B21 /* SDL_coreaudio_iphone.h in Headers */, | 1189 FD689EFC0E26E57800F90B21 /* SDL_coreaudio_iphone.h in Headers */, |
1218 04BA9D7E11EF497E00B60E01 /* SDL_touch.h in Headers */, | 1220 04BA9D7E11EF497E00B60E01 /* SDL_touch.h in Headers */, |
1219 04FFAB9612E23BDC00BA343D /* SDL_blendmode.h in Headers */, | 1221 04FFAB9612E23BDC00BA343D /* SDL_blendmode.h in Headers */, |
1220 04FFAB9812E23BDC00BA343D /* SDL_shape.h in Headers */, | 1222 04FFAB9812E23BDC00BA343D /* SDL_shape.h in Headers */, |
1221 041B2CD912FA0E9E0087D585 /* SDL_render.h in Headers */, | 1223 041B2CD912FA0E9E0087D585 /* SDL_render.h in Headers */, |
1222 041B2CF212FA0F680087D585 /* SDL_sysrender.h in Headers */, | 1224 041B2CF212FA0F680087D585 /* SDL_sysrender.h in Headers */, |
1225 04409BA612FA989600FB9AA8 /* mmx.h in Headers */, | |
1226 04409BA812FA989600FB9AA8 /* SDL_yuv_sw_c.h in Headers */, | |
1223 ); | 1227 ); |
1224 runOnlyForDeploymentPostprocessing = 0; | 1228 runOnlyForDeploymentPostprocessing = 0; |
1225 }; | 1229 }; |
1226 /* End PBXHeadersBuildPhase section */ | 1230 /* End PBXHeadersBuildPhase section */ |
1227 | 1231 |
1425 FDA6845E0DF2374E00F98A1A /* SDL_rect.c in Sources */, | 1429 FDA6845E0DF2374E00F98A1A /* SDL_rect.c in Sources */, |
1426 FDA684620DF2374E00F98A1A /* SDL_RLEaccel.c in Sources */, | 1430 FDA684620DF2374E00F98A1A /* SDL_RLEaccel.c in Sources */, |
1427 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */, | 1431 FDA684640DF2374E00F98A1A /* SDL_stretch.c in Sources */, |
1428 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */, | 1432 FDA684660DF2374E00F98A1A /* SDL_surface.c in Sources */, |
1429 FDA684680DF2374E00F98A1A /* SDL_video.c in Sources */, | 1433 FDA684680DF2374E00F98A1A /* SDL_video.c in Sources */, |
1430 FDA684690DF2374E00F98A1A /* SDL_yuv_mmx.c in Sources */, | |
1431 FDA6846A0DF2374E00F98A1A /* SDL_yuv_sw.c in Sources */, | |
1432 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */, | 1434 FDA685FB0DF244C800F98A1A /* SDL_nullevents.c in Sources */, |
1433 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */, | 1435 FDA685FF0DF244C800F98A1A /* SDL_nullvideo.c in Sources */, |
1434 FD5F9D2F0E0E08B3008E885B /* SDL_joystick.c in Sources */, | 1436 FD5F9D2F0E0E08B3008E885B /* SDL_joystick.c in Sources */, |
1435 FD689EFB0E26E57800F90B21 /* SDL_coreaudio_iphone.c in Sources */, | 1437 FD689EFB0E26E57800F90B21 /* SDL_coreaudio_iphone.c in Sources */, |
1436 FD689F030E26E5B600F90B21 /* SDL_sysjoystick.m in Sources */, | 1438 FD689F030E26E5B600F90B21 /* SDL_sysjoystick.m in Sources */, |
1467 04FFAB8B12E23B8D00BA343D /* SDL_atomic.c in Sources */, | 1469 04FFAB8B12E23B8D00BA343D /* SDL_atomic.c in Sources */, |
1468 04FFAB8C12E23B8D00BA343D /* SDL_spinlock.c in Sources */, | 1470 04FFAB8C12E23B8D00BA343D /* SDL_spinlock.c in Sources */, |
1469 041B2CF012FA0F680087D585 /* SDL_renderer_gles.c in Sources */, | 1471 041B2CF012FA0F680087D585 /* SDL_renderer_gles.c in Sources */, |
1470 041B2CF112FA0F680087D585 /* SDL_render.c in Sources */, | 1472 041B2CF112FA0F680087D585 /* SDL_render.c in Sources */, |
1471 041B2CF312FA0F680087D585 /* SDL_renderer_sw.c in Sources */, | 1473 041B2CF312FA0F680087D585 /* SDL_renderer_sw.c in Sources */, |
1474 04409BA712FA989600FB9AA8 /* SDL_yuv_mmx.c in Sources */, | |
1475 04409BA912FA989600FB9AA8 /* SDL_yuv_sw.c in Sources */, | |
1472 ); | 1476 ); |
1473 runOnlyForDeploymentPostprocessing = 0; | 1477 runOnlyForDeploymentPostprocessing = 0; |
1474 }; | 1478 }; |
1475 /* End PBXSourcesBuildPhase section */ | 1479 /* End PBXSourcesBuildPhase section */ |
1476 | 1480 |