59248e25673431f452a0938aff1ac7603d457270 |
|
12-Jun-2015 |
Hengyuan Hu <hengyuan@google.com> |
Update egl/common.py Add wrappers for EGL_EXT_buffer_age, EGL_KHR_partial_update and EGL_KHR_swap_buffers_with_damage. Change-Id: I5bdbd2f6d36c34aee244e191001d97adefd8d7f8
/external/deqp/framework/egl/wrapper/eglwFuncPtrLibraryDecl.inl
|
31289213fb1ca6d149146d78829a4776c4f0dbf9 |
|
05-May-2015 |
Mika Isojärvi <misojarvi@google.com> |
Update EGL wrappers and utilities to latest spec. Change-Id: Ie8d9ed179cc291889202b321df67e5f83d29951d
/external/deqp/framework/egl/wrapper/eglwFuncPtrLibraryDecl.inl
|
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/egl/wrapper/eglwFuncPtrLibraryDecl.inl
|