c215aaa83047ebbaabafef7acd71275a256da6ab |
|
06-Nov-2015 |
Dejan Mircevski <deki@google.com> |
Make RGBA constants methods. Without this, other global variables that are initialized with values like RGBA::white will have a race condition with the RGBA::white initialization. We have seen a bug where a global array of RGBA constants was being initialized before the constants themselves, so all elements were (0, 0, 0, 0). Change-Id: Idd6a88efda8375e52f15ed285afe38631b9c464a
/external/deqp/modules/egl/teglColorClearCase.cpp
|
ba82a431f067d1a30d06db2e754cd48738ad1a3a |
|
05-May-2015 |
Mika Isojärvi <misojarvi@google.com> |
Add missing finish() calls to multithread and multi context tests. Bug: 20751454 Change-Id: Ic6de190c4784bee483ca2a0e74c5b4c0899f2886
/external/deqp/modules/egl/teglColorClearCase.cpp
|
d2722f6ec95d6f745a9ee1bfa5f033574b91f235 |
|
20-Mar-2015 |
Mika Isojärvi <misojarvi@google.com> |
Add missing eglMakeCurrent calls to release resources. Add calls to eglMakeCurrent to release current context and surface after test in test cases that didn't have one. Bug: 19822403 Change-Id: I6ac5f404b2e408a8920937b901ee66e5beb8fee9
/external/deqp/modules/egl/teglColorClearCase.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/teglColorClearCase.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/teglColorClearCase.cpp
|