Skip to content

Commit f5638cb

Browse files
authored
Design meeting minutes for 2025-09-02 (#620)
Quick meeting today, nothing big to report.
1 parent 40a4110 commit f5638cb

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: "Design Meeting Minutes: 2025/09/02"
3+
---
4+
5+
> NOTE: Please read the [terms of participation](DesignMeetingTerms.txt)
6+
> ("Terms") prior to joining the Teams meeting. You joining the Teams meeting
7+
> with Microsoft indicates your acknowledgement, agreement, and consent to these
8+
> Terms. If you do not agree to these Terms, please do not join the meeting.
9+
>
10+
> If you intend to contribute code or other copyrightable materials (e.g.
11+
> written comments, tools, documentation, etc.) to the hlsl specs repository,
12+
> you are required to sign a Contributor License Agreement (CLA). For details,
13+
> visit https://cla.microsoft.com.
14+
15+
## Administrivia
16+
* No updates
17+
18+
## Issues
19+
* No marked issues
20+
21+
## PRs
22+
23+
### Carried Forward
24+
25+
* [[dxil] Proposal to add new debug printf dxil op](https://github.com/microsoft/hlsl-specs/pull/324)
26+
* @tex3d will review this in more detail.
27+
* [[202x] Propose adding vk::SampledTexture* types](https://github.com/microsoft/hlsl-specs/pull/343)
28+
* Ready to merge.
29+
* [Add proposal for scalar layout for constant buffers](https://github.com/microsoft/hlsl-specs/pull/317)
30+
* Action Item @llvm-beanz - Move to merge.
31+
* [Rough proposal collecting thoughts on uniformity](https://github.com/microsoft/hlsl-specs/pull/405)
32+
* Action Item: @llvm-beanz to update
33+
* [New Proposal: Draft proposal to modify resource typing in HLSL](https://github.com/microsoft/hlsl-specs/pull/461)
34+
* Action Item: @llvm-beanz to work with author
35+
* [Memory and Execuition Model](https://github.com/microsoft/hlsl-specs/pull/505)
36+
* Action Item: @llvm-beanz to continue iterating on the proposal.
37+
* [[0001] Consider targeting 202x for hlsl namespace](https://github.com/microsoft/hlsl-specs/issues/484)
38+
* Revisit after namespace fixes in DXC go in.
39+
* [Remove unsized arrays](https://github.com/microsoft/hlsl-specs/issues/141)
40+
* Action Item: @llvm-beanz follow up with @damyanp to find an owner for this.
41+
* [[0023] Adopt C++11 Base](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0023-cxx11-base.md)
42+
* Action item: @llvm-beanz to complete design
43+
* [[0032] Constructors](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0032-constructors.md)
44+
* Action item: @llvm-beanz to complete design [#526](https://github.com/microsoft/hlsl-specs/issues/526)
45+
46+
### Current Business
47+
48+
* [[0002] Detail attributes that will replace HLSL annotations](https://github.com/microsoft/hlsl-specs/pull/534)
49+
* Updates needing re-review
50+
* [[0005] Adding spec language for strict initializer lists](https://github.com/microsoft/hlsl-specs/pull/522)
51+
* Updates needing re-review
52+
* Issues:
53+
* [System value semantics as globals](https://github.com/microsoft/hlsl-specs/issues/617)
54+
* Probably tagged incorrectly by the author using the wrong issue template.
55+
* There may be something here to consider long term, globals aren't an improvement.
56+
* [Remove unsized arrays](https://github.com/microsoft/hlsl-specs/issues/141)
57+
* Related point: OOB access of any array in local address is UB, should we also remove zero-size arrays?
58+
* No concerns raised at the meeting.
59+
60+
61+
## Other Discussion

0 commit comments

Comments
 (0)