Merge "Relax ordering requirements for non-conformant configs." into mnc-dev
[platform/upstream/VK-GL-CTS.git] / modules /
2015-05-06 Mika IsojärviMerge "Relax ordering requirements for non-conformant...
2015-05-06 Mika IsojärviMerge "Remove uniform block tests using double undersco...
2015-05-06 Mika IsojärviRelax ordering requirements for non-conformant configs.
2015-05-06 Mika IsojärviMerge "Allow BUFFER_TYPE_YUV as BUFFER_TYPE if extensio...
2015-05-06 Jarkko PöyryMerge "Make empty declaration tests positive." into...
2015-05-05 Mika IsojärviMerge "Update EGL wrappers and utilities to latest...
2015-05-05 Mika IsojärviRemove uniform block tests using double underscore.
2015-05-05 Kalle RaitaMerge "Check that HDR version of ASTC is present for...
2015-05-05 Mika IsojärviAllow BUFFER_TYPE_YUV as BUFFER_TYPE if extension is...
2015-05-05 Kalle RaitaCheck that HDR version of ASTC is present for non-2D...
2015-05-05 Jarkko PöyryFix negative block syntax tests expecting compile success.
2015-05-05 Mika IsojärviMerge "Add missing finish() calls to multithread and...
2015-05-05 Mika IsojärviMerge "Require conformant configs in EGL tests." into...
2015-05-05 Jarkko PöyryFix primitive bbox line verification regression.
2015-05-05 Jarkko PöyryMerge "Check OES_texture_npot in ES2 texture completene...
2015-05-05 Mika IsojärviUpdate EGL wrappers and utilities to latest spec.
2015-05-05 Jarkko PöyryCheck OES_texture_npot in ES2 texture completeness...
2015-05-05 Mika IsojärviAdd missing finish() calls to multithread and multi...
2015-05-04 Mika IsojärviRequire conformant configs in EGL tests.
2015-05-04 Pyry HaulosMerge "Remove mediump cos() tests from mustpass" into...
2015-05-04 Pyry HaulosRelax texture filtering precision requirements in ES2...
2015-05-01 Mika IsojärviMerge "Fix memory leak in semaphore self tests." into...
2015-05-01 Jarkko PöyryFix unused variable warning in release builds.
2015-05-01 Mika IsojärviMerge "Move GLSL 3.00 ES repeated uniform blocks to...
2015-05-01 Mika IsojärviMove GLSL 3.00 ES repeated uniform blocks to invalid...
2015-05-01 Jarkko PöyryAssume border color is always in linear space.
2015-05-01 Jarkko PöyryMerge "Add EXT_texture_border_clamp tests." into mnc-dev
2015-04-30 Jarkko PöyryAdd EXT_texture_border_clamp tests.
2015-04-30 Jarkko PöyryMerge "Do not assume support for multisampled wide...
2015-04-29 Jarkko PöyryDo not assume support for multisampled wide lines.
2015-04-27 Jarkko PöyryUpdate default VAO attrib divisor tests.
2015-04-24 Jarkko PöyryMerge "Improve texture border color handling."
2015-04-24 Jarkko PöyryMerge "Avoid handling combined depth-stencil textures...
2015-04-24 Jarkko PöyryAvoid handling combined depth-stencil textures as color...
2015-04-24 Mika IsojärviMerge "Use sched_getaffinity for both linux and android."
2015-04-24 Jarkko PöyryMerge "Move getEffectiveTextureView() to tcuTextureUtil."
2015-04-24 Jarkko PöyryMerge "Add support for depth-stencil-mode to Sampler."
2015-04-24 Jarkko PöyryMerge "Handle stencil textures as one-channel int textu...
2015-04-24 Jarkko PöyryMerge "Add getDefaultGatherOffsets() to texture utils."
2015-04-24 Jarkko PöyryMerge "Update GLES3 HW issues list."
2015-04-24 Jarkko PöyryHandle stencil textures as one-channel int textures.
2015-04-24 Jarkko PöyryMove getEffectiveTextureView() to tcuTextureUtil.
2015-04-24 Jarkko PöyryAdd support for depth-stencil-mode to Sampler.
2015-04-23 Jarkko PöyryAdd N-bit min/max/mask utilities to deInt32.h.
2015-04-23 Jarkko PöyryMerge "Fix valgrind warnings."
2015-04-23 Jarkko PöyryFix valgrind warnings.
2015-04-22 Jarkko PöyryMerge "Implement tcu::clear{Depth|Stencil} using tcu...
2015-04-21 Jarkko PöyryAdd UNSIGNED_INT24 channel format.
2015-04-21 Jarkko PöyryMerge "Remove getDataSize and setPixels from PixelBuffe...
2015-04-21 Jarkko PöyryRemove getDataSize and setPixels from PixelBufferAccess.
2015-04-21 Jarkko PöyryAdd utilities to split combined-depth-stencil accesses.
2015-04-21 Jarkko PöyryMerge "Avoid accessing border color directly in tcuText...
2015-04-21 Jarkko PöyryMerge "Support not tightly packed pixel buffer accesses...
2015-04-20 Mika IsojärviMerge "Allow both errors in getFramebufferAttachmentPar...
2015-04-20 Jarkko PöyryMerge "Add getTextureFormatChannelMask."
2015-04-20 Jarkko PöyryMerge "Skip complex compare verification if reference...
2015-04-20 Jarkko PöyryMerge "Improve logging of texture border color."
2015-04-20 Mika IsojärviAllow both errors in getFramebufferAttachmentParameter...
2015-04-20 Mika IsojärviAllow INVALID_OPERATION in glTexImage3D negative tests.
2015-04-17 Jarkko PöyryMerge "Clean up texture sampling and verification code."
2015-04-17 Jarkko PöyryMerge "Support getting transfer format for BGRA textures."
2015-04-17 Jarkko PöyryMerge "Support uploading compressed 3D textures in...
2015-04-17 Jarkko PöyryMerge "Avoid UB in getBits if numBits were 32."
2015-04-17 Mika IsojärviMerge "Remove invalid robustness KHR_create_context...
2015-04-17 Mika IsojärviRemove invalid robustness KHR_create_context tests.
2015-04-17 Pyry HaulosMerge "Fix more valgrind warnings in negative API tests"
2015-04-17 Jarkko PöyryAdd default VAO vertexAttrbDivisor GLES3/GLES31 behavio...
2015-04-17 Pyry HaulosMerge "Remove complex builtin function constant folding...
2015-04-17 Jarkko PöyryMerge "Fix EGL render tests on 5551."
2015-04-17 Mika IsojärviMerge "Remove check that required NULL to be invalid...
2015-04-17 Mika IsojärviMerge "Remove incompatible EGLImage modify glTexSubImag...
2015-04-17 Mika IsojärviRemove incompatible EGLImage modify glTexSubImage tests.
2015-04-17 Pyry HaulosFix more valgrind warnings in negative API tests
2015-04-17 Jarkko PöyryMerge "Fix incorrect assumptions of native GraphicBuffe...
2015-04-17 Mika IsojärviRemove check that required NULL to be invalid native...
2015-04-17 Mika IsojärviMerge "Add more negative GLSL ES 3 uniform block tests."
2015-04-17 Jarkko PöyryFix EGL render tests on 5551.
2015-04-17 Jarkko PöyryClean up texture sampling and verification code.
2015-04-17 Jarkko PöyrySkip complex compare verification if reference and...
2015-04-17 Mika IsojärviMerge "Add GLES3.1 uniform block syntax tests."
2015-04-17 Mika IsojärviAdd more negative GLSL ES 3 uniform block tests.
2015-04-17 Mika IsojärviAdd GLES3.1 uniform block syntax tests.
2015-04-15 Mika IsojärviMerge "Use per component unspecified flags to sort...
2015-04-15 Mika IsojärviUse per component unspecified flags to sort EGLConfigs.
2015-04-15 Mika IsojärviMerge "Fix invalid negative native wait tests."
2015-04-15 Pyry HaulosMerge "Define DEQP_SUPPORT_GLES1 for CTS builds"
2015-04-15 Mika IsojärviMerge "Check that API is supported by EGLConfig."
2015-04-15 Mika IsojärviCheck that API is supported by EGLConfig.
2015-04-15 Mika IsojärviFix invalid negative native wait tests.
2015-04-15 Jarkko PöyryMerge "Fix non-matching varying invariance in GLES2...
2015-04-14 Mika IsojärviMerge "Avoid querying name from framebuffer without...
2015-04-14 Mika IsojärviMerge "Increase blend test comparison threshold."
2015-04-14 Pyry HaulosMerge "Add initial EGL and ES2.0 mustpass lists"
2015-04-14 Pyry HaulosMerge "Rename mnc mustpass to master"
2015-04-14 Mika IsojärviAvoid querying name from framebuffer without attachment.
2015-04-14 Mika IsojärviIncrease blend test comparison threshold.
2015-04-14 Pyry HaulosMerge "Add EGL and GLES2 modules to CTS build"
2015-04-14 Pyry HaulosMerge "Remove executable permission from a source file"
2015-04-14 Mika IsojärviMerge "Fix EGL multithread test bug."
2015-04-14 Pyry HaulosRemove executable permission from a source file
next