History log of /external/deqp/modules/egl/teglChooseConfigReference.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08d24954e0c75c3e6a1d2ba231bd09915d5c7ecd 14-Dec-2016 Mark Adams <marka@nvidia.com> Add support for EGL_EXT_pixel_format_float

This updates the egl.xml version and identifies/skips the float configs

Bug: 32969314
Change-Id: Iadeb0d4a76a06b2be716f3e76a1cc9fb69aff16a
/external/deqp/modules/egl/teglChooseConfigReference.cpp
baea2158190b91fcf5d1aa78628dbad01d52a3ce 23-Aug-2016 Pyry Haulos <phaulos@google.com> Handle EGL_EXT_yuv_surface in eglChooseConfig() tests

Includes various small code fixes to related utilities.

Bug: 30909517
Change-Id: Ib0142d89832be4226406238800ebeab84b59c599
/external/deqp/modules/egl/teglChooseConfigReference.cpp
6dd1bfd2ec6966e36e32d27fac6da1a4fa8252d0 12-Feb-2016 Mika Isojärvi <misojarvi@google.com> Remove native pixmap matching rule since it can't be queried.

Bug: 27124527
Change-Id: I9210d0eee2356a592f75e5f7cdeb61285823b061
/external/deqp/modules/egl/teglChooseConfigReference.cpp
59adfaea5676524b22738039e020e59a73c17a0b 06-May-2015 Mika Isojärvi <misojarvi@google.com> Relax ordering requirements for non-conformant configs.

Allow non-conformant EGLConfigs to appear in any order as there might be other
sorting rules for them.

Bug: 20831810
Change-Id: I0a83e9313cd86521b593396b380ee775188aba8a
/external/deqp/modules/egl/teglChooseConfigReference.cpp
ea43bfb82cde7c412298a4a54946e9f613a9a833 14-Apr-2015 Mika Isojärvi <misojarvi@google.com> Use per component unspecified flags to sort EGLConfigs.

Check each color component if it's specified when sorting configs
in eglChooseConfig instead of just checking if all of the color
bits are specified.

Bug: 20178171
Change-Id: If23ab8c329a84797120add20715be5d8af4f5500
/external/deqp/modules/egl/teglChooseConfigReference.cpp
3beb22d8022fd0243e9c228c07cb7f9760870f3e 06-Apr-2015 Mika Isojärvi <misojarvi@google.com> Fix teglChooseConfigReference when alpha is defined.

Check if alpha is specified when checking if color bits are unspecfied.

Bug: 19821495
Change-Id: Id0a038b65fcb5c65c26cfda79ae5c45549dd8ebb
/external/deqp/modules/egl/teglChooseConfigReference.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/teglChooseConfigReference.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/teglChooseConfigReference.cpp