summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-04-29 20:11:20 +0200
committerMarge Bot <eric+marge@anholt.net>2020-04-29 23:52:43 +0000
commitec6565bb2614afe605afae516a2f1dd8ada5bcad (patch)
treea4bc266fb799ac0770aa2e0c291c034904c68c4c
parent0842758ec0fe716f6559ca630cb8704cf7fb97bf (diff)
cut 20.1 branch
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4823>
-rw-r--r--VERSION2
-rw-r--r--docs/release-calendar.html8
-rw-r--r--docs/relnotes/new_features.txt16
3 files changed, 2 insertions, 24 deletions
diff --git a/VERSION b/VERSION
index e3bdc14e923..4920cbd31f7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-20.1.0-devel
+20.2.0-devel
diff --git a/docs/release-calendar.html b/docs/release-calendar.html
index 7e938bb14e2..162966b3126 100644
--- a/docs/release-calendar.html
+++ b/docs/release-calendar.html
@@ -72,13 +72,7 @@ if you'd like to nominate a patch in the next stable release.
<td>Last planned release of the 20.0 series</td>
</tr>
<tr>
-<td rowspan="4">20.1</td>
-<td>2020-04-29</td>
-<td>20.1.0-rc1</td>
-<td>Eric Engestrom</td>
-<td></td>
-</tr>
-<tr>
+<td rowspan="3">20.1</td>
<td>2020-05-06</td>
<td>20.1.0-rc2</td>
<td>Eric Engestrom</td>
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index aec782bc549..e69de29bb2d 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,16 +0,0 @@
-GL_ARB_compute_variable_group_size on i965.
-GL_EXT_depth_bounds_test on Iris.
-GL_EXT_texture_shadow_lod on radeonsi, nvc0.
-GL_NV_alpha_to_coverage_dither_control on radeonsi
-GL_NV_copy_image on all gallium drivers.
-GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
-GL_NV_viewport_array2 on nvc0 (GM200+).
-GL_NV_viewport_swizzle on nvc0 (GM200+).
-VK_AMD_memory_overallocation_behavior on RADV.
-VK_KHR_shader_non_semantic_info on Intel, RADV.
-GL_EXT_draw_instanced on gles2
-VK_KHR_8bit_storage for ACO on GFX8+
-VK_KHR_16bit_storage for ACO on GFX8+ (storageInputOutput16 is still unsupported)
-shaderInt16 for ACO on GFX9+
-VK_KHR_shader_float16_int8 for ACO on GFX8+ (shaderFloat16 is still unsupported)
-VK_EXT_robustness2 on Intel, RADV.