summaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorPyry Haulos <phaulos@google.com>2015-04-03 15:46:20 -0700
committerPyry Haulos <phaulos@google.com>2015-04-03 15:46:20 -0700
commit40598136780579fa4b5538bc484d4866ada926c6 (patch)
tree0bb5643593a14afcd118c0320debe61bf7505458 /targets
parentf211ff3fca61ed5cac9874a6398273892ae70f3e (diff)
downloadVK-GL-CTS-40598136780579fa4b5538bc484d4866ada926c6.tar.gz
VK-GL-CTS-40598136780579fa4b5538bc484d4866ada926c6.tar.bz2
VK-GL-CTS-40598136780579fa4b5538bc484d4866ada926c6.zip
Add stub EGL support to null platform
This adds basic eglu::NativeDisplayFactory and eglu::NativeDisplay that is enough to get --deqp-runmode=*-caselist working. Change-Id: I1bca2690f648b884a5cfe3182d40e9c3680ca392
Diffstat (limited to 'targets')
-rw-r--r--targets/null/null.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/null/null.cmake b/targets/null/null.cmake
index 45ac19baf..d86ef463b 100644
--- a/targets/null/null.cmake
+++ b/targets/null/null.cmake
@@ -2,6 +2,7 @@
message("*** Using null context target")
set(DEQP_TARGET_NAME "Null")
+set(DEQP_SUPPORT_EGL ON)
set(DEQP_SUPPORT_GLES2 ON)
set(DEQP_SUPPORT_GLES3 ON)
set(DEQP_SUPPORT_OPENGL ON)