1212
[[ RemoveThreadedRendering ]] Remove all code related to threaded ren… · PythonBlue/livecode@ccbcbe0 · GitHub
Skip to content

Commit ccbcbe0

Browse files
committed
[[ RemoveThreadedRendering ]] Remove all code related to threaded rendering.
1 parent de581f1 commit ccbcbe0

30 files changed

+1357
-1726
lines changed

engine/Android.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ LOCAL_SRC_FILES := $(addprefix src/,\
7171
mblandroidprocess.cpp mblandroidscroller.cpp mblandroidsensor.cpp mblandroidstore.cpp mblandroidsound.cpp \
7272
mblandroidtextlayout.cpp mblandroidtextmessaging.cpp \
7373
mblandroidtypeface.cpp \
74-
mblandroidurl.cpp \
75-
stacktile.cpp sysunxthreads.cpp)
74+
mblandroidurl.cpp )
7675

7776
LOCAL_C_INCLUDES := \
7877
$(LOCAL_PATH)/include \

engine/Makefile.kernel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ SOURCES=\
6565
linuxstubs.cpp notify.cpp eventqueue.cpp \
6666
objectprops.cpp objectpropsets.cpp variablevalue.cpp internal.cpp mcutility.cpp name.cpp \
6767
redraw.cpp tilecache.cpp tilecachesw.cpp syslnxregion.cpp fieldstyledtext.cpp paragrafattr.cpp \
68-
fonttable.cpp fieldrtf.cpp fieldhtml.cpp stackcache.cpp quicktime.cpp \
69-
sysunxthreads.cpp, stacktile.cpp
68+
fonttable.cpp fieldrtf.cpp fieldhtml.cpp stackcache.cpp quicktime.cpp
7069

7170
linuxstubs.cpp: src/linux.stubs
7271
../prebuilt/bin/Revolution.lnx "../tools/weak_stub_maker.lc" <./src/linux.stubs >./src/linuxstubs.cpp

engine/Makefile.kernel-server

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ SOURCES=\
5858
srvscript.cpp srvcgi.cpp srvoutput.cpp srvmultipart.cpp srvtheme.cpp \
5959
eventqueue.cpp encodederrors.cpp name.cpp redraw.cpp tilecache.cpp tilecachesw.cpp \
6060
fonttable.cpp fieldrtf.cpp fieldhtml.cpp fieldstyledtext.cpp paragrafattr.cpp \
61-
graphicscontext.cpp lnxflst.cpp lnxflstold.cpp quicktime.cpp \
62-
sysunxthreads.cpp, stacktile.cpp
61+
graphicscontext.cpp lnxflst.cpp lnxflstold.cpp quicktime.cpp
6362

6463
SOURCE_DIRS=
6564

engine/engine-mobile.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
/* Begin PBXBuildFile section */
2424
3CC6F42812AD0A6100852B3B /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC6F42712AD0A6100852B3B /* CFNetwork.framework */; };
25-
4C529CBC1973CF16007C5F7C /* sysunxthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C529CBB1973CF16007C5F7C /* sysunxthreads.cpp */; };
26-
4C529CBF1973CF4A007C5F7C /* stacktile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C529CBD1973CF4A007C5F7C /* stacktile.cpp */; };
2725
4C8544E8199E10DB00A568B6 /* coretextlayout.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4C8544E7199E10DB00A568B6 /* coretextlayout.mm */; };
2826
4C977245193C986700DB2F4A /* coretextfonts.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C977244193C986700DB2F4A /* coretextfonts.cpp */; };
2927
4CCD60C319DB0535002DFCE5 /* mobile-splashscreen-template.plist in Resources */ = {isa = PBXBuildFile; fileRef = 4CCD60C219DB0535002DFCE5 /* mobile-splashscreen-template.plist */; };
@@ -515,9 +513,6 @@
515513
4C34550114F3FEA1008D7E50 /* mbliphonead.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = mbliphonead.mm; path = src/mbliphonead.mm; sourceTree = "<group>"; };
516514
4C34550314F3FF12008D7E50 /* AdModule.java */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.java; path = AdModule.java; sourceTree = "<group>"; };
517515
4C529CBA1973CF16007C5F7C /* systhreads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systhreads.h; path = src/systhreads.h; sourceTree = "<group>"; };
518-
4C529CBB1973CF16007C5F7C /* sysunxthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sysunxthreads.cpp; path = src/sysunxthreads.cpp; sourceTree = "<group>"; };
519-
4C529CBD1973CF4A007C5F7C /* stacktile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stacktile.cpp; path = src/stacktile.cpp; sourceTree = "<group>"; };
520-
4C529CBE1973CF4A007C5F7C /* stacktile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stacktile.h; path = src/stacktile.h; sourceTree = "<group>"; };
521516
4C6D0A371407D04D003B1BA3 /* sysunxnetwork.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sysunxnetwork.cpp; path = src/sysunxnetwork.cpp; sourceTree = "<group>"; };
522517
4C7D1CE31476747700129F01 /* exec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = exec.h; path = src/exec.h; sourceTree = "<group>"; };
523518
4C7D1CE5147674C300129F01 /* mblcamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mblcamera.cpp; path = src/mblcamera.cpp; sourceTree = "<group>"; };
@@ -1590,8 +1585,6 @@
15901585
4DD3DEE61040ADEF00CAC7EF /* stacke.cpp */,
15911586
4DD3DEE51040ADEF00CAC7EF /* stacklst.cpp */,
15921587
4DD3DEE41040ADEF00CAC7EF /* stacklst.h */,
1593-
4C529CBD1973CF4A007C5F7C /* stacktile.cpp */,
1594-
4C529CBE1973CF4A007C5F7C /* stacktile.h */,
15951588
E8B6EE1317F0A1C900F77E0E /* stackview.cpp */,
15961589
4DD3DF061040ADFC00CAC7EF /* styledtext.cpp */,
15971590
4DD3DF051040ADFC00CAC7EF /* styledtext.h */,
@@ -1673,7 +1666,6 @@
16731666
4DD3DF041040ADFC00CAC7EF /* System.h */,
16741667
4C529CBA1973CF16007C5F7C /* systhreads.h */,
16751668
4C6D0A371407D04D003B1BA3 /* sysunxnetwork.cpp */,
1676-
4C529CBB1973CF16007C5F7C /* sysunxthreads.cpp */,
16771669
);
16781670
name = System;
16791671
sourceTree = "<group>";
@@ -2111,7 +2103,6 @@
21112103
4DABCDA015ECD4700085E214 /* buttondraw.cpp in Sources */,
21122104
4DABCDA115ECD4700085E214 /* capsule.cpp in Sources */,
21132105
4DABCDA215ECD4700085E214 /* card.cpp in Sources */,
2114-
4C529CBC1973CF16007C5F7C /* sysunxthreads.cpp in Sources */,
21152106
4DABCDA315ECD4700085E214 /* cardlst.cpp in Sources */,
21162107
4DABCDA415ECD4700085E214 /* cdata.cpp in Sources */,
21172108
4DABCDA515ECD4700085E214 /* chunk.cpp in Sources */,
@@ -2308,7 +2299,6 @@
23082299
4DBF5B291802E63F009CAB2E /* socket_resolve.cpp in Sources */,
23092300
E8C22C46177B1700003785D3 /* cgimageutil.cpp in Sources */,
23102301
4C977245193C986700DB2F4A /* coretextfonts.cpp in Sources */,
2311-
4C529CBF1973CF4A007C5F7C /* stacktile.cpp in Sources */,
23122302
E8C22E57177B2884003785D3 /* imagelist.cpp in Sources */,
23132303
E8C22E73177B2960003785D3 /* graphicscontext.cpp in Sources */,
23142304
E8C22E75177B2B53003785D3 /* mbltheme.cpp in Sources */,

engine/engine.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
/* Begin PBXBuildFile section */
2424
1D46D3021B038BE500681BE3 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DDE08EA1945F10A000E3705 /* QTKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
25-
1D733BC5198AA31C0098E717 /* stacktile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C8B5BBB19733AB10014058F /* stacktile.cpp */; };
26-
1D733BC6198AA3340098E717 /* sysunxthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C8B5BB91972A6B90014058F /* sysunxthreads.cpp */; };
2725
1DC1249518FC422B00C2FEF3 /* quicktimestubs.mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DC1249418FC422300C2FEF3 /* quicktimestubs.mac.cpp */; };
2826
1DC1249618FC423200C2FEF3 /* quicktimestubs.mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1DC1249418FC422300C2FEF3 /* quicktimestubs.mac.cpp */; };
2927
1DDE08D11945DD32000E3705 /* mac-qt-player.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1DDE08D01945DD31000E3705 /* mac-qt-player.mm */; };
@@ -47,8 +45,6 @@
4745
4C529CB01973CC45007C5F7C /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DDE08E81945F0DE000E3705 /* CoreMedia.framework */; settings = {ATTRIBUTES = (Required, ); }; };
4846
4C529CB11973CC4D007C5F7C /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DDE08E61945F036000E3705 /* AVFoundation.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
4947
4C885A0F1940C6D40040DF0B /* coretextfonts.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C977250193CAF5000DB2F4A /* coretextfonts.cpp */; };
50-
4C8B5BBA1972B7300014058F /* sysunxthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C8B5BB91972A6B90014058F /* sysunxthreads.cpp */; };
51-
4C8B5BBC19733AB10014058F /* stacktile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C8B5BBB19733AB10014058F /* stacktile.cpp */; };
5248
4C977251193CAF5D00DB2F4A /* coretextfonts.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4C977250193CAF5000DB2F4A /* coretextfonts.cpp */; };
5349
4CC1535714E7FB91009FA80E /* paragrafattr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CC1535614E7FB91009FA80E /* paragrafattr.cpp */; };
5450
4CC1536214E7FE1D009FA80E /* fieldstyledtext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CC1536114E7FE1D009FA80E /* fieldstyledtext.cpp */; };
@@ -934,11 +930,6 @@
934930
4C10D76D16BF9BFA00D25197 /* graphicscontext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = graphicscontext.cpp; path = src/graphicscontext.cpp; sourceTree = "<group>"; };
935931
4C10D76E16BF9BFA00D25197 /* graphicscontext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = graphicscontext.h; path = src/graphicscontext.h; sourceTree = "<group>"; };
936932
4C10D82416BFADB800D25197 /* libgraphics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libgraphics.xcodeproj; path = ../libgraphics/libgraphics.xcodeproj; sourceTree = SOURCE_ROOT; };
937-
4C529CC219741CC8007C5F7C /* sysw32threads.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sysw32threads.cpp; path = src/sysw32threads.cpp; sourceTree = "<group>"; };
938-
4C8B5BB81972A4000014058F /* systhreads.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = systhreads.h; path = src/systhreads.h; sourceTree = "<group>"; };
939-
4C8B5BB91972A6B90014058F /* sysunxthreads.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sysunxthreads.cpp; path = src/sysunxthreads.cpp; sourceTree = "<group>"; };
940-
4C8B5BBB19733AB10014058F /* stacktile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stacktile.cpp; path = src/stacktile.cpp; sourceTree = "<group>"; };
941-
4C8B5BBD19733D230014058F /* stacktile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = stacktile.h; path = src/stacktile.h; sourceTree = "<group>"; };
942933
4C977250193CAF5000DB2F4A /* coretextfonts.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = coretextfonts.cpp; path = src/coretextfonts.cpp; sourceTree = "<group>"; };
943934
4CC1535614E7FB91009FA80E /* paragrafattr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = paragrafattr.cpp; path = src/paragrafattr.cpp; sourceTree = "<group>"; };
944935
4CC1536114E7FE1D009FA80E /* fieldstyledtext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fieldstyledtext.cpp; path = src/fieldstyledtext.cpp; sourceTree = "<group>"; };
@@ -2445,15 +2436,12 @@
24452436
4DDB66581413993500E5C84C /* sysosxregion.cpp */,
24462437
4DFD486613BA28DA008DB91F /* sysspec.cpp */,
24472438
4DFD486713BA28DA008DB91F /* system.h */,
2448-
4C8B5BB81972A4000014058F /* systhreads.h */,
24492439
4DDB66531413990400E5C84C /* sysunxdate.cpp */,
24502440
4DFFC7DF13DD8A91006233A4 /* sysunxnetwork.cpp */,
24512441
4DB3222E174BD06200046FFE /* sysunxrandom.cpp */,
2452-
4C8B5BB91972A6B90014058F /* sysunxthreads.cpp */,
24532442
4DDB66541413990400E5C84C /* sysw32network.cpp */,
24542443
4DDB66551413990400E5C84C /* sysw32region.cpp */,
24552444
4DDB66561413990400E5C84C /* sysw32registry.cpp */,
2456-
4C529CC219741CC8007C5F7C /* sysw32threads.cpp */,
24572445
4D587E210B8096E600200116 /* typedefs.h */,
24582446
);
24592447
name = System;
@@ -2712,8 +2700,6 @@
27122700
4D587E410B8096FD00200116 /* stacke.cpp */,
27132701
4D587E6A0B8096FD00200116 /* stacklst.cpp */,
27142702
4D587E030B8096E600200116 /* stacklst.h */,
2715-
4C8B5BBB19733AB10014058F /* stacktile.cpp */,
2716-
4C8B5BBD19733D230014058F /* stacktile.h */,
27172703
E8988A8917FDD5B700F640F4 /* stackview.cpp */,
27182704
4D61BD9C0CCF74C800D74FDB /* styledtext.cpp */,
27192705
4D61BDAC0CCF74EF00D74FDB /* styledtext.h */,
@@ -3467,7 +3453,6 @@
34673453
4D1F9D61171C682E0091C6CB /* line.cpp in Sources */,
34683454
4D1F9D62171C682E0091C6CB /* literal.cpp in Sources */,
34693455
4D1F9D63171C682E0091C6CB /* mcerror.cpp in Sources */,
3470-
1D733BC5198AA31C0098E717 /* stacktile.cpp in Sources */,
34713456
4D1F9D64171C682E0091C6CB /* mcio.cpp in Sources */,
34723457
4D1F9D65171C682E0091C6CB /* mcssl.cpp in Sources */,
34733458
4D1F9D66171C682E0091C6CB /* mcstring.cpp in Sources */,
@@ -3502,7 +3487,6 @@
35023487
4D1F9D85171C682E0091C6CB /* sha1.cpp in Sources */,
35033488
4D1F9D86171C682E0091C6CB /* stack.cpp in Sources */,
35043489
4D1F9D87171C682E0091C6CB /* stack2.cpp in Sources */,
3505-
1D733BC6198AA3340098E717 /* sysunxthreads.cpp in Sources */,
35063490
4D1F9D88171C682E0091C6CB /* stack3.cpp in Sources */,
35073491
4D1F9D89171C682E0091C6CB /* stacklst.cpp in Sources */,
35083492
4D1F9D8A171C682E0091C6CB /* statemnt.cpp in Sources */,
@@ -3823,8 +3807,6 @@
38233807
1DED772C19129F27000FFFE3 /* button.cpp in Sources */,
38243808
1DDE08D11945DD32000E3705 /* mac-qt-player.mm in Sources */,
38253809
E87FAFEC1924F25000ED338B /* region.cpp in Sources */,
3826-
4C8B5BBA1972B7300014058F /* sysunxthreads.cpp in Sources */,
3827-
4C8B5BBC19733AB10014058F /* stacktile.cpp in Sources */,
38283810
76CCAA7C19800BCD00C79271 /* mac-qt-recorder.mm in Sources */,
38293811
76CCAA7E1980152A00C79271 /* platform-recorder.cpp in Sources */,
38303812
);

0 commit comments

Comments
 (0)