{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":385536001,"defaultBranch":"main","name":"nvrhi","ownerLogin":"NVIDIAGameWorks","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-07-13T08:41:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7717624?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1626657824.693254","currentOid":""},"activityList":{"items":[{"before":"e3aa141df680d13df98848cc91ca239ef97ed3a0","after":"9411223cfe5c6b3a62d34a69b57dae9a15250a64","ref":"refs/heads/main","pushedAt":"2024-05-17T22:30:18.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Removed the validation warning about RW framebuffer depth-stencil being used with RO pipelines.","shortMessageHtmlLink":"Removed the validation warning about RW framebuffer depth-stencil bei…"}},{"before":"3659a389ddb6837401fcb768c7371db8ca7623e0","after":"e3aa141df680d13df98848cc91ca239ef97ed3a0","ref":"refs/heads/main","pushedAt":"2024-05-10T19:47:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed an implicit type conversion warning.","shortMessageHtmlLink":"Fixed an implicit type conversion warning."}},{"before":"9040d33d0af7fbd681815cefe03a58a5c5518007","after":"3659a389ddb6837401fcb768c7371db8ca7623e0","ref":"refs/heads/main","pushedAt":"2024-05-10T19:08:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Updated GitHub actions for Windows builds too.","shortMessageHtmlLink":"Updated GitHub actions for Windows builds too."}},{"before":"1fc4639de62383b538558b288695f6bfb4611bbd","after":"9040d33d0af7fbd681815cefe03a58a5c5518007","ref":"refs/heads/main","pushedAt":"2024-05-10T19:01:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed https://github.com/NVIDIAGameWorks/nvrhi/issues/54 - the utils::ClearDepthStencilAttachment function was using clearTextureFloat instead of clearDepthStencilTexture.","shortMessageHtmlLink":"Fixed #54 - the utils::ClearDepthStencilAttachment function was using…"}},{"before":"89651be7568e07cacdd8b5928c58f0ca1c031085","after":"1fc4639de62383b538558b288695f6bfb4611bbd","ref":"refs/heads/main","pushedAt":"2024-04-25T19:13:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Added VkImageViewUsageCreateInfo when creating image views for typeless textures.","shortMessageHtmlLink":"Added VkImageViewUsageCreateInfo when creating image views for typele…"}},{"before":"a9e0ca17442822a09d9b08266911baf5febd0d61","after":"89651be7568e07cacdd8b5928c58f0ca1c031085","ref":"refs/heads/main","pushedAt":"2024-04-24T22:22:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Added the VK_IMAGE_CREATE_EXTENDED_USAGE_BIT flag to textures created with isTypeless = true.","shortMessageHtmlLink":"Added the VK_IMAGE_CREATE_EXTENDED_USAGE_BIT flag to textures created…"}},{"before":"970bf530c6b1ad5ec24da8dea468947c297b28e3","after":"a9e0ca17442822a09d9b08266911baf5febd0d61","ref":"refs/heads/main","pushedAt":"2024-04-05T19:36:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Simplified the code in Vulkan writeBuffer function.\nhttps://github.com/NVIDIAGameWorks/nvrhi/issues/52","shortMessageHtmlLink":"Simplified the code in Vulkan writeBuffer function."}},{"before":"cc5531a309a1b0890d8da4f803909499a30e3d3b","after":"970bf530c6b1ad5ec24da8dea468947c297b28e3","ref":"refs/heads/main","pushedAt":"2024-03-07T18:42:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Merged pull request \"fix a small index error in bindComputeResourceSets\": https://github.com/NVIDIAGameWorks/nvrhi/pull/49","shortMessageHtmlLink":"Merged pull request \"fix a small index error in bindComputeResourceSe…"}},{"before":"a2e059a31b739250fd32edebe0c708c713e475f9","after":"cc5531a309a1b0890d8da4f803909499a30e3d3b","ref":"refs/heads/main","pushedAt":"2024-03-07T18:37:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Merged internal pull request \"Removed image view creation from copy texture in vulkan\" (!52)","shortMessageHtmlLink":"Merged internal pull request \"Removed image view creation from copy t…"}},{"before":"fe9e756edcf7abd1f4582de851af95e99044247d","after":"a2e059a31b739250fd32edebe0c708c713e475f9","ref":"refs/heads/main","pushedAt":"2024-02-23T18:53:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the Vulkan-Headers target guard to work well with the new aliased definition of this target.\nSee https://github.com/NVIDIAGameWorks/nvrhi/issues/45","shortMessageHtmlLink":"Fixed the Vulkan-Headers target guard to work well with the new alias…"}},{"before":"84ffe6e9cfadb00e15e25c642f5b373f9c08e82c","after":"fe9e756edcf7abd1f4582de851af95e99044247d","ref":"refs/heads/main","pushedAt":"2024-02-17T00:46:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Isolate the Vulkan-Headers dependency to the NVRHI library, and avoid including the headers submodule if the Vulkan-Headers target is already defined externally.\nhttps://github.com/NVIDIAGameWorks/nvrhi/issues/45","shortMessageHtmlLink":"Isolate the Vulkan-Headers dependency to the NVRHI library, and avoid…"}},{"before":"7f4275375c89948d18c5f25c0efe5cc849e06188","after":"84ffe6e9cfadb00e15e25c642f5b373f9c08e82c","ref":"refs/heads/main","pushedAt":"2024-02-10T01:21:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Updated GitHub actions to avoid Node.js 16 deprecation warnings.","shortMessageHtmlLink":"Updated GitHub actions to avoid Node.js 16 deprecation warnings."}},{"before":"63caba04e1efb22defaf3cb2bca358516e1e5c35","after":"7f4275375c89948d18c5f25c0efe5cc849e06188","ref":"refs/heads/main","pushedAt":"2024-02-10T01:15:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the Vulkan dynamic dispatcher initialization for shared library builds.","shortMessageHtmlLink":"Fixed the Vulkan dynamic dispatcher initialization for shared library…"}},{"before":"d9c72fdb618159f12c27348eae42f50ad5e409fd","after":"63caba04e1efb22defaf3cb2bca358516e1e5c35","ref":"refs/heads/main","pushedAt":"2024-02-10T00:49:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Updated Vulkan-Headers to v1.3.277.","shortMessageHtmlLink":"Updated Vulkan-Headers to v1.3.277."}},{"before":"866534daa55e7d51e62f43c8f97b1cc7251d4bb7","after":"d9c72fdb618159f12c27348eae42f50ad5e409fd","ref":"refs/heads/main","pushedAt":"2024-02-10T00:46:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Merged pull request \"Fixes for clang type error and logical expression warning\": https://github.com/NVIDIAGameWorks/nvrhi/pull/47","shortMessageHtmlLink":"Merged pull request \"Fixes for clang type error and logical expressio…"}},{"before":"7b6d028339fbd6011d87de8e7d3d1fa0a79a5a28","after":"866534daa55e7d51e62f43c8f97b1cc7251d4bb7","ref":"refs/heads/main","pushedAt":"2024-02-08T22:34:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Added a missing setSharedResourceFlags method to TextureDesc.","shortMessageHtmlLink":"Added a missing setSharedResourceFlags method to TextureDesc."}},{"before":"622514585dde53358b8a0059e09373f6c07e16af","after":"7b6d028339fbd6011d87de8e7d3d1fa0a79a5a28","ref":"refs/heads/main","pushedAt":"2024-02-02T23:45:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Store strong references to the textures and buffers passed to set[Permanent](Texture|Buffer)State (https://github.com/NVIDIAGameWorks/nvrhi/issues/44)","shortMessageHtmlLink":"Store strong references to the textures and buffers passed to set[Per…"}},{"before":"0884149e43e8e1aa9b0bb2f6ea36122b8cb3f9ad","after":"622514585dde53358b8a0059e09373f6c07e16af","ref":"refs/heads/main","pushedAt":"2024-01-23T01:08:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the isSigned flag on SNORM resources in the format info table (https://github.com/NVIDIAGameWorks/nvrhi/issues/43)","shortMessageHtmlLink":"Fixed the isSigned flag on SNORM resources in the format info table (#43"}},{"before":"3f62a4f5c7ea352a241d77b8a9285ab75b4a918a","after":"0884149e43e8e1aa9b0bb2f6ea36122b8cb3f9ad","ref":"refs/heads/main","pushedAt":"2024-01-06T00:35:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the texture extents when doing a reinterpret copy between block-compressed and uint textures on Vulkan.","shortMessageHtmlLink":"Fixed the texture extents when doing a reinterpret copy between block…"}},{"before":"99396539ea7f2e9c9858c1e737c81cbd96866b4d","after":"3f62a4f5c7ea352a241d77b8a9285ab75b4a918a","ref":"refs/heads/main","pushedAt":"2023-12-19T19:58:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed incorrect texture extents in copyTexture functions involving staging textures on Vulkan (https://github.com/NVIDIAGameWorks/nvrhi/issues/41)","shortMessageHtmlLink":"Fixed incorrect texture extents in copyTexture functions involving st…"}},{"before":"f50f434dda12c6e467e20d3a065479c54fb31c44","after":"99396539ea7f2e9c9858c1e737c81cbd96866b4d","ref":"refs/heads/main","pushedAt":"2023-12-14T20:47:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Removed an unused parameter.","shortMessageHtmlLink":"Removed an unused parameter."}},{"before":"bfbf6a455448e21af70e1f08efc7fee3bb2be06f","after":"f50f434dda12c6e467e20d3a065479c54fb31c44","ref":"refs/heads/main","pushedAt":"2023-12-14T15:59:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Removed the asserts on texture slice dimensions in copyTexture.\nThere are cases when the dimensions can be unequal, specifically, reinterpret copy between a block-compressed format and an RG32/RGBA32 format (https://learn.microsoft.com/en-us/windows/win32/api/d3d12/nf-d3d12-id3d12graphicscommandlist-copyresource#reinterpret-copy).","shortMessageHtmlLink":"Removed the asserts on texture slice dimensions in copyTexture."}},{"before":"89424010f5c3aef48a912fb9220e47a36c03a87c","after":"bfbf6a455448e21af70e1f08efc7fee3bb2be06f","ref":"refs/heads/main","pushedAt":"2023-12-14T15:09:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Added BindingLayoutDesc::registerSpaceIsDescriptorSet flag.","shortMessageHtmlLink":"Added BindingLayoutDesc::registerSpaceIsDescriptorSet flag."}},{"before":"01a90aa816b6acba9c95eb6f086a4524849be58f","after":"89424010f5c3aef48a912fb9220e47a36c03a87c","ref":"refs/heads/main","pushedAt":"2023-10-26T17:32:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the code that rounds sizes up to a multiple of 4: https://github.com/NVIDIAGameWorks/nvrhi/issues/38","shortMessageHtmlLink":"Fixed the code that rounds sizes up to a multiple of 4: #38"}},{"before":"bf9a7ec40fda96f57bf6816e55b44c2391baafb1","after":"01a90aa816b6acba9c95eb6f086a4524849be58f","ref":"refs/heads/main","pushedAt":"2023-10-23T18:30:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed a typo: ShaderResrouceView -> ShaderResourceView.","shortMessageHtmlLink":"Fixed a typo: ShaderResrouceView -> ShaderResourceView."}},{"before":"d4f6dbf96beba7245e37b0c59b15406bcd2b984a","after":"bf9a7ec40fda96f57bf6816e55b44c2391baafb1","ref":"refs/heads/main","pushedAt":"2023-10-18T20:32:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Changed the format mapping of Format::BC1 on Vulkan from BC1_RGB to BC1_RGBA for consistency with DX11 and DX12: they only have the RGBA version.","shortMessageHtmlLink":"Changed the format mapping of Format::BC1 on Vulkan from BC1_RGB to B…"}},{"before":"89515b8d050a6abbfa385dedf69359dc6ac718ac","after":"d4f6dbf96beba7245e37b0c59b15406bcd2b984a","ref":"refs/heads/main","pushedAt":"2023-10-10T23:43:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the behavior of mipmapped staging textures on Vulkan.","shortMessageHtmlLink":"Fixed the behavior of mipmapped staging textures on Vulkan."}},{"before":"d3a10eb3309abd215a033563c3fa060dea61910c","after":"89515b8d050a6abbfa385dedf69359dc6ac718ac","ref":"refs/heads/main","pushedAt":"2023-09-11T17:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"memory leak fix","shortMessageHtmlLink":"memory leak fix"}},{"before":"fa67df54110058f16a65cd64e03c72cb1254bc12","after":"d3a10eb3309abd215a033563c3fa060dea61910c","ref":"refs/heads/main","pushedAt":"2023-09-07T20:26:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Fixed the Vulkan and DX12 implementations of push constants to respect the shader visibility specified in the binding layout.","shortMessageHtmlLink":"Fixed the Vulkan and DX12 implementations of push constants to respec…"}},{"before":"2f6a8c3984e4468dac0f12114afd592c33900e1f","after":"fa67df54110058f16a65cd64e03c72cb1254bc12","ref":"refs/heads/main","pushedAt":"2023-08-25T17:34:09.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"apanteleev","name":"Alexey Panteleev","path":"/apanteleev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11079788?s=80&v=4"},"commit":{"message":"Merged internal pull request \"Nvapi 535 support\" (!47)","shortMessageHtmlLink":"Merged internal pull request \"Nvapi 535 support\" (!47)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETVY7jAA","startCursor":null,"endCursor":null}},"title":"Activity · NVIDIAGameWorks/nvrhi"}