Skip to content

Commit 1b3d711

Browse files
authored
Proposal housekeeping - updating status, consistent field values (microsoft#549)
See Process.md for details on the what the proposal states mean. This change consists of a pass through making editorial changes to be more consistent in field naming (eg "SM 6.9" rather than "Shader Model 6.9") or to fix issues that were throwing off the metadata parser. In addition, these proposals have changed state: These proposals have moved to Under Review: * 0001-hlsl-namespace.md * 0002-cxx-attributes.md * 0003-numeric-constants.md * 0004-unions.md * 0005-strict-initializer-lists.md * 0006-reference-types.md * 0007-const-member-functions.md * 0008-non-member-operator-overloading.md * 0009-math-modes.md * 0020-hlsl-202x-202y.md * 0023-cxx11-base.md * 0025-max-records-per-node.md * 0031-hlsl-vector-matrix-operations.md * 0032-constructors.md * 0034-vk-sampled-texture.md * 0035-linalg-matrix.md * 0036-202x-deprecations.md These proposals have move to Accepted: * 0024-opacity-micromaps.md * 0026-hlsl-vector-type.md * 0027-shader-execution-reordering.md * 0030-dxil-vectors.md The changes in these proposals are editorial only: * 0013-wave-size-range.md * 0014-expanded-comparison-sampling.md * 0015-extended-command-info.md * 0018-work-graphs.md * 0019-mesh-nodes.md * 0028-dxil18.md * 0029-cooperative-vector.md * 0033-dxil19.md * 0037-cbuffer-contexts.md * INF-0005-validator-backcompat-testing.md
1 parent 759a3f8 commit 1b3d711

31 files changed

Lines changed: 50 additions & 66 deletions

proposals/0001-hlsl-namespace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [0001](0001-hlsl-namespace.md)
44
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
55
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
6-
* Status: **Under Consideration**
6+
* Status: **Under Review**
77
* Planned Version: 202y
88

99
## Introduction

proposals/0002-cxx-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Proposal: [0002](0002-cxx-attributes.md)
55
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
66
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
7-
* Status: **Under Consideration**
7+
* Status: **Under Review**
88
* Planned Version: 202y
99

1010
## Introduction

proposals/0003-numeric-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [0003](0003-numeric-constants.md)
44
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
55
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
6-
* Status: **Under Consideration**
6+
* Status: **Under Review**
77
* Planned Version: 202x
88

99
## Introduction

proposals/0004-unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [0004](0004-unions.md)
44
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
55
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
6-
* Status: **Under Consideration**
6+
* Status: **Under Review**
77
* Planned Version: 202y
88

99
## Introduction

proposals/0005-strict-initializer-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Proposal: [0005](0005-strict-initializer-lists.md)
66
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
77
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
8-
* Status: **Under Consideration**
8+
* Status: **Under Review**
99
* Planned Version: 202y
1010

1111
## Introduction

proposals/0006-reference-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [0006](0006-reference-types.md)
44
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
55
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
6-
* Status: **Under Consideration**
6+
* Status: **Under Review**
77
* Planned Version: 202y
88

99
## Introduction

proposals/0007-const-member-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
* Proposal: [0007](0007-const-member-functions.md)
55
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
6-
* Sponsor: TBD
7-
* Status: **Under Consideration**
6+
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
7+
* Status: **Under Review**
88
* Planned Version: 202y
99

1010
## Introduction

proposals/0008-non-member-operator-overloading.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Non-member Operator Overloading
22

3-
## Instructions
4-
53
* Proposal: [0008](0008-non-member-operator-overloading.md)
64
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
75
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
8-
* Status: **Under Consideration**
6+
* Status: **Under Review**
97
* Planned Version: 202y
108
* Related Proposal(s): [0006 Reference Types](0006-reference types.md)
119

proposals/0009-math-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Proposal: [0009](0009-math-modes.md)
44
* Author(s): [Chris Bieneman](https://github.com/llvm-beanz)
55
* Sponsor: [Chris Bieneman](https://github.com/llvm-beanz)
6-
* Status: **Under Consideration**
6+
* Status: **Under Review**
77
* Planned Version: 202y
88
* Dependencies: [0002 C++ Attributes](0002-cxx-attributes.md)
99

proposals/0013-wave-size-range.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Proposal: [0013](0013-wave-size-range.md)
44
* Author(s): [Greg Roth](https://github.com/pow2clk)
55
* Sponsor: [Greg Roth](https://github.com/pow2clk)
6-
* Status: Complete
7-
* Version: Shader Model 6.8
6+
* Status: Completed
7+
* Version: SM 6.8
88

99
## Introduction
1010

0 commit comments

Comments
 (0)