diff options
author | Ilia Mirkin <[email protected]> | 2016-09-16 12:03:31 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-09-16 12:04:12 -0400 |
commit | f65187bb937dcd0b3a388c946feda674151eef0e (patch) | |
tree | d13d11dbcd89f986b820e6a0a149c0d71f231c40 /docs/features.txt | |
parent | ba8a50955d71a750ba36cfba5c26701191ffc011 (diff) |
docs: add GL_ARB_gl_spirv to features list
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt index 9850a43fd54..df81f91fba6 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -282,6 +282,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_compute_variable_group_size not started GL_ARB_ES3_2_compatibility DONE (i965/gen8+) GL_ARB_fragment_shader_interlock not started + GL_ARB_gl_spirv not started GL_ARB_gpu_shader_int64 started (airlied for core and Gallium, idr for i965) GL_ARB_indirect_parameters DONE (nvc0, radeonsi) GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014 |