Fix ambiguous mediump int write in shared_var.atomic tests
authorPyry Haulos <phaulos@google.com>
Wed, 19 Nov 2014 23:26:10 +0000 (15:26 -0800)
committerPyry Haulos <phaulos@google.com>
Thu, 20 Nov 2014 00:34:30 +0000 (16:34 -0800)
commit75be7fae1949a801c080530de53bdf123abb517a
tree7fd8dc202992d6fd321eebfebbe442adab28f52b
parent155e5e6729cfc1f890d6d0de338d7c1f5a1f0cec
Fix ambiguous mediump int write in shared_var.atomic tests

Shaders in atomic memory functions were assigning mediump integers to
SSBOs and expecting that those wouldn't get sign-extended in the
process.

Bug: 18446009
Change-Id: I10407cdb6558ba18a553df36285edf9d23239331
modules/gles31/functional/es31fShaderAtomicOpTests.cpp