platform/upstream/VK-GL-CTS.git
9 years agoMerge "Implement tcu::clear{Depth|Stencil} using tcu::clear."
Jarkko Pöyry [Wed, 22 Apr 2015 02:01:30 +0000 (02:01 +0000)]
Merge "Implement tcu::clear{Depth|Stencil} using tcu::clear."

9 years agoAdd UNSIGNED_INT24 channel format.
Jarkko Pöyry [Mon, 20 Apr 2015 20:35:51 +0000 (13:35 -0700)]
Add UNSIGNED_INT24 channel format.

- Add UINT24 format to tcuTexture.
- Use UINT24 format instead of a combined format in depth-stencil clear
  tests.

Change-Id: Ib1ec54edd0c6ed114130fcfc63436298c4bb70c3

9 years agoMerge "Remove getDataSize and setPixels from PixelBufferAccess."
Jarkko Pöyry [Tue, 21 Apr 2015 20:50:15 +0000 (20:50 +0000)]
Merge "Remove getDataSize and setPixels from PixelBufferAccess."

9 years agoImplement tcu::clear{Depth|Stencil} using tcu::clear.
Jarkko Pöyry [Tue, 21 Apr 2015 02:05:26 +0000 (19:05 -0700)]
Implement tcu::clear{Depth|Stencil} using tcu::clear.

- Remove duplicated code in clear*.
- Add fillRow() sanity checks.

Change-Id: I81dc8be98c38691ad95fc0cfc659d6a75a24fde8

9 years agoRemove getDataSize and setPixels from PixelBufferAccess.
Jarkko Pöyry [Mon, 20 Apr 2015 22:13:56 +0000 (15:13 -0700)]
Remove getDataSize and setPixels from PixelBufferAccess.

- Remove functions that were not safe to use with non-tightly packed
  pixel buffer accesses.

Change-Id: I32b83b089da40ccd052f9d7250498a9c4aa4036f

9 years agoAdd utilities to split combined-depth-stencil accesses.
Jarkko Pöyry [Tue, 21 Apr 2015 00:32:49 +0000 (17:32 -0700)]
Add utilities to split combined-depth-stencil accesses.

Change-Id: I2fed3761217fd55d0273e01a951867804a15a5b9

9 years agoMerge "Avoid accessing border color directly in tcuTexture."
Jarkko Pöyry [Tue, 21 Apr 2015 19:54:15 +0000 (19:54 +0000)]
Merge "Avoid accessing border color directly in tcuTexture."

9 years agoAvoid accessing pixel depth directly in tcuTexCompareVerifier.
Jarkko Pöyry [Tue, 21 Apr 2015 01:50:49 +0000 (18:50 -0700)]
Avoid accessing pixel depth directly in tcuTexCompareVerifier.

- Avoid accessing depth directly to make structure idential to
  tcuTexLookupVerifier and to make refactoring easier.
- Add sanity checks to isGatherOffsetsCompareResultValid().

Change-Id: I3afc3015edc775c1baf13eea94a781bc6f6e4829

9 years agoMerge "Support not tightly packed pixel buffer accesses in tcuTextureUtil."
Jarkko Pöyry [Tue, 21 Apr 2015 00:44:44 +0000 (00:44 +0000)]
Merge "Support not tightly packed pixel buffer accesses in tcuTextureUtil."

9 years agoAvoid accessing border color directly in tcuTexture.
Jarkko Pöyry [Fri, 17 Apr 2015 22:21:36 +0000 (15:21 -0700)]
Avoid accessing border color directly in tcuTexture.

- Use lookupBorder to lookup border color.
- Fix assertion failure on 2d array texture gather with border
  clamp wrap mode.

Change-Id: If28dee16b743154c7ee0794d45da9d12bccc4fd1

9 years agoSupport not tightly packed pixel buffer accesses in tcuTextureUtil.
Jarkko Pöyry [Wed, 1 Apr 2015 22:42:35 +0000 (15:42 -0700)]
Support not tightly packed pixel buffer accesses in tcuTextureUtil.

- Fix assumptions that pixel size == pixel stride.
- Remove copyRawPixels. It was only useful for format reinterpreting
  data copies but there was not code using it for that.

Change-Id: I2743c5f197d7cf2bc4ef76e3ebe8b9dd6577c28e

9 years agoMerge "Allow both errors in getFramebufferAttachmentParameter tests."
Mika Isojärvi [Mon, 20 Apr 2015 23:55:36 +0000 (23:55 +0000)]
Merge "Allow both errors in getFramebufferAttachmentParameter tests."

9 years agoMerge "Add getTextureFormatChannelMask."
Jarkko Pöyry [Mon, 20 Apr 2015 23:55:30 +0000 (23:55 +0000)]
Merge "Add getTextureFormatChannelMask."

9 years agoMerge "Skip complex compare verification if reference and result are identical."
Jarkko Pöyry [Mon, 20 Apr 2015 23:55:28 +0000 (23:55 +0000)]
Merge "Skip complex compare verification if reference and result are identical."

9 years agoMerge "Improve logging of texture border color."
Jarkko Pöyry [Mon, 20 Apr 2015 23:55:25 +0000 (23:55 +0000)]
Merge "Improve logging of texture border color."

9 years agoAllow both errors in getFramebufferAttachmentParameter tests.
Mika Isojärvi [Mon, 20 Apr 2015 21:09:54 +0000 (14:09 -0700)]
Allow both errors in getFramebufferAttachmentParameter tests.

Allow both GL_INVALID_ENUM and GL_INVALID_OPERATION in
getFramebufferAttachmentParameteriv negative tests.

Bug: 20340817
Change-Id: I8393d0d7af2e60b1666352da8f33504e21be677b

9 years agoAllow INVALID_OPERATION in glTexImage3D negative tests.
Mika Isojärvi [Mon, 20 Apr 2015 21:19:12 +0000 (14:19 -0700)]
Allow INVALID_OPERATION in glTexImage3D negative tests.

Allow both INVALID_OPERATION and INVALID_VALUE if internalformat is
not valid.

Bug: 20340818
Change-Id: Ie81f781f65d4d8d9996625d6824b0051a0a8a4b2

9 years agoUpdate libpng reference to 1.6.17
Pyry Haulos [Fri, 17 Apr 2015 22:57:51 +0000 (15:57 -0700)]
Update libpng reference to 1.6.17

Change-Id: Idef27a35ca598c1df95f1c38392aa0450322392a

9 years agoMerge "Clean up texture sampling and verification code."
Jarkko Pöyry [Fri, 17 Apr 2015 21:20:54 +0000 (21:20 +0000)]
Merge "Clean up texture sampling and verification code."

9 years agoMerge "Support getting transfer format for BGRA textures."
Jarkko Pöyry [Fri, 17 Apr 2015 21:20:16 +0000 (21:20 +0000)]
Merge "Support getting transfer format for BGRA textures."

9 years agoMerge "Support uploading compressed 3D textures in gluTexture."
Jarkko Pöyry [Fri, 17 Apr 2015 21:19:17 +0000 (21:19 +0000)]
Merge "Support uploading compressed 3D textures in gluTexture."

9 years agoMerge "Avoid UB in getBits if numBits were 32."
Jarkko Pöyry [Fri, 17 Apr 2015 21:17:34 +0000 (21:17 +0000)]
Merge "Avoid UB in getBits if numBits were 32."

9 years agoMerge "Remove invalid robustness KHR_create_context tests."
Mika Isojärvi [Fri, 17 Apr 2015 20:42:22 +0000 (20:42 +0000)]
Merge "Remove invalid robustness KHR_create_context tests."

9 years agoRemove invalid robustness KHR_create_context tests.
Mika Isojärvi [Wed, 15 Apr 2015 22:52:06 +0000 (15:52 -0700)]
Remove invalid robustness KHR_create_context tests.

Remove tests that tried to create robust OpenGL ES context using
EGL_KHR_create_context instead of EGL_EXT_create_context_robustness.

Bug: 20256754
Change-Id: I18956521c3bf7ab6ef8ec0f5a8f66f9752355e81

9 years agoRemove tests affected by bug 20340818 from mustpass.
Jarkko Pöyry [Fri, 17 Apr 2015 20:23:27 +0000 (13:23 -0700)]
Remove tests affected by bug 20340818 from mustpass.

Bug: 20340818
Change-Id: I0ca925547d70f75d6a464a5269518eae941d2bf3

9 years agoRemove tests affected by bug 20340817 from mustpass.
Jarkko Pöyry [Fri, 17 Apr 2015 20:20:36 +0000 (13:20 -0700)]
Remove tests affected by bug 20340817 from mustpass.

Bug: 20340817
Change-Id: I969e12761ebdfd323c01dc93901899db9b9b9340

9 years agoMerge "Fix more valgrind warnings in negative API tests"
Pyry Haulos [Fri, 17 Apr 2015 20:13:56 +0000 (20:13 +0000)]
Merge "Fix more valgrind warnings in negative API tests"

9 years agoAdd default VAO vertexAttrbDivisor GLES3/GLES31 behavior change tests.
Jarkko Pöyry [Thu, 16 Apr 2015 22:49:10 +0000 (15:49 -0700)]
Add default VAO vertexAttrbDivisor GLES3/GLES31 behavior change tests.

- Add positive test for default VAO divisor in GLES3.
- Add negative test for default VAO divisor in GLES31.
- Use VAO in vertex_attrib_binding divisor state query tests.

Bug: 20154392
Change-Id: Iac43c4484bf7c5eff2409c964778e3dc304649f9

9 years agoMerge "Remove complex builtin function constant folding cases from mustpass"
Pyry Haulos [Fri, 17 Apr 2015 20:06:50 +0000 (20:06 +0000)]
Merge "Remove complex builtin function constant folding cases from mustpass"

9 years agoMerge "Fix EGL render tests on 5551."
Jarkko Pöyry [Fri, 17 Apr 2015 20:04:47 +0000 (20:04 +0000)]
Merge "Fix EGL render tests on 5551."

9 years agoMerge "Remove check that required NULL to be invalid native window."
Mika Isojärvi [Fri, 17 Apr 2015 18:53:56 +0000 (18:53 +0000)]
Merge "Remove check that required NULL to be invalid native window."

9 years agoMerge "Remove incompatible EGLImage modify glTexSubImage tests."
Mika Isojärvi [Fri, 17 Apr 2015 18:53:32 +0000 (18:53 +0000)]
Merge "Remove incompatible EGLImage modify glTexSubImage tests."

9 years agoRemove incompatible EGLImage modify glTexSubImage tests.
Mika Isojärvi [Thu, 16 Apr 2015 22:53:09 +0000 (15:53 -0700)]
Remove incompatible EGLImage modify glTexSubImage tests.

Remove EGLImage tests that tried to modify EGLImage created in GL with
incompatible format using glTexSubImage.

Bug: 20177340
Change-Id: Ib9cf9e882e63dd233a7589fcce3005562f576186

9 years agoFix more valgrind warnings in negative API tests
Pyry Haulos [Fri, 17 Apr 2015 17:19:06 +0000 (10:19 -0700)]
Fix more valgrind warnings in negative API tests

Change-Id: Ic3ea9d41b45da5f904b970c74a230c94539f54b6

9 years agoMerge "Fix incorrect assumptions of native GraphicBuffer ctor/dtor/lifetime."
Jarkko Pöyry [Fri, 17 Apr 2015 17:59:04 +0000 (17:59 +0000)]
Merge "Fix incorrect assumptions of native GraphicBuffer ctor/dtor/lifetime."

9 years agoRemove complex builtin function constant folding cases from mustpass
Pyry Haulos [Fri, 17 Apr 2015 16:56:27 +0000 (09:56 -0700)]
Remove complex builtin function constant folding cases from mustpass

See Khronos bug 11600

Bug: 20334181
Change-Id: I60cc88bb354f62b2e4c02c711976d79165d5ea73

9 years agoRemove copy image tests using snorm from mustpass list.
Mika Isojärvi [Fri, 17 Apr 2015 17:04:03 +0000 (10:04 -0700)]
Remove copy image tests using snorm from mustpass list.

Bug: 20302019
Change-Id: I5f4fed07fca207a3ea4d6ae4b727758265dd4578

9 years agoRemove check that required NULL to be invalid native window.
Mika Isojärvi [Wed, 15 Apr 2015 23:33:22 +0000 (16:33 -0700)]
Remove check that required NULL to be invalid native window.

Remove check from negative EGL API tests that required that native window NULL
should produce EGL_BAD_NATIVE_WINDOW error.

Bug: 20176899
Change-Id: Ibe5d203121f4bb1f0fc6b0516575998aacadd671

9 years agoMerge "Add more negative GLSL ES 3 uniform block tests."
Mika Isojärvi [Fri, 17 Apr 2015 16:49:33 +0000 (16:49 +0000)]
Merge "Add more negative GLSL ES 3 uniform block tests."

9 years agoFix EGL render tests on 5551.
Jarkko Pöyry [Wed, 15 Apr 2015 01:25:53 +0000 (18:25 -0700)]
Fix EGL render tests on 5551.

- Disable dithering since one-bit alpha dithering cannot be verified.
- Avoid generating narrow triangles.

Bug: 20176678
Change-Id: Ib3372011bda3a99dae51698215e13b881926929b

9 years agoImprove logging of texture border color.
Jarkko Pöyry [Mon, 13 Apr 2015 22:08:05 +0000 (15:08 -0700)]
Improve logging of texture border color.

Change-Id: I143e4e650eac20304320631eb0a00aa55b79dc87

9 years agoClean up texture sampling and verification code.
Jarkko Pöyry [Sat, 11 Apr 2015 01:50:39 +0000 (18:50 -0700)]
Clean up texture sampling and verification code.

- Remove unused function.
- Fix some source whitespace alignment issues.

Change-Id: If6fe06708af62421194b43bb7efa8a9e63a8684b

9 years agoSkip complex compare verification if reference and result are identical.
Jarkko Pöyry [Sat, 11 Apr 2015 00:00:22 +0000 (17:00 -0700)]
Skip complex compare verification if reference and result are identical.

Change-Id: I75ac3430812fd8fe9fda78bc09f9ef1aece1e61e

9 years agoAdd getTextureFormatChannelMask.
Jarkko Pöyry [Fri, 10 Apr 2015 01:31:44 +0000 (18:31 -0700)]
Add getTextureFormatChannelMask.

Change-Id: I282ff43e628c9400a572163baa0e90bde30d460a

9 years agoSupport getting transfer format for BGRA textures.
Jarkko Pöyry [Tue, 14 Apr 2015 22:31:49 +0000 (15:31 -0700)]
Support getting transfer format for BGRA textures.

Change-Id: I3de348f27d061c91f3c54384b8bccd868137ea0a

9 years agoMerge "Add GLES3.1 uniform block syntax tests."
Mika Isojärvi [Fri, 17 Apr 2015 00:42:26 +0000 (00:42 +0000)]
Merge "Add GLES3.1 uniform block syntax tests."

9 years agoAdd more negative GLSL ES 3 uniform block tests.
Mika Isojärvi [Fri, 17 Apr 2015 00:40:49 +0000 (17:40 -0700)]
Add more negative GLSL ES 3 uniform block tests.

Add new tests that test more invalid identifiers.

Change-Id: I138283623a98c980790e392b64d434dab33f51d4

9 years agoFix incorrect assumptions of native GraphicBuffer ctor/dtor/lifetime.
Jarkko Pöyry [Thu, 16 Apr 2015 20:35:48 +0000 (13:35 -0700)]
Fix incorrect assumptions of native GraphicBuffer ctor/dtor/lifetime.

- Do not expect C1 ctor to return this on x86 and ARM64.
- Use initCheck() to check if ctor failed.
- Use native object refcounting methods to handle object lifetime.

Bug: 20218384
Change-Id: Ia5f22c841291655df4970988bde1fe142c85bff5

9 years agoAdd GLES3.1 uniform block syntax tests.
Mika Isojärvi [Tue, 14 Apr 2015 22:16:06 +0000 (15:16 -0700)]
Add GLES3.1 uniform block syntax tests.

Bug: 18928701
Change-Id: I3a505ea3b1321ec2b3810853e930f918c5492f71

9 years agoMerge "Use per component unspecified flags to sort EGLConfigs."
Mika Isojärvi [Wed, 15 Apr 2015 19:19:29 +0000 (19:19 +0000)]
Merge "Use per component unspecified flags to sort EGLConfigs."

9 years agoUse per component unspecified flags to sort EGLConfigs.
Mika Isojärvi [Tue, 14 Apr 2015 21:26:21 +0000 (14:26 -0700)]
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

9 years agoMerge "Fix invalid negative native wait tests."
Mika Isojärvi [Wed, 15 Apr 2015 17:58:28 +0000 (17:58 +0000)]
Merge "Fix invalid negative native wait tests."

9 years agoMerge "Define DEQP_SUPPORT_GLES1 for CTS builds"
Pyry Haulos [Wed, 15 Apr 2015 17:48:17 +0000 (17:48 +0000)]
Merge "Define DEQP_SUPPORT_GLES1 for CTS builds"

9 years agoMerge "Check that API is supported by EGLConfig."
Mika Isojärvi [Wed, 15 Apr 2015 17:48:05 +0000 (17:48 +0000)]
Merge "Check that API is supported by EGLConfig."

9 years agoCheck that API is supported by EGLConfig.
Mika Isojärvi [Tue, 14 Apr 2015 18:52:21 +0000 (11:52 -0700)]
Check that API is supported by EGLConfig.

Check that current config supports API before creating context
in SingleRenderContextCase. Check that all APIs are supported
and throw internal error in MultiRenderContextCase.

Bug: 20178310
Change-Id: Idf81ee3ce89fbbd6cc2515c5a562d61970226f28

9 years agoFix invalid negative native wait tests.
Mika Isojärvi [Mon, 13 Apr 2015 21:39:04 +0000 (14:39 -0700)]
Fix invalid negative native wait tests.

eglNativeWait() will always succeed if current surface doesn't support
native rendering.

Bug: 20178024
Change-Id: I74eed3b4627da26408ee081ff0d5e908f58863c5

9 years agoDefine DEQP_SUPPORT_GLES1 for CTS builds
Pyry Haulos [Wed, 15 Apr 2015 16:36:28 +0000 (09:36 -0700)]
Define DEQP_SUPPORT_GLES1 for CTS builds

EGL tests provide better coverage if ES1 support is enabled.

Change-Id: Idc55c1093e73f631edb9978d7107a87bdff7fba2

9 years agoMerge "Fix non-matching varying invariance in GLES2 preprocessor test."
Jarkko Pöyry [Wed, 15 Apr 2015 00:22:09 +0000 (00:22 +0000)]
Merge "Fix non-matching varying invariance in GLES2 preprocessor test."

9 years agoMerge "Avoid querying name from framebuffer without attachment."
Mika Isojärvi [Tue, 14 Apr 2015 23:53:35 +0000 (23:53 +0000)]
Merge "Avoid querying name from framebuffer without attachment."

9 years agoFix non-matching varying invariance in GLES2 preprocessor test.
Jarkko Pöyry [Tue, 14 Apr 2015 23:12:38 +0000 (16:12 -0700)]
Fix non-matching varying invariance in GLES2 preprocessor test.

Bug: 20178200
Change-Id: I2066a9a798206a78af8400d6c4e17cc686e79c1b

9 years agoAdd --deqp-watchdog=enable to mustpass spec files
Pyry Haulos [Tue, 14 Apr 2015 23:06:19 +0000 (16:06 -0700)]
Add --deqp-watchdog=enable to mustpass spec files

Android CTS now uses deqp built-in watchdog for recovery. This CL
updates mustpass spec files accordingly.

Change-Id: I0359fb8bddff4010804fddea09c0413b235113a7

9 years agoSupport uploading compressed 3D textures in gluTexture.
Jarkko Pöyry [Tue, 14 Apr 2015 01:56:11 +0000 (18:56 -0700)]
Support uploading compressed 3D textures in gluTexture.

Change-Id: I0ef802ecb4b8066c540fdb8784e349062683e114

9 years agoAvoid UB in getBits if numBits were 32.
Jarkko Pöyry [Wed, 1 Apr 2015 23:06:54 +0000 (16:06 -0700)]
Avoid UB in getBits if numBits were 32.

Change-Id: I27659231c90c8240d0072a7bfa6df5248823e8fa

9 years agoRemove GL_KHR_blend_equation_advanced from rgb565 mustpass.
Mika Isojärvi [Tue, 14 Apr 2015 22:27:22 +0000 (15:27 -0700)]
Remove GL_KHR_blend_equation_advanced from rgb565 mustpass.

Bug: 19989766
Change-Id: I9c03bb32e83a404798191ad99ca85203fd75b6af

9 years agoMerge "Increase blend test comparison threshold."
Mika Isojärvi [Tue, 14 Apr 2015 21:30:47 +0000 (21:30 +0000)]
Merge "Increase blend test comparison threshold."

9 years agoMerge "Add initial EGL and ES2.0 mustpass lists"
Pyry Haulos [Tue, 14 Apr 2015 21:02:58 +0000 (21:02 +0000)]
Merge "Add initial EGL and ES2.0 mustpass lists"

9 years agoMerge "Rename mnc mustpass to master"
Pyry Haulos [Tue, 14 Apr 2015 21:02:46 +0000 (21:02 +0000)]
Merge "Rename mnc mustpass to master"

9 years agoAvoid querying name from framebuffer without attachment.
Mika Isojärvi [Tue, 14 Apr 2015 20:39:50 +0000 (13:39 -0700)]
Avoid querying name from framebuffer without attachment.

If querying attachment type returns none skip querying
name of the attachment.

Bug: 20178052
Change-Id: Id23b063292cadf25a61c1a07d77e07889c4ad600

9 years agoIncrease blend test comparison threshold.
Mika Isojärvi [Tue, 14 Apr 2015 20:26:23 +0000 (13:26 -0700)]
Increase blend test comparison threshold.

Bug: 20177230
Change-Id: I7a057410c718aa46a0a3dc6fbaac9540bd46f030

9 years agoMerge "Add EGL and GLES2 modules to CTS build"
Pyry Haulos [Tue, 14 Apr 2015 20:23:52 +0000 (20:23 +0000)]
Merge "Add EGL and GLES2 modules to CTS build"

9 years agoMerge "Remove executable permission from a source file"
Pyry Haulos [Tue, 14 Apr 2015 20:21:01 +0000 (20:21 +0000)]
Merge "Remove executable permission from a source file"

9 years agoMerge "Fix EGL multithread test bug."
Mika Isojärvi [Tue, 14 Apr 2015 18:40:44 +0000 (18:40 +0000)]
Merge "Fix EGL multithread test bug."

9 years agoRemove executable permission from a source file
Pyry Haulos [Tue, 14 Apr 2015 18:05:33 +0000 (11:05 -0700)]
Remove executable permission from a source file

Change-Id: I0696595b3fc2826634e4b6c6a54fdcd1f6da480d

9 years agoAdd EGL and GLES2 modules to CTS build
Pyry Haulos [Tue, 14 Apr 2015 18:05:09 +0000 (11:05 -0700)]
Add EGL and GLES2 modules to CTS build

Change-Id: I3079e47f3d8c91f66c6d9b072cc59ab21e8adf27

9 years agoAdd initial EGL and ES2.0 mustpass lists
Pyry Haulos [Tue, 14 Apr 2015 17:49:55 +0000 (10:49 -0700)]
Add initial EGL and ES2.0 mustpass lists

Change-Id: I43bf5bd41f49003acea0b70e62322b7835407a10

9 years agoRename mnc mustpass to master
Pyry Haulos [Tue, 14 Apr 2015 17:05:11 +0000 (10:05 -0700)]
Rename mnc mustpass to master

Change-Id: Ia165e88f371a506ca41227904e3e3f98b0b5bdee

9 years agoFix EGL multithread test bug.
Mika Isojärvi [Mon, 13 Apr 2015 22:26:45 +0000 (15:26 -0700)]
Fix EGL multithread test bug.

EGL multithread tests would end up in infinite loop when running tests with
single window if window was already acquired by other thread.

Bug: 20177226
Change-Id: Icad4cbd1d6c943e24767c93d2dac47c5fa5eaa28

9 years agoFix random viewport calculation in lifetime tests.
Mika Isojärvi [Mon, 13 Apr 2015 20:54:16 +0000 (13:54 -0700)]
Fix random viewport calculation in lifetime tests.

Bug: 20177344
Change-Id: I9e0043642ad63257b663823c99a8ea01118138f7

9 years agoAdd de::SpinBarrier
Pyry Haulos [Thu, 9 Apr 2015 23:01:58 +0000 (16:01 -0700)]
Add de::SpinBarrier

SpinBarrier provides convenient cross-thread barriers.

Change-Id: I70eac2ed07b2c123d9709ecf5bbe284f35771204

9 years agoMerge "Add GLSL 3.00 ES uniform block tests."
Mika Isojärvi [Sat, 11 Apr 2015 01:13:09 +0000 (01:13 +0000)]
Merge "Add GLSL 3.00 ES uniform block tests."

9 years agoAdd GLSL 3.00 ES uniform block tests.
Mika Isojärvi [Mon, 23 Mar 2015 22:28:37 +0000 (15:28 -0700)]
Add GLSL 3.00 ES uniform block tests.

Add negative and positive tests for GLSL 3.00 ES uniform interface
block syntax.

Bug: 18928701
Change-Id: I471bf4d3c47c6c2d6f1d68bc4db9dc9809e3b262

9 years agoAdd CPU core count queries to deThread.h
Pyry Haulos [Thu, 9 Apr 2015 23:01:03 +0000 (16:01 -0700)]
Add CPU core count queries to deThread.h

Change-Id: I87f6af93204d63b0e31f499c1913497d73a58750

9 years agoMerge "Check EXT_sparse_texture in get_internalformativ tests."
Mika Isojärvi [Fri, 10 Apr 2015 18:09:28 +0000 (18:09 +0000)]
Merge "Check EXT_sparse_texture in get_internalformativ tests."

9 years agoCheck EXT_sparse_texture in get_internalformativ tests.
Mika Isojärvi [Mon, 6 Apr 2015 19:11:55 +0000 (12:11 -0700)]
Check EXT_sparse_texture in get_internalformativ tests.

Check extension GL_EXT_sparse_texture before assuming that
GL_TEXTURE_2D is invalid target.

Bug: 20005726
Change-Id: I200ddea79c42e1734cae6b4bea4f358bda863112

9 years agoAdd dePop64() and fix dePop32() to use unsigned input value
Pyry Haulos [Thu, 9 Apr 2015 22:59:20 +0000 (15:59 -0700)]
Add dePop64() and fix dePop32() to use unsigned input value

Change-Id: I4dc04dc4d948b5ddd329ba4765afc556a12e78ef

9 years agoMerge "Improve android install script."
Mika Isojärvi [Wed, 8 Apr 2015 16:33:09 +0000 (16:33 +0000)]
Merge "Improve android install script."

9 years agoImprove android install script.
Mika Isojärvi [Wed, 1 Apr 2015 00:10:19 +0000 (17:10 -0700)]
Improve android install script.

Use Argparse and fix few command line parsing bugs. Now -h prints nice
help message.

Add -s/--serial argument which is list of devices where package will be
installed.

Change-Id: Id88b8d9d4347c7afae0d98b017c24b92e9b78b9b

9 years agoFix negative glCompressedTexSubImage3D tests.
Mika Isojärvi [Tue, 7 Apr 2015 18:37:13 +0000 (11:37 -0700)]
Fix negative glCompressedTexSubImage3D tests.

Change tests to not trigger unrelevant error condition.

Bug: 20013546
Change-Id: Ie82367d58fc804bef6f449d8e0ebd8b41b667818

9 years agoFix unintialized memory issues reported by valgrind
Pyry Haulos [Tue, 7 Apr 2015 17:02:37 +0000 (10:02 -0700)]
Fix unintialized memory issues reported by valgrind

Change-Id: I2cdd303e0035d8e599fe5f4d9520f58c3058ccf4

9 years agoMerge changes If6b4b255,Iaf8879ff
Pyry Haulos [Tue, 7 Apr 2015 15:05:05 +0000 (15:05 +0000)]
Merge changes If6b4b255,Iaf8879ff

* changes:
  Terminate session execution if fatal error is caught.
  Close LogSection properly in fence_sync tests.

9 years agoTerminate session execution if fatal error is caught.
Jarkko Pöyry [Tue, 7 Apr 2015 03:39:33 +0000 (20:39 -0700)]
Terminate session execution if fatal error is caught.

Bug: 20095156
Change-Id: If6b4b255fda1e89710c7b5c695858306575fe95b

9 years agoClose LogSection properly in fence_sync tests.
Jarkko Pöyry [Tue, 7 Apr 2015 03:38:36 +0000 (20:38 -0700)]
Close LogSection properly in fence_sync tests.

Bug: 20095021
Change-Id: Iaf8879ff5a9c4c92efdc6f442d0878ca3a3202e3

9 years agoMerge "Fix crash in EGL render tests"
Pyry Haulos [Mon, 6 Apr 2015 23:38:34 +0000 (23:38 +0000)]
Merge "Fix crash in EGL render tests"

9 years agoFix crash in EGL render tests
Pyry Haulos [Mon, 6 Apr 2015 23:29:19 +0000 (16:29 -0700)]
Fix crash in EGL render tests

Caused by not calling MultiContextRenderCase::init() in derived class.

Change-Id: I5ffcaac82b43d9fe1120b4c7a6825a429e8fc274

9 years agoam c807fa97: (-s ours) am c0636411: am 0870de9a: DO NOT MERGE Do not require signed...
Pyry Haulos [Mon, 6 Apr 2015 23:28:55 +0000 (23:28 +0000)]
am c807fa97: (-s ours) am c0636411: am 0870de9a: DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit 'c807fa977530a2fb6f84ca351f065d82c4684835':
  DO NOT MERGE Do not require signed zero support in ldexp tests()

9 years agoMerge "Avoid ambiguous clear colors in fragment_ops.interaction."
Jarkko Pöyry [Mon, 6 Apr 2015 23:21:14 +0000 (23:21 +0000)]
Merge "Avoid ambiguous clear colors in fragment_ops.interaction."

9 years agoMerge "Remove GLES3 interaction.basic_shader.20 from MNC mustpass."
Jarkko Pöyry [Mon, 6 Apr 2015 23:17:37 +0000 (23:17 +0000)]
Merge "Remove GLES3 interaction.basic_shader.20 from MNC mustpass."

9 years agoMerge "Fix uint-to-float conversion warning"
Pyry Haulos [Mon, 6 Apr 2015 23:17:31 +0000 (23:17 +0000)]
Merge "Fix uint-to-float conversion warning"

9 years agoMerge "Fix asset path in internal tests"
Pyry Haulos [Mon, 6 Apr 2015 23:17:16 +0000 (23:17 +0000)]
Merge "Fix asset path in internal tests"

9 years agoRemove GLES3 interaction.basic_shader.20 from MNC mustpass.
Jarkko Pöyry [Mon, 6 Apr 2015 23:09:01 +0000 (16:09 -0700)]
Remove GLES3 interaction.basic_shader.20 from MNC mustpass.

Bug: 20092191
Change-Id: Id25f14cb1418af264ae02e57ac578752ebcbf16e