Merged
Conversation
added 9 commits
October 28, 2021 08:23
KhronosGroup/glslang@e0771b5...d1608ab $ git log e0771b5d4..d1608ab1e --date=short --no-merges --format='%ad %ae %s' 2021-10-27 greg Remove support for double trig, pow, exp and log 2021-10-04 jeremy Return new allocator for copied containers 2021-10-18 greg Allow 8/16-bit integer as array index 2021-10-20 greg Accept gl_ViewportMask in version 430 and later 2021-10-19 alele Skip auto decorating shader record buffer blocks with 'set' and 'binding'. 2021-10-19 dneto Fix Cmake rule for extension header generation 2021-09-01 aaron.hagan GL_EXT_spirv_intrinsics - Port extensions 2021-10-13 rex.xu Make modifications of GL_EXT_spirv_intrinsics 2021-10-14 chrisforbes Untangle use of core glslang version enums in SpvPostProcess 2021-10-13 kevin.mccullough Fix cross-stage check to allow subsequent stage to use previous stage's binding 2021-09-28 nathaniel cmake: Remove "conditions" from endif 2021-09-29 malcolm rename member variable for clarity 2021-09-24 greg Fix variable scoping of do-while 2021-09-23 greg Scalarize vector readFirstInvocationARB (#2766) 2021-09-22 greg Fix unreachable code in getSampledType() 2021-09-22 mbechard Auto push constant blocks (#2764) 2021-09-17 greg Fix SPIR-V for SampleBias 2021-09-16 malcolm GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex 2021-09-15 malcolm avoid growing the global uniform block with duplicates 2021-09-14 greg Run update_precision() on array and matrix constructors. 2021-09-09 fan0013 Change MINGW_HAS_SECURE_API checks. 2021-08-09 jeremy Fix GCC warnings 2021-07-06 kevin.mccullough Fix isIoResizeArray() tessellation stage handling Created with: roll-dep third_party/glslang
google/googletest@159c9ad...16f637f $ git log 159c9ad23..16f637fbf --date=short --no-merges --format='%ad %ae %s' 2021-10-11 absl-team Googletest export 2021-10-11 absl-team Googletest export 2021-10-11 absl-team Googletest export 2021-10-08 yesudeep Fix linker errors on FreeBSD. 2021-09-30 absl-team Googletest export 2021-09-28 absl-team Googletest export 2021-09-24 cclauss Fix remaining typos discovered by codespell 2021-09-20 absl-team Googletest export 2021-09-20 absl-team Internal change 2021-09-17 julian.amann Remove bazelbuild/rules_cc dependency 2021-09-16 cclauss Fix typos discovered by codespell 2021-09-16 cclauss Fix typos discovered by codespell 2021-09-16 cclauss Fix typo discovered by codespell 2021-09-15 absl-team Googletest export 2021-09-15 dmauro Googletest export 2021-09-15 absl-team Googletest export 2021-09-14 dmauro Googletest export 2021-09-14 dmauro Googletest export 2021-09-14 absl-team Googletest export 2021-09-15 761129+derekmauro Revert grammatically incorrect change 2021-08-10 akashkumarsingh11032001 add a missing 'a' 2021-08-10 akashkumarsingh11032001 Create CONTRIBUTING.md 2020-12-29 julien.jemine Using auto instead of container::const_iterator Created with: roll-dep third_party/googletest
nlohmann/json@626e7d6...fec56a1 $ git log 626e7d61e..fec56a1a1 --date=short --no-merges --format='%ad %ae %s' 2021-10-16 mail 🔖 set version to 3.10.4 2021-10-16 niels.lohmann Revert invalid fix (#3082) 2021-10-14 niels.lohmann Allow to use get with explicit constructor (#3079) 2021-10-14 theo.delrieu fix std::filesystem::path regression (#3073) 2021-10-08 mail 🔖 set version to 3.10.3 2021-10-07 theo.delrieu meta: fix is_compatible/constructible traits (#3020) 2021-10-07 carl.smedstad Fix assertion failure for JSON_DIAGNOSTICS (#3037) 2021-09-28 niels.lohmann 📝 fixed Clang version (#3040) 2021-09-12 niels.lohmann Allow allocators for output_vector_adapter (#2989) 2021-09-12 anthony Set parent pointers for values inserted via update() (fixes #3007). (#3008) 2021-09-01 niels.lohmann Update docset generation script (#2967) 2021-08-30 niels.lohmann 👷 re-add Clang 12 (#2986) 2021-08-29 niels.lohmann Use new Docker image (#2981) Created with: roll-dep third_party/json
google/shaderc@c42db58...f6d6ddd $ git log c42db5815..f6d6dddfa --date=short --no-merges --format='%ad %ae %s' 2021-09-17 bob build: add switch to disable copyright check Created with: roll-dep third_party/shaderc
KhronosGroup/SPIRV-Headers@635049b...1380cbb $ git log 635049b5e..1380cbbec --date=short --no-merges --format='%ad %ae %s' 2021-05-24 pmistry Implement header definitions for SPV_NV_bindless_texture 2021-10-12 ben.ashbaugh reserve SPIR-V enum block for Intel extensions 2021-10-05 pmistry Define a new Image operand bit mask for non constant offsets 2021-10-01 egdaniel Register Magic Num for Skia SkSL SPIR-V Generator 2021-09-16 gleese Remove 'Kernel' capability from fast-math flags Created with: roll-dep third_party/spirv-headers
KhronosGroup/SPIRV-Tools@9e65f05...d997c83 $ git log 9e65f054d..d997c83b1 --date=short --no-merges --format='%ad %ae %s' 2021-10-26 jaebaek Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574) 2021-10-26 stevenperron Make IsLocalVar in ADCE work at any time. (NFC) (#4595) 2021-10-26 afdx Add libFuzzer target for spirv-fuzz (#4434) 2021-10-25 alanbaker Handle missing execution modes for limitation check (#4594) 2021-10-21 dneto opt: set upper bits of spec constant according to spec (#4589) 2021-10-21 airlied opt/spec_constants: fix bit pattern width checks. (#4588) 2021-10-20 afdx Fix i386 build issues related to random generation (#4586) 2021-10-19 greg Generate constants directly in CreateDebugInlinedAt (#4572) 2021-10-19 dneto README: Remove appveyor build badge. (#4584) 2021-10-18 dneto README: Update tested versions of compilers (#4579) 2021-10-19 lu.jiao Opt passes should apply to the exported functions (#4554) 2021-10-15 alanbaker Consider 0xffffffff offset as missing (#4564) 2021-10-14 alanbaker Account for strided components in arrays (#4575) 2021-10-14 dneto Remove Appveyor CI, update README (#4578) 2021-10-14 greg Mark DebugInfoNone as live in ADCE when DebugInfo present (#4568) 2021-10-14 dneto Enable OpConstFunctionPointerINTEL outside function (#4576) 2021-10-14 afdx Fix output of SPIR-V version in diagnostic (#4562) 2021-10-13 rharrison Use max enum instead of static array of legal values (#4571) 2021-10-13 alanbaker Update SPIRV-Headers (#4573) 2021-10-13 greg Fix merge-block assertions with debugInfo (#4563) 2021-10-13 jaebaek Fix CI failure (#4570) 2021-10-06 dneto Avoid bugprone-move-forwarding-reference warning in Clang (#4560) 2021-10-06 afdx Include a maximum value for spv_target_env (#4559) 2021-10-05 greg Fix ConstantManager to not run AnalyzeInstDefUse if DefUse not valid (#4557) 2021-10-04 rharrison Stop consuming input in fuzzers to select target environment (#4544) 2021-10-04 stevenperron More ADCE refactoring (#4548) 2021-10-01 dneto Avoid implicit fallthrough, by duplicating code (#4556) 2021-10-01 lukas.hermanns spirv-opt: Don't eliminate dead members from StructuredBuffer (#4553) 2021-09-30 alanbaker Do not assume there are execution modes (#4555) 2021-09-28 afdx Suppress protobuf warning (#4551) 2021-09-24 stevenperron Adce refactor (NFC) (#4547) 2021-09-24 greg Handle NonSemantic.Shader Debug[No]Line (#4530) 2021-09-23 greg Fix inst_buff_addr_check to handle struct loads (#4489) 2021-09-23 jmadill GN: Fix build for debuginfo codegen. (#4536) 2021-09-22 alanbaker Update SPIRV-Headers (#4543) 2021-09-21 alanbaker Fix checks for offset in nested structs (#4531) 2021-09-21 afdx Fix UBSan error in spirv-dis fuzzer (#4517) 2021-09-20 stevenperron Fix extract with out-of-bounds index (#4529) 2021-09-15 greg spirv-opt: Switch from Vulkan.DebugInfo to Shader.DebugInfo (#4493) 2021-09-15 greg Add preserve_interface mode to aggressive_dead_code_elim (#4520) Created with: roll-dep third_party/spirv-tools
KhronosGroup/Vulkan-Headers@c519fd7...d594f70 $ git log c519fd7a3..d594f7012 --date=short --no-merges --format='%ad %ae %s' 2021-10-19 46324611+charles-lunarg Fix spelling of querying in vk_icd.h 2021-10-19 46324611+charles-lunarg Update issue reference for non-API headers 2021-10-14 oddhack Add missing vulkan_video_codec_h265std_encode.h 2021-10-13 oddhack Update for Vulkan-Docs 1.2.196 2021-10-05 oddhack Update for Vulkan-Docs 1.2.195 2021-09-28 oddhack Update for Vulkan-Docs 1.2.194 2021-09-21 oddhack Update for Vulkan-Docs 1.2.193 Created with: roll-dep third_party/vulkan-headers
KhronosGroup/Vulkan-Loader@4c84b82...830a072 $ git log 4c84b8223..830a0724a --date=short --no-merges --format='%ad %ae %s' 2021-10-26 marky Added layer debug section and pre-instance info 2021-10-26 marky Modify loader warning about physical device count 2021-10-22 charles Fix vkGetInstanceProcAddr not handling null instance 2021-10-21 marky Fix broken doc links in new docs 2021-10-20 marky Change Implementation->Drivers 2021-09-27 elene.mst loader: include FreeBSD in supported platforms 2021-10-18 charles test: Don't add null paths for redirection 2021-07-02 marky Re-arrange/update loader docs 2021-09-21 charles Only return pre-instance functions when instance is NULL 2021-10-13 mikes build: Update to header 1.2.196 2021-10-07 46324611+charles-lunarg Update README.md to remove mention of Vk-Headers 2021-10-06 charles test: Update WrapObjects test to new framework 2021-10-06 charles Zero-init values passed into EnumPhysDevs 2021-10-06 gleese Only parse git information if .git/HEAD exists 2021-10-05 mikes build: Update to header 1.2.195 2021-10-04 charles test: remove stub functions 2021-10-04 charles test: Use correct name in def files 2021-10-04 charles test: Use correct path in json files 2021-10-01 charles test: Update ExtraLoaderTests 2021-10-01 charles test: Move more old tests to new framework 2021-10-01 charles ci: Enable tests on MacOS GithubActions 2021-09-30 charles loader: Remove old debug path printing 2021-09-30 charles test: Add XDG & VK_LAYER_PATH tests 2021-09-21 charles test: Fixup XDG path handling, add XDG tests 2021-09-30 charles build: Revert generated loader.rc 2021-09-07 ralf.habacker loader: Fix setting `libdir` in generated vulkan.pc on Windows 2021-09-29 charles loader: Only include loader_windows.h on windows 2021-09-23 charles build: Move test dependencies to known_good.json 2021-09-23 charles build: Update update_deps.py to match VVL 2021-09-28 mikes build: Update to header 1.2.194 2021-09-27 charles build: Add RELEASE_BUILD option for Windows SDK builds 2021-09-27 charles Use CMake to define SECURE_GETENV variables 2021-09-17 charles build: Set DLL version automatically 2021-09-23 nathaniel build: Add UPDATE_DEPS cmake arg 2021-09-22 charles test: Isolate Env-Vars from test framework 2021-09-21 charles build: Fix using wrong Windows SDK for VS 2015 2021-09-21 mikes build: Update to header 1.2.193 2021-09-16 chouinard loader: Add cJSON prefix to update function 2021-09-15 mikes build: Update to header 1.2.192 Created with: roll-dep third_party/vulkan-loader
…ommits) KhronosGroup/Vulkan-ValidationLayers@8083ce8...b916889 $ git log 8083ce843..b9168891c --date=short --no-merges --format='%ad %ae %s' 2021-10-27 s.fricke layers: Fix YCbCr format block extent 2021-10-26 s.fricke layers: Generate SPIR-V image ops 2021-10-25 nathaniel layers: Workaround for AMD + Windows driver 2021-10-26 nathaniel tests: Invalid image layout in dispatch 2021-10-26 nathaniel layers: Add missing state update for DispatchBase* 2021-10-24 ziga tests: Test copying mutable descriptor set types 2021-10-24 ziga layers: Validate copying mutable descriptor set types 2021-10-11 jeremyg layers: Rename read_lock_guard_t and write_lock_guard_t 2021-10-25 nathaniel build: Add C++20 test build 2021-10-11 jeremyg layers: Use std::shared_timed_mutex when building for C++14 2021-10-20 jeremyg layers: Don't pre-query surface attributes during creation 2021-10-20 jeremyg layers: Fix IMAGE_STATE::Unlink() for swapchain images 2021-10-22 jeremyg tests: Only get requested queues in Device::init_queues() 2021-10-21 jeremyg tests: Fix test for VUID 01270 2021-10-20 jeremyg tests: Check for surface support first in InitSwapchain() 2021-10-22 jeremyg layers: Handle allocation failures in vkCreateInstance() 2021-10-15 ziga tests: Test creating descriptor pool with mutable types 2021-10-15 ziga layers: Validate descriptor pool with mutable types 2021-10-16 ziga tests: Test updating descriptor set with mutable type 2021-10-16 ziga layers: Validate updating mutable type is allowed 2021-10-13 ziga tests: Test multiple transform feedback output streams 2021-10-13 ziga layers: Validate multiple transform feedback output streams 2021-10-19 s.fricke layers: Add SPIR-V scope param helper 2021-10-21 ziga tests: Temporarily remove swapchain image used test 2021-10-21 ziga layers: Temporarily remove swapchain image used check 2021-10-20 s.fricke layers: Combine ValidateCmdCopyBuffer functions 2021-10-13 ziga tests: Test VkMutableDescriptorTypeList 2021-10-13 ziga layers: Validate VkMutableDescriptorTypeList 2021-10-19 s.fricke layers: Add option flags to spirv-opt pass 2021-09-14 jeremyg layers: Clean up Queue submission state tracking 2021-09-14 jeremyg layers: Remove std::pair<> from Fence and Semaphore state 2021-09-08 jeremyg layers: Move Queue, Semaphore and Fence methods to a new file 2021-10-15 ziga tests: Test updating template with mutable descriptor type 2021-10-15 ziga layers: Validate updating template with mutable descriptor 2021-10-21 siglesias syncval: Fix assert expression 2021-10-20 s.fricke layers: Clean up cmd version naming 2021-10-20 s.fricke layers: Add Blocked Image helper 2021-10-09 ziga tests: Test layout of image with external memory 2021-10-09 ziga layers: Validate image with external memory layout 2021-10-16 ziga tests: Test binding descriptor set from host only pool 2021-10-16 ziga layers: Validate binding set from host only pool 2021-10-19 s.fricke layers: Maintenance4 LocalSizeId spirv-val flag 2021-10-15 tony tests: Fix val error in GpuValidationArrayOOBGraphicsShaders 2021-10-14 tony gpu: Add option to disable descriptor indexing val 2021-10-14 tony gpu: Preserve interfaces in dead code elimination pass 2021-10-14 tony tests: Fix GpuValidationInlineUniformBlockAndMiscGpu 2021-10-15 ziga tests: Test creating mutable descriptor set layouts 2021-10-15 ziga layers: Validate creating mutable descriptor set layout 2021-10-16 ziga layers: Fix CmdCopyBuffer messages 2021-10-14 nathaniel tests: Add positive points written test (...) 2021-09-24 jeremyg layers: Make more BUFFER_STATE member data be const 2021-09-28 s.fricke layers: Prevent invalid depth/stencil format 2021-09-28 rgarcia layers: Do not require PointSize for line mesh shaders 2021-09-27 ziga tests: Test spirv with PerVertexNV location 2021-09-27 ziga layers: Fix collecting spirv PerVertexNV locations 2021-09-25 ziga tests: Test copying unbound acceleration structures 2021-09-25 ziga layers: Validate copied structures are bound to memory 2021-09-23 jeremyg layers: Query IMAGE_STATE memory reqs during construction 2021-09-27 esthermations layers: Fix 04737 error message always printing first format 2021-09-23 s.fricke layers: Remove unused unassigned VUs 2021-09-20 ziga tests: Test conservative rasterization overestimation size 2021-09-20 ziga layers: Validate conservative rasterization overestimation size 2021-09-23 ziga tests: Test acceleration structure bindings count 2021-09-23 ziga layers: Validate acceleration structure bindings count 2021-09-21 ziga tests: Add positive test for task and mesh shader 2021-09-22 ziga tests: Test creating pipeline library 2021-09-22 ziga layers: Validate pipeline library create flags 2021-09-20 ziga tests: Test compute shader subgroup size 2021-09-20 ziga layers: Validate shader subgroup size 2021-09-23 nathaniel tests: Disable exclusive FS test 2021-08-02 tony tests: Fix GpuDebugPrintf on RADV 2021-03-24 nathaniel tests: Add nullDescriptor tests 2021-08-19 ziga tests: Test ConditionalRenderingBeginInfo offset 2021-08-19 ziga layers: Validate ConditionalRenderingBeginInfo offset 2021-09-20 jeremyg layers: Fix checking for std::shared_mutex support 2021-09-21 mikes build: Update to header 1.2.193 2021-09-20 jeremyg layers: Fix checking for std::shared_mutex support 2021-09-20 jeremyg build: Fix the cmake VVL_CPP_STANDARD setting 2021-09-20 s.fricke layers: Fix function name for runtime shader check 2021-09-16 ziga tests: Test TexelGatherOffset limits 2021-09-16 ziga layers: Validate TexelGatherOffset 2021-09-17 ziga tests: Test ray tracing flags with library 2021-09-17 ziga layers: Validate ray tracing pipeline flags with library 2021-09-07 ziga tests: Test CmdWriteTimestamp2KHR invalid query 2021-09-06 ziga layers: Validate CmdWriteTimestamp2KHR query 2021-09-12 ziga tests: Test transform feedback with multiview 2021-09-12 ziga layers: Validate transform feedback with multiview 2021-09-17 nathaniel tests: Fix adding instance extensions 2021-09-17 ziga tests: Test invalid ray tracing pipeline dynamic state 2021-09-17 ziga layers: Validate RayTracing DynamicStates 2021-09-16 s.fricke layers: Label VUID 06272 2021-09-16 s.fricke tests: VK_KHR_workgroup_memory_explicit_layout 2021-09-16 s.fricke layers: Use proper ExtEnabled function 2021-09-16 s.fricke layers: Label Runtime SPIR-V VUs 2021-09-15 nathaniel git: Add .cache to gitignore 2021-09-15 nathaniel docs: Update creating_tests 2021-09-15 nathaniel tests: Update buffer image tests 2021-09-14 nathaniel tests: Add required extension helpers 2021-09-15 mikes layers: Use new extension name constants 2021-09-15 mikes build: Update to header 1.2.192 Created with: roll-dep third_party/vulkan-validationlayers
Collaborator
|
Can you try running |
Contributor
Author
The files it generates end up only inside a build folder. |
paulthomson
approved these changes
Oct 28, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.