aboutsummaryrefslogtreecommitdiff
path: root/source/val/validate_image.cpp
AgeCommit message (Expand)Author
2021-06-21spirv-val: Label VUID 04780 (#4334)sfricke-samsung
2021-06-08No error report for variable image offset when before-legal-hlsl is on (#4316)Jaebaek Seo
2021-02-05spriv-val: Vulkan image gather constant component (#4133)sfricke-samsung
2021-02-02spirv-val: label tests for VUID 04657 (#4119)sfricke-samsung
2021-01-27spirv-val: Add Vulkan image gather offset VUID (#4118)sfricke-samsung
2021-01-25spirv-val: Label VUID 04662 (#4123)sfricke-samsung
2021-01-19Validate Sampled=1 for Vulkan ImageQuerySizeLod, ImageQueryLevels, ImageQuery...David Neto
2021-01-14Remove WebGPU support (#4108)Ryan Harrison
2021-01-07spirv-val: Label standalone Vulkan VUID (#4091)sfricke-samsung
2021-01-06spirv-val: Fix Vulkan image sampled check (#4085)sfricke-samsung
2021-01-06spirv-val: Add Vulkan ImageTexelPointer format check (#4087)sfricke-samsung
2020-12-15validation: validate return type of OpImageRead (#4072)David Neto
2020-12-14validation: tighter validation of multisampled images (#4059)David Neto
2020-12-10validate OpTypeImage Sampled values for environemnts (#4064)David Neto
2020-12-10validate StorageImageMultisampled capability (#4062)David Neto
2020-10-20Add SPV_EXT_shader_image_int64 (#3852)Tobski
2020-07-29Update some language usage. (#3611)dan sinclair
2020-05-25Add validation support for ImageGatherBiasLodAMD (#3363)Ricardo Garcia
2020-03-09Allow sampledimage types as operand of OpCopyObject (#3222)Jeff Bolz
2020-02-18spirv-val: Add support for SPV_AMD_shader_image_load_store_lod (#3186)Samuel Iglesias Gonsálvez
2019-07-22Allow LOD ops in compute shaders with derivative group execution modes (#2752)Jason Macnak
2019-05-31Validate OpenCL rules for ImageRead and OpImageSampleExplicitLod (#2643)Kévin Petit
2019-05-23Validate OpenCL environment rules for OpImageWrite (#2619)Kévin Petit
2019-05-21Validate OpenCL environment rules for OpTypeImage (#2606)Kévin Petit
2019-05-07Support SPIR-V 1.4 (#2550)David Neto
2019-04-11Gate formatless checks on Vulkan env (#2486)alan-baker
2019-03-25Check OpSampledImage is only passed into valid instructions (#2467)Ryan Harrison
2019-03-19Convert sampled consumers to being Instructions instead of IDs (#2464)Ryan Harrison
2018-12-03Check device scope for Vulkan memory model (#2149)alan-baker
2018-10-11Validating for new image operandsAlan Baker
2018-10-02Validator: OpImageQuerySize validation (#1538)Jaebaek Seo
2018-09-27Validator: Validate OpImageTexelPointer (#487)Jaebaek Seo
2018-09-06Support SPV_KHR_vulkan_memory_model rev2David Neto
2018-08-27Remove idUsagealan-baker
2018-08-07Refactor where opcodes are validatedAlan Baker
2018-08-07Fix readbility/braces warnings (#1804)dan sinclair
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-08-01Update diag() calls in validate_image. (#1767)dan sinclair
2018-07-30Split ImagePass into individual methods. (#1742)dan sinclair
2018-07-11Move validation files to val/ directory (#1692)dan sinclair