diff options
author | Ilia Mirkin <[email protected]> | 2015-03-31 11:51:00 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-04-05 16:36:35 -0400 |
commit | 1de72dfc8a2014069edd1b3d3d46dad478d0680a (patch) | |
tree | 15dec969001bb8b9ff70b98ab47dc1b8edb06516 /docs/relnotes | |
parent | c7811f56c205b113dd820034a99ff3aaa20af636 (diff) |
freedreno/a3xx: add UBO support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-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 2378e3d5240..f69266a2998 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -50,6 +50,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_gpu_shader_fp64 on nvc0, softpipe</li> <li>GL_ARB_instanced_arrays on freedreno</li> <li>GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe</li> +<li>GL_ARB_uniform_buffer_object on freedreno</li> <li>GL_EXT_draw_buffers2 on freedreno</li> <li>GL_ARB_clip_control on i965</li> </ul> |