|
| 1 | +# Design Meeting Minutes: 2025/04/29 |
| 2 | + |
| 3 | +> NOTE: Please read the [terms of participation](DesignMeetingTerms.txt) |
| 4 | +> ("Terms") prior to joining the Teams meeting. You joining the Teams meeting |
| 5 | +> with Microsoft indicates your acknowledgement, agreement, and consent to these |
| 6 | +> Terms. If you do not agree to these Terms, please do not join the meeting. |
| 7 | +> |
| 8 | +> If you intend to contribute code or other copyrightable materials (e.g. |
| 9 | +> written comments, tools, documentation, etc.) to the hlsl specs repository, |
| 10 | +> you are required to sign a Contributor License Agreement (CLA). For details, |
| 11 | +> visit https://cla.microsoft.com. |
| 12 | +
|
| 13 | +## Administrivia |
| 14 | +* No updates |
| 15 | + |
| 16 | +## Issues |
| 17 | +* No marked issues |
| 18 | + |
| 19 | +## PRs |
| 20 | + |
| 21 | +### Carried Forward |
| 22 | + |
| 23 | +* [[dxil] Proposal to add new debug printf dxil op](https://github.com/microsoft/hlsl-specs/pull/324) |
| 24 | + * @pow2clk and @tex3d will review this in more detail. |
| 25 | +* [[202x] Propose adding vk::SampledTexture* types](https://github.com/microsoft/hlsl-specs/pull/343) |
| 26 | + * Ready to merge. |
| 27 | +* [Add proposal for scalar layout for constant buffers](https://github.com/microsoft/hlsl-specs/pull/317) |
| 28 | + * Action Item @llvm-beanz - Move to merge. |
| 29 | +* [Introduce really rough linalg matrix proposal](https://github.com/microsoft/hlsl-specs/pull/404) |
| 30 | + * Action Item: @llvm-beanz 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 | + |
| 36 | +### Current Business |
| 37 | +* [[Decl.Init.Agg] Arrays of unknown size](https://github.com/microsoft/hlsl-specs/pull/469) |
| 38 | + * Ready for review |
| 39 | +* [Add an initial proposal for HLSL 202x deprecations](https://github.com/microsoft/hlsl-specs/pull/488) |
| 40 | +* Constant Buffers! |
| 41 | + * [Constant buffers language spec - initial draft](https://github.com/microsoft/hlsl-specs/pull/419) |
| 42 | + * [Constant Buffer Contexts](https://github.com/microsoft/hlsl-specs/pull/497) |
| 43 | + * What is the correct relationship between `cbuffer` and `namespace`? |
| 44 | + * [Some fun cbuffer examples](https://godbolt.org/z/GcKes6Eeh) |
| 45 | + |
| 46 | +### SM 6.9 |
| 47 | + |
| 48 | +* [Long vector test plan](https://github.com/microsoft/hlsl-specs/pull/421) |
| 49 | +* [Cooperative Vectors Test Plan](https://github.com/microsoft/hlsl-specs/pull/428) |
| 50 | +* [[0029] Update example code to use real API](https://github.com/microsoft/hlsl-specs/pull/472) |
| 51 | +* [[0030][SM6.9] Add list of ops with vector overload](https://github.com/microsoft/hlsl-specs/pull/481) |
| 52 | +* [[0029] Make "input signed op kind"s be "is input unsigned" and booleans](https://github.com/microsoft/hlsl-specs/pull/483) |
| 53 | +* [[0027] Avoid using undef for dx.op.MaybeReorderThread](https://github.com/microsoft/hlsl-specs/pull/487) |
| 54 | + |
| 55 | +## Other Discussion |
0 commit comments