ref: c3be63339bbac8fc0952404ae8d5555bd46c4352
parent: 54c9cde047554476db8ef73daf271a46bad0a3b2
author: David <gek@katherine>
date: Fri Mar 12 07:21:55 EST 2021
Automatic commit.
--- a/include/zfeatures.h
+++ b/include/zfeatures.h
@@ -66,11 +66,11 @@
//MULTITHREADING OPTIONS, only applicable if compiled with -fopenmp
//Enable DrawPixels to offload the rendering of individual scanlines to separate threads.
-#define TGL_FEATURE_MULTITHREADED_DRAWPIXELS 1
+#define TGL_FEATURE_MULTITHREADED_DRAWPIXELS 0
//Enable multithreading glCopyTexImage2D
#define TGL_FEATURE_MULTITHREADED_COPY_TEXIMAGE_2D 1
//Enable multithreading the ZB_CopyBuffer operation.
-#define TGL_FEATURE_MULTITHREADED_ZB_COPYBUFFER 1
+#define TGL_FEATURE_MULTITHREADED_ZB_COPYBUFFER 0
//Enable stdalign
#define TGL_FEATURE_ALIGNAS 1