summaryrefslogtreecommitdiff
path: root/docs/relnotes/new_features.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-09-26 11:00:43 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-10-03 20:15:19 +0000
commit7ff49c25ed39921e855d22a23e6d64db42134f2d (patch)
tree65ab3a1596d7d3f65ee7a99881552e4a826b3d69 /docs/relnotes/new_features.txt
parentcdc331c6f9f6b2ffc035018de4445dba9b67c1f7 (diff)
docs: add a new_features.text file and remove 19.3.0 release notes
The next patch is going to introduce a tool that creates the entire release html page for us, without any user intervention. As such we can't be editing it. To that end the script will read the new_features.txt file to get a list of new features. This is a flat text file, one entry per line. Acked-by: Eric Engestrom <eric.engestrom@intel.com> Acked-by: Juan A. Suarez <jasuarez@igalia.com>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r--docs/relnotes/new_features.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
new file mode 100644
index 00000000000..120093d8966
--- /dev/null
+++ b/docs/relnotes/new_features.txt
@@ -0,0 +1,5 @@
+GL_ARB_gl_spirv on i965, iris.
+GL_ARB_spirv_extensions on i965, iris.
+GL_EXT_demote_to_helper_invocation on iris, i965.
+OpenGL 4.6 on i965, iris.
+VK_KHR_shader_float_controls on Intel.