History log of /external/deqp/framework/egl/egluStaticESLibrary.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d98514b6a944f4ef8f008c7381f65563609fd149 12-Oct-2016 Pyry Haulos <phaulos@google.com> Get rid of DEQP_SUPPORT_GLES2, _GLES3, _EGL, _OPENGL

Common code for those APIs don't need platform headers or implementation
libraries to be present build- nor run-time. It then makes sense to
always enable all relevant code paths on build time and have them
gracefully fail on run-time instead if driver libraries can not be found.

Change-Id: I31f417f368206b9ee0d7cadcc0cf5e227bda125f
/external/deqp/framework/egl/egluStaticESLibrary.cpp
6ced97b127bcd9b9d957980c754de628954ff972 07-Jan-2015 Pyry Haulos <phaulos@google.com> Fix invalid zero-sized array declaration

When compiling dEQP EGL support and dynamic GL function loading,
eglu::createStaticESLibrary() ended up having an empty array
declaration, which is not allowed in C++.

Change-Id: Ifb40aea5fcdf9001420c575cf677789427411100
/external/deqp/framework/egl/egluStaticESLibrary.cpp
1abab607ca1c1b410881390f9ec47e6be04c207d 06-Nov-2014 Pyry Haulos <phaulos@google.com> Generate GL(ES) framework .inl files from Khronos XML registry.

The new scripts produce the GL framework auto-generated parts using the
official XML description of the GL(ES) APIs.

Change-Id: I487a624dbadc2040bb4968f46a4c91ea7e5b27af
/external/deqp/framework/egl/egluStaticESLibrary.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/egl/egluStaticESLibrary.cpp