From 7c9f850d49c4a41b30fb77626bc5abce6409aeed Mon Sep 17 00:00:00 2001 From: Chris B Date: Tue, 20 Jan 2026 09:08:59 -0600 Subject: [PATCH 1/2] Add agenda and minutes for 2026/01/20 This PR adds agenda and meeting minute information for the 2026/01/20 HLSL public design meeting. --- docs/DesignMeetingMinutes/2026-01-20.md | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/DesignMeetingMinutes/2026-01-20.md diff --git a/docs/DesignMeetingMinutes/2026-01-20.md b/docs/DesignMeetingMinutes/2026-01-20.md new file mode 100644 index 000000000..ed48faea1 --- /dev/null +++ b/docs/DesignMeetingMinutes/2026-01-20.md @@ -0,0 +1,54 @@ +--- +title: "Design Meeting Minutes: 2026/01/26" +--- + +> NOTE: Please read the [terms of participation](DesignMeetingTerms.txt) +> ("Terms") prior to joining the Teams meeting. You joining the Teams meeting +> with Microsoft indicates your acknowledgement, agreement, and consent to these +> Terms. If you do not agree to these Terms, please do not join the meeting. +> +> If you intend to contribute code or other copyrightable materials (e.g. +> written comments, tools, documentation, etc.) to the hlsl specs repository, +> you are required to sign a Contributor License Agreement (CLA). For details, +> visit https://cla.microsoft.com. + +## Administrivia +* Meeting format changes! + +## Issues +* No marked issues + +## PRs + +### Carried Forward + +* [[202x] Propose adding vk::SampledTexture* types](https://github.com/microsoft/hlsl-specs/pull/343) + * Ready to merge. +* [Add proposal for scalar layout for constant buffers](https://github.com/microsoft/hlsl-specs/pull/317) + * Action Item @llvm-beanz - Move to merge. +* [Rough proposal collecting thoughts on uniformity](https://github.com/microsoft/hlsl-specs/pull/405) + * Action Item: @llvm-beanz to update +* [New Proposal: Draft proposal to modify resource typing in HLSL](https://github.com/microsoft/hlsl-specs/pull/461) + * Action Item: @llvm-beanz to work with author +* [[0001] Consider targeting 202x for hlsl namespace](https://github.com/microsoft/hlsl-specs/issues/484) + * Revisit after namespace fixes in DXC go in. +* [[0023] Adopt C++11 Base](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0023-cxx11-base.md) + * Action item: @llvm-beanz to complete design +* [[0032] Constructors](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0032-constructors.md) + * Action item: @llvm-beanz to complete design [#526](https://github.com/microsoft/hlsl-specs/issues/526) + +### Current Business + +* Updates + * [bitfields spec language](https://github.com/microsoft/hlsl-specs/pull/743) + * Ready to merge! + * [C++ Attributes](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0002-cxx-attributes.md) + * [Follow-up from 2025/11/25](https://github.com/microsoft/hlsl-specs/pull/775) + * [[dxil] Proposal to add new debug printf dxil op](https://github.com/microsoft/hlsl-specs/pull/324) + * @tex3d will review this in more detail. + * @llvm-beanz [prototyped alternative approach](https://www.abolishcrlf.org/2025/12/31/Printf.html) + +#### Discussion Topics + + +## Other Discussion From 12ba1ed5ca02e1601a85680afc217930d166b53c Mon Sep 17 00:00:00 2001 From: Chris B Date: Tue, 20 Jan 2026 11:19:48 -0600 Subject: [PATCH 2/2] Filling in otes from the meeting. Meeting was quick today. --- docs/DesignMeetingMinutes/2026-01-20.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/DesignMeetingMinutes/2026-01-20.md b/docs/DesignMeetingMinutes/2026-01-20.md index ed48faea1..c421b12d4 100644 --- a/docs/DesignMeetingMinutes/2026-01-20.md +++ b/docs/DesignMeetingMinutes/2026-01-20.md @@ -14,6 +14,9 @@ title: "Design Meeting Minutes: 2026/01/26" ## Administrivia * Meeting format changes! + * TL;DR - This meeting is going away after today. + * New meetings will be conducted under a new more friendly IP structure. If you have questions please reach out. + * Action Item: @llvm-beanz working to wrap up language spec PRs before the end of the month. ## Issues * No marked issues @@ -41,12 +44,16 @@ title: "Design Meeting Minutes: 2026/01/26" * Updates * [bitfields spec language](https://github.com/microsoft/hlsl-specs/pull/743) - * Ready to merge! + * Not actually ready to merge. + * Action Item: @llvm-beanz and @spall to follow-up. * [C++ Attributes](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0002-cxx-attributes.md) * [Follow-up from 2025/11/25](https://github.com/microsoft/hlsl-specs/pull/775) + * Action Item: @bogner & @hekota to review * [[dxil] Proposal to add new debug printf dxil op](https://github.com/microsoft/hlsl-specs/pull/324) * @tex3d will review this in more detail. * @llvm-beanz [prototyped alternative approach](https://www.abolishcrlf.org/2025/12/31/Printf.html) + * Action Item: @llvm-beanz to write up a proposal. +* Short meeting today: meeting adjourned after 15 minutes. #### Discussion Topics