diff options
author | Lionel Landwerlin <[email protected]> | 2019-07-04 11:17:11 +0300 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2019-11-06 20:13:30 +0000 |
commit | c1c346f1667375e9330aa3f729b97e4a6ece0320 (patch) | |
tree | fc83e86a5740ff907f2a4bbab0a594c0be6e665e /docs | |
parent | cb655d255466cb2f326ebb8546f37434b5bdb16d (diff) |
anv: implement VK_KHR_separate_depth_stencil_layouts
v2: Use ternary to simplify code (Jason)
v3: Reorder switch cases to follow existing section ordering (Nanley)
Add missing comment in cmd_buffer_end_subpass() about new layout (Nanley)
v4: Fix layout comparison for stencil case (Nanley)
Update a few more comments (Nanley)
Move VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR in color
attachment case for future stencil-CCS support (Nanley)
v5: Missed comments update (Nanley)
Updated relnotes.txt (Lionel)
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Nanley Chery <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index e69de29bb2d..47e0dedaf90 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -0,0 +1 @@ +VK_KHR_separate_depth_stencil_layouts on Intel. |