-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve descriptor validation #5
Comments
Comment by tobine (MIGRATED) This covers VALIDATION_ERROR_00948, VALIDATION_ERROR_00949, VALIDATION_ERROR_00952. Going to work on those. |
Checking these items and it appears they're all addressed in the code now. |
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 27, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 27, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 27, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 28, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 28, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 28, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Feb 28, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc.
mark-lunarg
pushed a commit
that referenced
this issue
Mar 3, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks #5-6, #9, #15, #22, #25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 5, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 10, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 10, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 10, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 10, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 10, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
AttilioProvenzano-ARM
added a commit
to ARM-software/Vulkan-ValidationLayers
that referenced
this issue
Mar 11, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks KhronosGroup#5-6, KhronosGroup#9, KhronosGroup#15, KhronosGroup#22, KhronosGroup#25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
mark-lunarg
pushed a commit
that referenced
this issue
Mar 11, 2020
This commit adds checks regarding: - Blending with multisampled images - Too large sample count - Non-lazily allocated MS images - Various potential issues with samplers - Using vkCmdResolveImage - Many small indexed draw calls - Using ONE_TIME_SUBMIT bit - Attachments that need tile readback This corresponds to checks #5-6, #9, #15, #22, #25-31 from PerfDoc. Change-Id: I19de83c1806dacace2b3acbb742a105afd24f627
This was referenced Jul 9, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by tobine (MIGRATED)
Wednesday Aug 24, 2016 at 13:12 GMT
Originally opened as KhronosGroup/Vulkan-LoaderAndValidationLayers#880
This is a tracking issue for some improvements that can be made to how descriptors are validated.
The text was updated successfully, but these errors were encountered: