aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/glcompbench/glcompbench/Fix_space_issues.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/glcompbench/glcompbench/Fix_space_issues.patch')
-rwxr-xr-xmeta-oe/recipes-graphics/glcompbench/glcompbench/Fix_space_issues.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-graphics/glcompbench/glcompbench/Fix_space_issues.patch b/meta-oe/recipes-graphics/glcompbench/glcompbench/Fix_space_issues.patch
deleted file mode 100755
index 516baadaea..0000000000
--- a/meta-oe/recipes-graphics/glcompbench/glcompbench/Fix_space_issues.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -aur glcompbench-2012.08/src/composite-canvas.cc Fixed/src/composite-canvas.cc
---- glcompbench-2012.08/src/composite-canvas.cc 2012-08-22 13:41:36.000000000 -0500
-+++ Fixed/src/composite-canvas.cc 2016-08-24 14:05:28.970565709 -0500
-@@ -41,7 +41,7 @@
- #include "log.h"
- #include "profiler.h"
-
--const std::string glcompbench_version_string("glcompbench "GLCOMPBENCH_VERSION);
-+const std::string glcompbench_version_string("glcompbench " GLCOMPBENCH_VERSION);
-
- /*******************
- * Private methods *
-@@ -495,7 +495,7 @@
- // When we complete an iteration, reset the count and tell the caller.
-
- if (stats.total >= current_test_duration_) {
-- Log::info("FPS: %"PRIu64"\n", (uint64_t)(1000 * stats.nsamples / stats.total));
-+ Log::info("FPS: %" PRIu64 "\n", (uint64_t)(1000 * stats.nsamples / stats.total));
-
- for (Profiler::Point p = 0; p < profiler.get_num_points(); p += 2) {
- profiler.get_stats(p, p + 1, stats);
-