platform/upstream/VK-GL-CTS.git
8 years agoFix sType for vertex assembly in object management tests.
Michael Lentine [Thu, 19 Nov 2015 17:56:47 +0000 (09:56 -0800)]
Fix sType for vertex assembly in object management tests.

8 years agoMerge branch 'cts_mlentine' into 'master'
Pyry Haulos [Thu, 19 Nov 2015 01:02:07 +0000 (20:02 -0500)]
Merge branch 'cts_mlentine' into 'master'

Use NotificationBuilder instead of Notification

Use of new Notification(...) was deprecated in API 11 and is fully
removed as of API 23. NotificationBuilder is the preferred replacement.

See merge request !73

8 years agoUse NotificationBuilder instead of Notification
Michael Lentine [Thu, 19 Nov 2015 00:31:55 +0000 (16:31 -0800)]
Use NotificationBuilder instead of Notification

Use of new Notification(...) was deprecated in API 11 and is fully
removed as of API 23. NotificationBuilder is the preferred replacement.

8 years agoMerge trivial fix from Khronos repository
Pyry Haulos [Wed, 18 Nov 2015 21:58:05 +0000 (13:58 -0800)]
Merge trivial fix from Khronos repository

8 years agoMerge branch '35-typo-fix' into 'master'
Pyry Haulos [Wed, 18 Nov 2015 21:57:36 +0000 (16:57 -0500)]
Merge branch '35-typo-fix' into 'master'

Typo fix in vkGlslToSpirV.cpp

Fixes issue #35

See merge request !72

8 years agoMerge changes from Khronos repository
Pyry Haulos [Wed, 18 Nov 2015 21:52:25 +0000 (13:52 -0800)]
Merge changes from Khronos repository

Change-Id: Ia8057616905a6ca2c44e0a76c4404e3302e666fd

8 years agoMerge branch '18-image-view-tests' into 'master'
Pyry Haulos [Wed, 18 Nov 2015 21:38:09 +0000 (16:38 -0500)]
Merge branch '18-image-view-tests' into 'master'

18 image view tests.

See merge request !38

8 years agoAdded pipeline image view tests.
Dae Kim [Wed, 18 Nov 2015 14:00:40 +0000 (14:00 +0000)]
Added pipeline image view tests.

8 years agoFix a few trivial compiler warnings
Pyry Haulos [Wed, 18 Nov 2015 21:29:11 +0000 (13:29 -0800)]
Fix a few trivial compiler warnings

8 years agoMerge branch '15-sampler-tests' into 'master'
Pyry Haulos [Wed, 18 Nov 2015 21:19:39 +0000 (16:19 -0500)]
Merge branch '15-sampler-tests' into 'master'

15 sampler tests.

See merge request !35

8 years agoAdded pipeline sampler tests.
Dae Kim [Wed, 18 Nov 2015 16:16:39 +0000 (16:16 +0000)]
Added pipeline sampler tests.

8 years agoMerge "Fix copy-paste typos in expect* functions"
Kalle Raita [Wed, 18 Nov 2015 20:51:09 +0000 (20:51 +0000)]
Merge "Fix copy-paste typos in expect* functions"
am: 6a330a7624

* commit '6a330a762457efe6d8eebc719e9e582b218d7bee':
  Fix copy-paste typos in expect* functions

8 years agoMerge "Fix copy-paste typos in expect* functions"
Kalle Raita [Wed, 18 Nov 2015 20:42:47 +0000 (20:42 +0000)]
Merge "Fix copy-paste typos in expect* functions"

8 years agoUpdate the spirv-tools revision to just before 1.0.
Dejan Mircevski [Wed, 18 Nov 2015 04:38:23 +0000 (23:38 -0500)]
Update the spirv-tools revision to just before 1.0.

Change-Id: Icdaae5360781a863d86f3567554fe9cba6024df0

8 years agoFix copy-paste typos in expect* functions
Kalle Raita [Wed, 18 Nov 2015 18:24:24 +0000 (10:24 -0800)]
Fix copy-paste typos in expect* functions

expectNoDisplay, expectNoSurface, and expectNull were testing against
EGL_NO_CONTEXT. This usually works as all the defines tend to be 0 on
all platforms.

Change-Id: I1893a32e8ad438fd4ebe0307582a2330679f9cd4

8 years agoTypo fix in vkGlslToSpirV.cpp
Csaba Osztrogonác [Wed, 18 Nov 2015 18:06:35 +0000 (19:06 +0100)]
Typo fix in vkGlslToSpirV.cpp

Fixes issue #35

8 years agoMerge branch '14-image-tests' into 'master'
Pyry Haulos [Wed, 18 Nov 2015 17:01:06 +0000 (12:01 -0500)]
Merge branch '14-image-tests' into 'master'

14 image tests.

See merge request !34

8 years agoMerge branch '34-shader_render_case_bufferView' into 'master'
Pyry Haulos [Wed, 18 Nov 2015 16:39:50 +0000 (11:39 -0500)]
Merge branch '34-shader_render_case_bufferView' into 'master'

34 vktShaderRenderCase: remove buffer views from test

BufferViews should be used only with TEXEL_BUFFER descriptors, while this test tries to use them for UNIFORM_BUFFERS

Fixes issue #34

See merge request !68

8 years agoMerge branch 'fix-tools-hash' into 'master'
Pyry Haulos [Tue, 17 Nov 2015 18:41:17 +0000 (13:41 -0500)]
Merge branch 'fix-tools-hash' into 'master'

Fix spirv tools hash

It seems that the old hash vanished from the repository.
The new hash should point to the same commit as before.
Well at least the commit message seems to be the same as before.

Fixes #32

See merge request !66

8 years agovktShaderRenderCase: remove buffer views from test
scygan [Tue, 17 Nov 2015 18:32:10 +0000 (19:32 +0100)]
vktShaderRenderCase: remove buffer views from test

BufferViews should be used only with TEXEL_BUFFER descriptors, while this test tries to use them for UNIFORM_BUFFERS

8 years agoAdded pipeline image tests.
Dae Kim [Tue, 17 Nov 2015 16:18:42 +0000 (16:18 +0000)]
Added pipeline image tests.

8 years agoFix spirv tools hash
Peter Gal [Tue, 17 Nov 2015 15:03:14 +0000 (16:03 +0100)]
Fix spirv tools hash

It seems that the old hash vanished from the repository.
The new hash should point to the same commit as before.
Well at least the commit message seems to be the same as before.

8 years agoNew EGL mustpass candidate
Pyry Haulos [Mon, 16 Nov 2015 19:25:36 +0000 (19:25 +0000)]
New EGL mustpass candidate
am: 9da487f0cc

* commit '9da487f0cca90ce89e72bc7e827d849bdb8a4ebc':
  New EGL mustpass candidate

8 years agoMerge branch '11-shader-render-case' into 'master'
Pyry Haulos [Mon, 16 Nov 2015 19:09:22 +0000 (14:09 -0500)]
Merge branch '11-shader-render-case' into 'master'

ShaderRenderCase

* Add ShaderRenderCase implementation
* Add discard tests just to show how to use the base classes

See merge request !28

8 years agoNew EGL mustpass candidate
Pyry Haulos [Fri, 13 Nov 2015 22:38:22 +0000 (14:38 -0800)]
New EGL mustpass candidate

Change-Id: I2f2938ccda824ae466bb0e57fb757618c749e082

8 years agoImprove file and namespace names
Peter Gal [Thu, 12 Nov 2015 19:06:42 +0000 (20:06 +0100)]
Improve file and namespace names

8 years agoShaderRenderCase: add anonymous namespace and fix error reporting in the TextureBinding
Peter Gal [Fri, 30 Oct 2015 12:21:03 +0000 (13:21 +0100)]
ShaderRenderCase: add anonymous namespace and fix error reporting in the TextureBinding

8 years agoShaderRenderCase: renamed static variables
Peter Gal [Fri, 30 Oct 2015 12:13:33 +0000 (13:13 +0100)]
ShaderRenderCase: renamed static variables

8 years agoShaderDiscardTests: use MovePtr when returning a ShaderDiscardCase
Peter Gal [Fri, 30 Oct 2015 12:01:47 +0000 (13:01 +0100)]
ShaderDiscardTests: use MovePtr when returning a ShaderDiscardCase

8 years agoShaderRenderCase: allow uniforms in all shader stages
Peter Gal [Thu, 29 Oct 2015 19:11:04 +0000 (20:11 +0100)]
ShaderRenderCase: allow uniforms in all shader stages

8 years agoShaderRenderCase: remove UniquePtr from the AllocationSp typedef and use UniquePtrs...
Peter Gal [Thu, 29 Oct 2015 19:09:53 +0000 (20:09 +0100)]
ShaderRenderCase: remove UniquePtr from the AllocationSp typedef and use UniquePtrs for UniformSetup and ShaderEvaluator

8 years agoShaderDiscardTests: use anonymous namespace
Peter Gal [Thu, 29 Oct 2015 17:32:26 +0000 (18:32 +0100)]
ShaderDiscardTests: use anonymous namespace

8 years agoShaderRenderCase: improve filter mode mapping
Peter Gal [Thu, 29 Oct 2015 17:13:05 +0000 (18:13 +0100)]
ShaderRenderCase: improve filter mode mapping

8 years agoShaderRenderCase: use default allocator provided by the Context
Peter Gal [Thu, 29 Oct 2015 13:13:27 +0000 (14:13 +0100)]
ShaderRenderCase: use default allocator provided by the Context

8 years agoShaderRenderCase: multiple texture handling improvements
Peter Gal [Wed, 28 Oct 2015 15:30:24 +0000 (16:30 +0100)]
ShaderRenderCase: multiple texture handling improvements

* Use loadImage instead of loadPNG
* Use MovePtr when loading, passing images
* Improve TextureBinding instance passing

8 years agoShaderRenderCase: minor style fixes (indentation)
Peter Gal [Thu, 22 Oct 2015 16:47:00 +0000 (18:47 +0200)]
ShaderRenderCase: minor style fixes (indentation)

8 years agoShaderRenderCase: use the host ptr from the Allocation class instead mapping the...
Peter Gal [Thu, 22 Oct 2015 16:22:59 +0000 (18:22 +0200)]
ShaderRenderCase: use the host ptr from the Allocation class instead mapping the memory directly

8 years agoShaderRenderCase: use utility method to invalidate memory range
Peter Gal [Thu, 22 Oct 2015 07:48:03 +0000 (09:48 +0200)]
ShaderRenderCase: use utility method to invalidate memory range

8 years agoShaderRenderCase: correctly specify the bufferRowLength and bufferImageHeight for...
Peter Gal [Thu, 22 Oct 2015 07:47:28 +0000 (09:47 +0200)]
ShaderRenderCase: correctly specify the bufferRowLength and bufferImageHeight for the image copy

8 years agoShaderRenderCase: update based on review
Peter Gal [Wed, 21 Oct 2015 17:53:36 +0000 (19:53 +0200)]
ShaderRenderCase: update based on review

* Use HostVisible memory requirement where we copy data to image/buffer.
* Check if linear tiling or optimal tiling is supported for 2D textures.
* Check length of barrier array before getting the first element.

8 years agoShaderRenderCase: remove leftover vktTexture.* files from CMakeList.txt and include...
Peter Gal [Tue, 20 Oct 2015 14:08:19 +0000 (16:08 +0200)]
ShaderRenderCase: remove leftover vktTexture.* files from CMakeList.txt and include paths

8 years agoShaderRenderCase: minor style fixes.
Peter Gal [Tue, 20 Oct 2015 14:03:14 +0000 (16:03 +0200)]
ShaderRenderCase: minor style fixes.

8 years agoShaderRenderCase: moved texture utiles from vktTexture.cpp to vkImageUtil.cpp
Peter Gal [Tue, 20 Oct 2015 13:59:16 +0000 (15:59 +0200)]
ShaderRenderCase: moved texture utiles from vktTexture.cpp to vkImageUtil.cpp

8 years agoShaderRenderCase: rebase implementation on sdk-0.9
Peter Gal [Fri, 9 Oct 2015 15:48:24 +0000 (17:48 +0200)]
ShaderRenderCase: rebase implementation on sdk-0.9

8 years agoShaderRenderCase: moved VkImage creation from the Texture2D to the ShaderRenderCaseIn...
Peter Gal [Thu, 8 Oct 2015 17:19:59 +0000 (19:19 +0200)]
ShaderRenderCase: moved VkImage creation from the Texture2D to the ShaderRenderCaseInstance class

8 years agoShaderDiscardTests: minor code cleanup
Peter Gal [Thu, 8 Oct 2015 13:26:41 +0000 (15:26 +0200)]
ShaderDiscardTests: minor code cleanup

8 years agoShaderRenderCase: updated naming of a few image information mapping methods
Peter Gal [Thu, 8 Oct 2015 13:21:51 +0000 (15:21 +0200)]
ShaderRenderCase: updated naming of a few image information mapping methods

8 years agoShaderRenderCase: use safe containers for uniform information storage
Peter Gal [Tue, 6 Oct 2015 14:36:58 +0000 (16:36 +0200)]
ShaderRenderCase: use safe containers for uniform information storage

8 years agoShaderRenderCase: use safe containers for vertex buffers and allocs
Peter Gal [Tue, 6 Oct 2015 13:31:51 +0000 (15:31 +0200)]
ShaderRenderCase: use safe containers for vertex buffers and allocs

8 years agoShaderRenderCase: fix initializer syntax when creating an image view
Peter Gal [Tue, 29 Sep 2015 16:01:42 +0000 (18:01 +0200)]
ShaderRenderCase: fix initializer syntax when creating an image view

8 years agoShaderRenderCase: add const qualifiers
Peter Gal [Mon, 28 Sep 2015 17:51:52 +0000 (19:51 +0200)]
ShaderRenderCase: add const qualifiers

8 years agoShaderRenderCase: use ConstPixelBufferAcccess to copy the result image
Peter Gal [Mon, 28 Sep 2015 16:49:43 +0000 (18:49 +0200)]
ShaderRenderCase: use ConstPixelBufferAcccess to copy the result image

8 years agoShaderRenderCase:
Peter Gal [Mon, 28 Sep 2015 16:37:01 +0000 (18:37 +0200)]
ShaderRenderCase:
* Use vulkan/data dir instead of data/
* Also list .hpp files in CMakeLists.txt

8 years agoShaderRenderCase: style fixes
Peter Gal [Mon, 28 Sep 2015 16:29:49 +0000 (18:29 +0200)]
ShaderRenderCase: style fixes

8 years agoShaderRenderCase: fix typo eigth -> eight
Peter Gal [Fri, 18 Sep 2015 13:48:48 +0000 (15:48 +0200)]
ShaderRenderCase: fix typo eigth -> eight

8 years agoShaderRenderCase: Remove template argument from the ShaderRenderCase
Peter Gal [Thu, 17 Sep 2015 15:26:15 +0000 (17:26 +0200)]
ShaderRenderCase: Remove template argument from the ShaderRenderCase

8 years agoShaderRenderCase: minor cleanup
Peter Gal [Thu, 17 Sep 2015 14:08:59 +0000 (16:08 +0200)]
ShaderRenderCase: minor cleanup

8 years agoShaderRenderCase: Add discard tests
Peter Gal [Mon, 14 Sep 2015 17:48:32 +0000 (19:48 +0200)]
ShaderRenderCase: Add discard tests

8 years agoShaderRenderCase: remove dummy test-cases
Peter Gal [Mon, 14 Sep 2015 16:45:32 +0000 (18:45 +0200)]
ShaderRenderCase: remove dummy test-cases

8 years agoShaderRenderCase: style-fixes
Peter Gal [Mon, 14 Sep 2015 16:28:02 +0000 (18:28 +0200)]
ShaderRenderCase: style-fixes

8 years agoShaderRenderCase: Add matrix (a_matx) and user (a_inx) support
Peter Gal [Mon, 14 Sep 2015 15:27:34 +0000 (17:27 +0200)]
ShaderRenderCase: Add matrix (a_matx) and user (a_inx) support

8 years agoShaderRenderCase: Fix texture support
Peter Gal [Tue, 8 Sep 2015 15:55:51 +0000 (17:55 +0200)]
ShaderRenderCase: Fix texture support

8 years agoShaderRenderCase: Add addUniform call which have a size parameter
Peter Gal [Mon, 7 Sep 2015 16:39:23 +0000 (18:39 +0200)]
ShaderRenderCase: Add addUniform call which have a size parameter

8 years agoShaderRenderCase: bit of cleanup
Peter Gal [Mon, 7 Sep 2015 09:16:55 +0000 (11:16 +0200)]
ShaderRenderCase: bit of cleanup

8 years agoShaderRenderCase: Move creation of tests to a separeate method
Peter Gal [Mon, 7 Sep 2015 08:26:41 +0000 (10:26 +0200)]
ShaderRenderCase: Move creation of tests to a separeate method

8 years agoShaderRenderCase: Add texture/sampler support
Peter Gal [Thu, 3 Sep 2015 18:19:41 +0000 (20:19 +0200)]
ShaderRenderCase: Add texture/sampler support

8 years agoShaderRenderCase: Typo fix for binding location
Peter Gal [Tue, 1 Sep 2015 17:44:17 +0000 (19:44 +0200)]
ShaderRenderCase: Typo fix for binding location

8 years agoShaderRenderCase: Add some basic predefined uniforms which can be used by test cases
Peter Gal [Tue, 1 Sep 2015 12:21:35 +0000 (14:21 +0200)]
ShaderRenderCase: Add some basic predefined uniforms which can be used by test cases

8 years agoShaderRenderCase: Add previously missed copyright info to the ShaderRenderCaseTests...
Peter Gal [Mon, 31 Aug 2015 18:21:12 +0000 (20:21 +0200)]
ShaderRenderCase: Add previously missed copyright info to the ShaderRenderCaseTests file.

8 years agoShaderRenderCase: Remove m_name for the ShaderRenderCaseInstace class
Peter Gal [Mon, 31 Aug 2015 18:10:15 +0000 (20:10 +0200)]
ShaderRenderCase: Remove m_name for the ShaderRenderCaseInstace class

This was initialy introduced to have unique names for the shaders, but as
it turns out that's not needed as each test case has it's own shader store.
Thus there will be no name collision.

8 years agoShaderRenderCase: Fix indentation
Peter Gal [Mon, 31 Aug 2015 18:06:17 +0000 (20:06 +0200)]
ShaderRenderCase: Fix indentation

8 years agoShaderRenderCase: Add cleanup code for buffers and allocs
Peter Gal [Mon, 31 Aug 2015 17:59:38 +0000 (19:59 +0200)]
ShaderRenderCase: Add cleanup code for buffers and allocs

8 years agoShaderRenderCase: Make the addUniform a template method
Peter Gal [Mon, 31 Aug 2015 17:13:18 +0000 (19:13 +0200)]
ShaderRenderCase: Make the addUniform a template method

8 years agoShaderRenderCase: Add methods for specifying custom vertex input attributes
Peter Gal [Mon, 31 Aug 2015 13:05:57 +0000 (15:05 +0200)]
ShaderRenderCase: Add methods for specifying custom vertex input attributes

8 years agoShaderRenderCase: Reworked the way to add uniforms to a test instance
Peter Gal [Fri, 28 Aug 2015 18:51:00 +0000 (20:51 +0200)]
ShaderRenderCase: Reworked the way to add uniforms to a test instance

8 years agoShaderRenderCase: Add a single uniform to try out the api
Peter Gal [Fri, 28 Aug 2015 15:15:34 +0000 (17:15 +0200)]
ShaderRenderCase: Add a single uniform to try out the api

8 years agoShaderRenderCase: Group together the basic attributes for the vertex shader
Peter Gal [Thu, 27 Aug 2015 15:57:41 +0000 (17:57 +0200)]
ShaderRenderCase: Group together the basic attributes for the vertex shader

8 years agoShaderRenderCase: Connect additional a_coords input attribute
Peter Gal [Thu, 27 Aug 2015 14:15:07 +0000 (16:15 +0200)]
ShaderRenderCase: Connect additional a_coords input attribute

8 years agoShaderRenderCase: Added initial Vulkan rendering
Peter Gal [Wed, 26 Aug 2015 18:41:39 +0000 (20:41 +0200)]
ShaderRenderCase: Added initial Vulkan rendering

8 years agoShaderRenderCase: Templatize ShaderRenderCase to help building instances
Peter Gal [Wed, 26 Aug 2015 12:42:30 +0000 (14:42 +0200)]
ShaderRenderCase: Templatize ShaderRenderCase to help building instances

8 years agoShaderRenderCase: Add basic reference drawing
Peter Gal [Wed, 26 Aug 2015 11:48:58 +0000 (13:48 +0200)]
ShaderRenderCase: Add basic reference drawing

8 years agoShaderRenderCase: Initial skeleton
Peter Gal [Thu, 6 Aug 2015 13:53:50 +0000 (15:53 +0200)]
ShaderRenderCase: Initial skeleton

8 years agoMerge branch 'fixup_declock_c' into 'master'
Pyry Haulos [Thu, 12 Nov 2015 16:34:39 +0000 (11:34 -0500)]
Merge branch 'fixup_declock_c' into 'master'

Fixup asserts and div by 0 due to low precision of Win32 perf counter

This is a fix for Windows-specific problem, when on some machines frequency of perfomance timer is so low, that it causes assert and division by 0 in deClock.c

See merge request !45

8 years agoFixup asserts due to low precision of QueryPerformanceFrequency
scygan [Tue, 3 Nov 2015 19:44:16 +0000 (20:44 +0100)]
Fixup asserts due to low precision of QueryPerformanceFrequency

8 years agoFix warning
Pyry Haulos [Wed, 11 Nov 2015 19:29:22 +0000 (19:29 +0000)]
Fix warning
am: 7b87c35373

* commit '7b87c353739943b91ee79b326e1861019a528168':
  Fix warning

8 years agoFix warning
Pyry Haulos [Wed, 11 Nov 2015 19:22:58 +0000 (11:22 -0800)]
Fix warning

Change-Id: Ic2553c0090d17af5a40b908b256d3ed37cceef35

8 years agoMerge "Check for tess/geom support in binding model tests" into vulkan
Pyry Haulos [Wed, 11 Nov 2015 19:16:05 +0000 (19:16 +0000)]
Merge "Check for tess/geom support in binding model tests" into vulkan

8 years agoAdd SHA1 functions to decpp.
Mika Isojärvi [Wed, 11 Nov 2015 18:57:14 +0000 (18:57 +0000)]
Add SHA1 functions to decpp.
am: 0256f8c86a

* commit '0256f8c86ae9a1211a82462ecda36af2b5c9876c':
  Add SHA1 functions to decpp.

8 years agoAdd sha1 hash functions to delibs.
Mika Isojärvi [Wed, 11 Nov 2015 18:26:37 +0000 (18:26 +0000)]
Add sha1 hash functions to delibs.
am: dd4a496bc5

* commit 'dd4a496bc5bba222852309738de56070ef775e3e':
  Add sha1 hash functions to delibs.

8 years agoMerge "Add vkt::Context::getDeviceFeatures()" into vulkan
Pyry Haulos [Wed, 11 Nov 2015 17:31:53 +0000 (17:31 +0000)]
Merge "Add vkt::Context::getDeviceFeatures()" into vulkan

8 years agoAdd SHA1 functions to decpp.
Mika Isojärvi [Tue, 3 Nov 2015 20:15:10 +0000 (12:15 -0800)]
Add SHA1 functions to decpp.

Change-Id: I1bfdf817debf8cfc84bbc6fbdae2b0e58c4fa975

8 years agoAdd sha1 hash functions to delibs.
Mika Isojärvi [Mon, 2 Nov 2015 23:53:48 +0000 (15:53 -0800)]
Add sha1 hash functions to delibs.

Change-Id: I7b0f7ce8b82a632183d1333764f80992c153a531

8 years agoClean up result code checking in api.device_init tests
Pyry Haulos [Tue, 10 Nov 2015 21:48:58 +0000 (13:48 -0800)]
Clean up result code checking in api.device_init tests

Change-Id: Ic1df446fd88934fca3b620a67f39292a853fd594

8 years agoCheck for tess/geom support in binding model tests
Pyry Haulos [Tue, 10 Nov 2015 21:20:15 +0000 (13:20 -0800)]
Check for tess/geom support in binding model tests

Change-Id: I5bd8ab480b90135f137fc24bec7a71de680c7892

8 years agoAdd vkt::Context::getDeviceFeatures()
Pyry Haulos [Tue, 10 Nov 2015 21:18:45 +0000 (13:18 -0800)]
Add vkt::Context::getDeviceFeatures()

Change-Id: I996c78061621aa08f54a24a4bce1e2e846a61e21

8 years agoFix a few issues in binding model tests
Pyry Haulos [Tue, 10 Nov 2015 19:19:20 +0000 (11:19 -0800)]
Fix a few issues in binding model tests

 * There is no way to access sampled image without a sampler; removed a
few affected tests.

 * Use DESCRIPTOR_POOL_USAGE_DYNAMIC as Move<T> or Unique<T> can't be
used with ONE_SHOT pools.

 * Remove invalid dynamic uniform and storage buffer cases that didn't
set dynamic view offsets.

Change-Id: I7e2caeb51d493cd8220db0da9ffa031fc2f19f1b

8 years agoMerge "Fix a few broken shaders in binding model tests" into vulkan
Pyry Haulos [Tue, 10 Nov 2015 18:23:37 +0000 (18:23 +0000)]
Merge "Fix a few broken shaders in binding model tests" into vulkan

8 years agoFix a few broken shaders in binding model tests
Pyry Haulos [Tue, 10 Nov 2015 18:22:54 +0000 (10:22 -0800)]
Fix a few broken shaders in binding model tests

Change-Id: Ia10debeeca2b37154410a6ef0539f0c69d6bacd3

8 years agoFix a few compile warnings across Vulkan tests
Pyry Haulos [Mon, 9 Nov 2015 22:45:12 +0000 (14:45 -0800)]
Fix a few compile warnings across Vulkan tests

Change-Id: Ib58bf0f33e89efc449a40279656532767187d324

8 years agoMerge in changes from Khronos repository
Pyry Haulos [Tue, 10 Nov 2015 16:58:49 +0000 (08:58 -0800)]
Merge in changes from Khronos repository