From 6e97acf5844d8bb460caf2323a5d07c0952b72ee Mon Sep 17 00:00:00 2001 From: Chris B Date: Tue, 26 Aug 2025 14:08:27 -0500 Subject: [PATCH 1/4] Agenda and minutes for 2025-08-28 Adding the agenda and minutes for the 2025-08-28 meeting. --- meetings/2025-08-28.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meetings/2025-08-28.md diff --git a/meetings/2025-08-28.md b/meetings/2025-08-28.md new file mode 100644 index 0000000..8c122c8 --- /dev/null +++ b/meetings/2025-08-28.md @@ -0,0 +1,10 @@ +# 2025-08-28 - HLSL Working Group Minutes + +> Propose a discussion topic by making an edit suggestion on the GitHub PR. + +* Discussion topics + * + * + * + * + * \ No newline at end of file From a5dd5543aaca05c9087b0090a17f9cc88f4066f1 Mon Sep 17 00:00:00 2001 From: Chris B Date: Thu, 28 Aug 2025 11:48:34 -0500 Subject: [PATCH 2/4] Adding notes --- meetings/2025-08-28.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meetings/2025-08-28.md b/meetings/2025-08-28.md index 8c122c8..66707ee 100644 --- a/meetings/2025-08-28.md +++ b/meetings/2025-08-28.md @@ -3,8 +3,11 @@ > Propose a discussion topic by making an edit suggestion on the GitHub PR. * Discussion topics - * - * - * - * - * \ No newline at end of file + * Feature availablity for DXIL/SPIRV optional features + * Maybe we should have a generalized approach that works for both DXIL optional features and SPIRV profiles and extensions. + * Seems like general feeling is this would be an improvement over how DXC currently does things. + * Action item: Chris B to write up a draft design to iterate with Steven on. + * Quick updates: + * Justin is aiming to have a PR up by the end of the week for constant buffer work. + * Helena is reworking resource constructors and aims to get that in before Steven's work on resource counters. + * Farzon noted that we will need SPIRV backend legalization for vectors larger than 4 elements because some optimizations generate them. \ No newline at end of file From 4b1fc0d251e6305f6fc94047afcec5a8c0e06350 Mon Sep 17 00:00:00 2001 From: Chris B Date: Thu, 28 Aug 2025 11:49:01 -0500 Subject: [PATCH 3/4] Missed one update --- meetings/2025-08-28.md | 1 + 1 file changed, 1 insertion(+) diff --git a/meetings/2025-08-28.md b/meetings/2025-08-28.md index 66707ee..493db8e 100644 --- a/meetings/2025-08-28.md +++ b/meetings/2025-08-28.md @@ -8,6 +8,7 @@ * Seems like general feeling is this would be an improvement over how DXC currently does things. * Action item: Chris B to write up a draft design to iterate with Steven on. * Quick updates: + * A new Qualcomm Snapdragon X builder is coming online for the offload test suite. * Justin is aiming to have a PR up by the end of the week for constant buffer work. * Helena is reworking resource constructors and aims to get that in before Steven's work on resource counters. * Farzon noted that we will need SPIRV backend legalization for vectors larger than 4 elements because some optimizations generate them. \ No newline at end of file From c48645ff934169e26d1764ffd2c14542fbcea978 Mon Sep 17 00:00:00 2001 From: Chris B Date: Mon, 8 Sep 2025 20:49:53 -0500 Subject: [PATCH 4/4] Update meetings/2025-08-28.md Co-authored-by: Damyan Pepper --- meetings/2025-08-28.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meetings/2025-08-28.md b/meetings/2025-08-28.md index 493db8e..32bc79a 100644 --- a/meetings/2025-08-28.md +++ b/meetings/2025-08-28.md @@ -1,4 +1,6 @@ -# 2025-08-28 - HLSL Working Group Minutes +--- +title: 2025-08-28 - HLSL Working Group Minutes +--- > Propose a discussion topic by making an edit suggestion on the GitHub PR.