-
Notifications
You must be signed in to change notification settings - Fork 564
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
Merge two implementations of ValidateMemorySemantics #2170
Comments
zoddicus
added a commit
that referenced
this issue
Dec 6, 2018
dneto0
pushed a commit
to dneto0/SPIRV-Tools
that referenced
this issue
Sep 14, 2024
Roll third_party/glslang/ e157435..b5757b9 (3 commits) KhronosGroup/glslang@e157435...b5757b9 $ git log e157435..b5757b9 --date=short --no-merges --format='%ad %ae %s' 2020-04-03 rharrison Remove extra semicolons (KhronosGroup#2170) 2020-04-02 mbechard Shader interface matching rework to fix KhronosGroup#2136 (KhronosGroup#2156) 2020-04-01 cepheus Build warning: Fix KhronosGroup#2167: Remove nested reuse of 'unreachable'. Roll third_party/googletest/ 67cc66080..e3f0319d8 (6 commits) google/googletest@67cc660...e3f0319 $ git log 67cc66080..e3f0319d8 --date=short --no-merges --format='%ad %ae %s' 2020-04-01 absl-team Googletest export 2020-03-30 absl-team Googletest export 2020-03-24 krystian.kuzniarek remove chapters on Autotools, Meson and plain Makefiles 2020-03-24 krystian.kuzniarek remove dead code in googletest-output-test 2020-03-24 pkryger Swap settimer and sigaction calls to avoid SIGPROF 2019-11-11 krystian.kuzniarek add documentation for the premature-exit-file protocol Roll third_party/re2/ 209eda1b6..58141dc9c (3 commits) google/re2@209eda1...58141dc $ git log 209eda1b6..58141dc9c --date=short --no-merges --format='%ad %ae %s' 2020-04-05 junyer Return the fanout histogram in a vector, not a map. 2020-04-05 junyer Optimise fanout bucketing. 2020-04-05 junyer Add Clang 10 to the Travis CI matrix. Roll third_party/spirv-cross/ 9b3c5e12b..6637610b1 (7 commits) KhronosGroup/SPIRV-Cross@9b3c5e1...6637610 $ git log 9b3c5e12b..6637610b1 --date=short --no-merges --format='%ad %ae %s' 2020-04-03 post Expose a query if samplers or images are comparison resources. 2020-04-03 post Do not add NonWritable/NonReadable decorations for regular images. 2020-04-03 post MSL: Deal with cases where builtin is implicitly needed, declared, but unused. 2020-04-03 post HLSL: Add support for treating NonWritable UAV texture as SRV instead. 2020-04-03 troughton MSL: mark BuiltInFragCoord as implicitly used for subpass reads 2020-03-31 post MSL: Fix access chain for deep struct hierarchy on array of buffers. 2020-03-30 dsinclair Roll GLSLang, SPIRV-Tools and SPIRV-Headers Roll third_party/spirv-tools/ fd773eb..e95fbfb (9 commits) KhronosGroup/SPIRV-Tools@fd773eb...e95fbfb $ git log fd773eb..e95fbfb --date=short --no-merges --format='%ad %ae %s' 2020-04-02 afdx spirv-fuzz: Transformation to add OpConstantNull (KhronosGroup#3273) 2020-04-02 afdx spirv-fuzz: Handle isomorphic types property in composite construction (KhronosGroup#3262) 2020-04-02 afdx spirv-fuzz: Limit adding of new variables to 'basic' types (KhronosGroup#3257) 2020-04-02 afdx spirv-fuzz: Only replace regular ids with synonyms (KhronosGroup#3255) 2020-04-02 afdx spirv-fuzz: Introduce TransformationContext (KhronosGroup#3272) 2020-04-02 afdx spirv-fuzz: Add validator options (KhronosGroup#3254) 2020-04-02 alanbaker Update dominates to check for null nodes (KhronosGroup#3271) 2020-04-01 alanbaker Set wrapped kill basic block's parent (KhronosGroup#3269) 2020-03-31 caio.oliveira Validate Buffer and BufferBlock apply only to struct types (KhronosGroup#3259) Created with: roll-dep third_party/effcee third_party/glslang third_party/googletest third_party/re2 third_party/spirv-cross third_party/spirv-headers third_party/spirv-tools
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like ValidateMemoryScope and ValidateExecutionScope, there are two different implementations of this function that should be unified into a single canonical implementation.
The text was updated successfully, but these errors were encountered: