diff options
author | Adam Jackson <[email protected]> | 2016-09-09 12:25:35 -0400 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2016-09-12 11:29:11 -0400 |
commit | 0cb1428fbbbcbd17c975b6505cab6f685c0129aa (patch) | |
tree | ececc715c6fd56723cc86100d9d2d97533c09dbc /docs/specs | |
parent | d9f5b1915b397d4baaf4c9c23a93fda49f3db4ca (diff) |
docs: Note MESA_configless_context as superseded
Reviewed-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/MESA_configless_context.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/specs/MESA_configless_context.spec b/docs/specs/MESA_configless_context.spec index f2fafb35a19..d7ba62dd8d2 100644 --- a/docs/specs/MESA_configless_context.spec +++ b/docs/specs/MESA_configless_context.spec @@ -12,11 +12,12 @@ Contact Status - Proposal + Superseded by the functionally identical EGL_KHR_no_config_context + extension. Version - Version 1, February 28, 2014 + Version 2, September 9, 2016 Number @@ -121,5 +122,8 @@ Issues Revision History + Version 2, September 9, 2016 + Defer to EGL_KHR_no_config_context (Adam Jackson) + Version 1, February 28, 2014 Initial draft (Neil Roberts) |