Remove read value check against uncommitted pages
authorPiers Daniell <pdaniell@nvidia.com>
Thu, 21 Dec 2017 19:49:09 +0000 (12:49 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 25 Jan 2018 01:56:01 +0000 (20:56 -0500)
commit8f95ea871c70f42909bda3787a4a3af4abcdaebe
treef3df962e6ec721262ae08073b58b1428325c47b6
parent98a25eff33de9b1105538b2980fa1c9b3d09c079
Remove read value check against uncommitted pages

Reading from uncommitted pages produces undefined results so checks that
the result is zero in invalid. Only data read from committed pages has
undefined results. The PixelUnpackBufferStorageTestCase subtest was the
only subtest that was checking reads from uncommitted pages. All the
other subtest already did not do this.

Affects:
KHR-GL46.sparse_buffer_tests.BufferStorageTest

Components: OpenGL

VK-GL-CTS Issue: 921

Change-Id: Ie7e61553cbad2454af03f39b7cdbd1ae8ab66d93
external/openglcts/modules/gl/gl4cSparseBufferTests.cpp