diff options
author | Ilia Mirkin <[email protected]> | 2016-08-28 19:55:05 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-09-15 19:29:41 -0400 |
commit | 9fec15a7e047eda52beb0cc71d7605656d91f685 (patch) | |
tree | a0ee6027fcacb0551b01527f8c420775fa31dca1 /docs/features.txt | |
parent | 111f6b250d01fa1937103f24b5cb54b15dd77fbf (diff) |
i965: enable ARB_ES3_2_compatibility on gen8+
Note that ASTC support is not actually mandated for this extension to be
exposed.
Signed-off-by: Ilia Mirkin <[email protected]>
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 4cc06637b58..9850a43fd54 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -280,7 +280,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_bindless_texture started (airlied) GL_ARB_cl_event not started GL_ARB_compute_variable_group_size not started - GL_ARB_ES3_2_compatibility not started + GL_ARB_ES3_2_compatibility DONE (i965/gen8+) GL_ARB_fragment_shader_interlock not started GL_ARB_gpu_shader_int64 started (airlied for core and Gallium, idr for i965) GL_ARB_indirect_parameters DONE (nvc0, radeonsi) |