mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
glcompbench: Create 2012.08 version
glcompbench is a benchmark tool for GL(ES)2 based compositing operations Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
3811927ec1
commit
7f9e810cb6
@@ -0,0 +1,35 @@
|
|||||||
|
From c4bc44c3abf69f26e4c2b7684f4da4670a51f993 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
|
||||||
|
Date: Tue, 5 Nov 2013 11:03:04 -0600
|
||||||
|
Subject: [PATCH] to make compilable
|
||||||
|
|
||||||
|
Upstream Status: Inappropriate [workaround]
|
||||||
|
|
||||||
|
Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
|
||||||
|
---
|
||||||
|
src/composite-test-simple-blur.cc | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/src/composite-test-simple-blur.cc b/src/composite-test-simple-blur.cc
|
||||||
|
index 170ad64..d7f77cf 100644
|
||||||
|
--- a/src/composite-test-simple-blur.cc
|
||||||
|
+++ b/src/composite-test-simple-blur.cc
|
||||||
|
@@ -347,6 +347,7 @@ CompositeTestSimpleBlur::CompositeTestSimpleBlur() :
|
||||||
|
|
||||||
|
CompositeTestSimpleBlur::~CompositeTestSimpleBlur()
|
||||||
|
{
|
||||||
|
+#if 0
|
||||||
|
for (BlurWindowMapType::iterator winIt = priv_->windowMap.begin();
|
||||||
|
winIt != priv_->windowMap.end();
|
||||||
|
winIt++)
|
||||||
|
@@ -354,6 +355,7 @@ CompositeTestSimpleBlur::~CompositeTestSimpleBlur()
|
||||||
|
RenderWindowBlur* ro = winIt->second;
|
||||||
|
delete ro;
|
||||||
|
}
|
||||||
|
+#endif
|
||||||
|
delete priv_;
|
||||||
|
}
|
||||||
|
|
||||||
|
--
|
||||||
|
1.8.1.2
|
||||||
|
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
SUMMARY = "A benchmark for GL(ES)2 based compositing operations"
|
||||||
|
LICENSE = "GPLv3"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||||
|
|
||||||
|
DEPENDS = "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2 \
|
||||||
|
virtual/libx11 libxcomposite pixman libxrender libpng12"
|
||||||
|
|
||||||
|
SRC_URI = "https://launchpad.net/glcompbench/trunk/${PV}/+download/${BPN}-${PV}.tar.gz \
|
||||||
|
file://glbench-compile-fix.patch"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "c939d9156fe940960098f38707fea827"
|
||||||
|
SRC_URI[sha256sum] = "b04b738cec06c6786ceafa86e4735fd8b971c078265754854ef356b0379542ee"
|
||||||
|
|
||||||
|
inherit pkgconfig waf
|
||||||
Reference in New Issue
Block a user