History log of /external/deqp/framework/platform/X11/tcuX11EglPlatform.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3d6f22c833396c0c0b5806868f3e11f8ea05de3a 24-Aug-2016 Arkadiusz Sarwa <arkadiusz.sarwa@mobica.com> Added xcb and xlib platform support for Vulkan

Fixes #390

Change-Id: I650838665f630c794f4667f518713a7ae87c8955
/external/deqp/framework/platform/X11/tcuX11EglPlatform.cpp
653ad0e8a4209754304cbd5b5ceb4fdc7b29c01a 16-Aug-2016 Pyry Haulos <phaulos@google.com> Fix merged <space><tab> in C/C++ files

Change-Id: Ice7c1ae46a88c941c5834f9d34fcd4822c30debc
/external/deqp/framework/platform/X11/tcuX11EglPlatform.cpp
c0bdf32d97f7cd0c1e2b773d975cb3d29f0b0883 19-Feb-2016 Mika Isojärvi <misojarvi@google.com> Add missing getPlatformAttributes() method to X11 EGL platform.

Bug: 27265778
Change-Id: I77d3fc1333826d269a4bea21cbf672d2b7ecb2e4
/external/deqp/framework/platform/X11/tcuX11EglPlatform.cpp
3c67e4f0ec73f9c30c6b2ed2adfbfe7faaf576a4 20-Dec-2014 Pyry Haulos <phaulos@google.com> Add support for dynamic loading of EGL entry points

This change adds eglu::Library abstraction for accessing any and all EGL
entry points. All code has been changed to use that interface instead of
calling EGL functions directly.

Having code use abstract interface instead of direct entry points allows
always builing EGL code paths and dynamically loading them if supported
by the environment. In the future analysis and logging facilities could
be layered on that interface.

This change required lots of small changes across all EGL code. As part
of that refactoring work tcu::egl utilities were finally put to rest for
good. All uses of glw.h were also removed from the EGL module.

Bug: 18269587
Change-Id: Ic81e24b7eecb9813d00fba5c65144d4f59a550e8
/external/deqp/framework/platform/X11/tcuX11EglPlatform.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/platform/X11/tcuX11EglPlatform.cpp