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/relnotes | |
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/relnotes')
-rw-r--r-- | docs/relnotes/12.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index fdf3592524c..8e0a84e4637 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>OpenGL ES 3.1 on i965/hsw</li> <li>GL_ARB_ES3_1_compatibility on i965</li> +<li>GL_ARB_ES3_2_compatibility on i965/gen8+</li> <li>GL_ARB_clear_texture on r600, radeonsi</li> <li>GL_ARB_cull_distance on radeonsi</li> <li>GL_ARB_enhanced_layouts on i965</li> |