History log of /external/deqp/modules/gles2/functional/es2fShaderBuiltinVarTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b7c7f0089e4de5467cbb5d38c14946ddca0ae5b 19-Jul-2017 Alexander Galazin <alexander.galazin@arm.com> Query MAX_DRAW_BUFFERS if NV_draw_buffers is supported

MAX_DRAW_BUFFERS can be queried when
GL_NV_draw_buffers/GL_EXT_draw_buffers is exposed.

Components: AOSP

Affects: dEQP-GLES2.functional.shaders.builtin_variable.max_draw_buffers*

Change-Id: I552ea98c8b6f1db1706858bebac6db1aa3c2640f
/external/deqp/modules/gles2/functional/es2fShaderBuiltinVarTests.cpp
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/gles2/functional/es2fShaderBuiltinVarTests.cpp
cff15864116080b023e12c0b4e73d02874b0a5a6 22-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in shader tests.

Bug: 21161908

Change-Id: I7cf54f67d8ba12d1d0ccc70a681a54ad76df9f7c
/external/deqp/modules/gles2/functional/es2fShaderBuiltinVarTests.cpp
f1e221e802f111e9efa4b9db15d01945d103b03d 17-Dec-2014 Jarkko Pöyry <jpoyry@google.com> Fix GLES2 negative test issues.

- Check GL_OES_fbo_render_mipmap extension in framebuffer_texture2d negative
test.
- Check GL_EXT_draw_buffers in builtin_variable.max_draw_buffers_* tests.
- Fix invalid uniform location check in get_uniformfv negative state test.

Bug: 18620565
Change-Id: I2158a10ca859e3c40219bd324e7a02c0ff10e42b
/external/deqp/modules/gles2/functional/es2fShaderBuiltinVarTests.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/gles2/functional/es2fShaderBuiltinVarTests.cpp