Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions meetings/2026-02-19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 2026-02-19 - HLSL Working Group Minutes
---

* Discussion topics
* @bogner gave an update on element-aligned vectors. The conversation on discourse is progressing though there are some concerns being brought up that @bogner will follow up on addressing. ([proposal](https://github.com/llvm/wg-hlsl/blob/main/proposals/0039-element-aligned-vectors.md), [discourse](https://discourse.llvm.org/t/rfc-add-a-data-layout-specifier-for-element-aligned-vectors/89764))
* @bogner brought attention to an issue with the SPIR-V backend's `reconstitutePeeledArrayType`. @s-perron is going to take a look. (llvm/llvm-project#180600)
* @s-perron has added a way to specify textures with multiple MIP levels in the offload-test-suite and implemented the appropriate logic for Vulkan. Someone from the DirectX side of things will need to take a look at implementing this there.