summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2023-07-29 14:40:43 -0700
committerDylan Baker <dylan.c.baker@intel.com>2023-07-29 14:41:02 -0700
commit753854965cb6d2513bfcd20c8b7899894a0115ab (patch)
tree70aa48647de9d88a349e940385ea9a7d7d720ae5
parent3bf326ea68fd3005bbf398ba32a2fb5f80460b9e (diff)
Revert incorrect 23.2.0 release
A bug in my script caused .0 to be released instead of -rc2.
-rw-r--r--VERSION2
-rw-r--r--docs/relnotes/23.2.0.rst3
-rw-r--r--docs/relnotes/new_features.txt11
3 files changed, 13 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 3bc99c2dcea..bc3865da02f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-23.2.0 \ No newline at end of file
+23.2.0-rc1 \ No newline at end of file
diff --git a/docs/relnotes/23.2.0.rst b/docs/relnotes/23.2.0.rst
index 975bda433bf..8394843d5be 100644
--- a/docs/relnotes/23.2.0.rst
+++ b/docs/relnotes/23.2.0.rst
@@ -21,8 +21,7 @@ SHA256 checksum
::
- 1ee543dadc62eb9b11152a3045fec302b7a81cec1993cfd62e51b0e769a1c2df mesa-23.2.0.tar.xz
-
+ TBD.
New features
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
new file mode 100644
index 00000000000..691dfb6b8ea
--- /dev/null
+++ b/docs/relnotes/new_features.txt
@@ -0,0 +1,11 @@
+VK_EXT_attachment_feedback_loop_dynamic_state on RADV
+extendedDynamicState3SampleLocationsEnable on RADV
+VK_EXT_dynamic_rendering_unused_attachments on RADV
+VK_EXT_mesh_shader on lavapipe
+OpenGL 3.1 on Asahi
+OpenGL ES 3.0 on Asahi
+VK_KHR_fragment_shader_barycentric on RADV/GFX10.3+
+VK_KHR_ray_tracing_pipeline on RADV/GFX10.3+
+VK_EXT_depth_bias_control on RADV
+VK_EXT_fragment_shader_interlock on RADV/GFX9+
+VK_EXT_pipeline_robustness on RADV