summaryrefslogtreecommitdiff
path: root/test/test-files.json
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-05-17 19:24:54 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-05-21 15:05:37 +0300
commitc2f974f2a57348213cc02d2472f9c54ba86e6010 (patch)
treefc5bbe006910eb755efd618900a04bf8f75b234d /test/test-files.json
parentf210bbbb6c9532c5bdcf176e191bef9a0a9858c7 (diff)
downloadqtlocation-mapboxgl-c2f974f2a57348213cc02d2472f9c54ba86e6010.tar.gz
[core] Remove binary shader support
The implementation is buggy and not worth maintaining anymore because performance benefits are not substantial or sometimes worse. Also, removing it saves about 150 ~ 180 KB in binary size. Below timings are averages of minimum 5 runs. ``` Device Init launch Average relaunch s10 1129.8 ms 700 ms s10 - binary 1346.75 ms 694 ms Pixel 1692 ms 723 ms Pixel - binary 1883 ms 1039 ms Kazam 17948 ms 1339 ms Kazam - binary 19157 ms 1564 ms Wiko 2060 ms 1278 ms Wiko - binary 3876 ms 1136 ms ``` Fixes #14294
Diffstat (limited to 'test/test-files.json')
-rw-r--r--test/test-files.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-files.json b/test/test-files.json
index 948cccfa4a..034bf29b90 100644
--- a/test/test-files.json
+++ b/test/test-files.json
@@ -23,7 +23,6 @@
"test/math/clamp.test.cpp",
"test/math/minmax.test.cpp",
"test/math/wrap.test.cpp",
- "test/programs/binary_program.test.cpp",
"test/programs/symbol_program.test.cpp",
"test/renderer/backend_scope.test.cpp",
"test/renderer/image_manager.test.cpp",