History log of /external/deqp/modules/egl/teglGLES2SharingThreadedTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
653ad0e8a4209754304cbd5b5ceb4fdc7b29c01a 16-Aug-2016 Pyry Haulos <phaulos@google.com> Fix merged <space><tab> in C/C++ files

Change-Id: Ice7c1ae46a88c941c5834f9d34fcd4822c30debc
/external/deqp/modules/egl/teglGLES2SharingThreadedTests.cpp
75071e721851f8df8558b7ea80b9738e43a4354c 13-May-2016 Mika Isojärvi <misojarvi@google.com> Free EGLImages at the end of the testcase

Bug: 28641861
Change-Id: I578d06f0cf312102f6e180a6e9697fbf160c63c7
/external/deqp/modules/egl/teglGLES2SharingThreadedTests.cpp
35f4933c31a65a00084b6533e4a0deb098036d66 20-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in EGL module.

Bug: 21161908
Change-Id: Ib4a45b6270e899886d92c01210d8271f15200975
/external/deqp/modules/egl/teglGLES2SharingThreadedTests.cpp
fd41d5db179bcd04819c656c3100324a787a456f 02-Apr-2015 Mika Isojärvi <misojarvi@google.com> Make EGL GLES2 multithread sharing tests more robust.

- After timeout log warning before trying to get logs from threads that
are still running.
- Use lock around per thread log.
- Make thread status checks more robust.

Change-Id: I6618befa47523bee5cba7ad295d36bf1b6fd7bc0
/external/deqp/modules/egl/teglGLES2SharingThreadedTests.cpp
8e814ce14475b71be9d3e17db2f1d1c6a3fcc59f 04-Apr-2015 Pyry Haulos <phaulos@google.com> Fix EGL tests that called EGL functions before init()

* GL function table must not be initialized in constructor as
initialization may call eglGetProcAddress().

* deinit()s called from destructors should touch EGL functions only if
there are live EGL objects (display teardown).

Change-Id: Ibfdbc0ff2280c3339c7c473d51fef5c88dbcc9fd
/external/deqp/modules/egl/teglGLES2SharingThreadedTests.cpp
3fdee359c9eee4d6c1d823b23f7f64631b5945f8 14-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Fix code style.

- Remove trailing whitespace.
- Fix some alignments.

Change-Id: I3b74a2cdc964859193adbe0aed030a7ee3d62085
/external/deqp/modules/egl/teglGLES2SharingThreadedTests.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/modules/egl/teglGLES2SharingThreadedTests.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/modules/egl/teglGLES2SharingThreadedTests.cpp