diff options
author | Ilia Mirkin <[email protected]> | 2014-12-02 00:32:57 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-19 00:25:03 -0500 |
commit | 92fc8f04d63bae969d47d79fde2c9d48f5e90488 (patch) | |
tree | 4dbe6061c9406451c8e3c86ba96665f5aad5f0ab /docs | |
parent | f6b2e8af7425c67f8def9dfba92f6f0ad9585b40 (diff) |
freedreno/a3xx: add ARB_instanced_arrays support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.6.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index bedbd4bab9e..151ba176346 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_pinned_memory on r600, radeonsi</li> <li>GL_ARB_draw_instanced on freedreno</li> +<li>GL_ARB_instanced_arrays on freedreno</li> <li>GL_ARB_pipeline_statistics_query on i965, nvc0, r600, radeonsi, softpipe</li> </ul> |