diff options
author | Ilia Mirkin <[email protected]> | 2015-04-24 21:44:05 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-04-27 20:17:07 -0400 |
commit | f5c110199675b7f4c50d4a7a64b6aac44c55d0a4 (patch) | |
tree | 697275000802f5db035290d1354de5335c62402e /docs/relnotes | |
parent | dffc1a0ae3a75d426f10c5d3ba021de977467929 (diff) |
freedreno/a3xx: add support for disabling depth clipping
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.6.0.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index dbf1229a80e..5695ae4d77c 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -45,17 +45,18 @@ 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_clip_control on i965</li> +<li>GL_ARB_depth_clamp on freedreno</li> <li>GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600</li> <li>GL_ARB_draw_instanced on freedreno</li> <li>GL_ARB_gpu_shader_fp64 on nvc0, softpipe</li> +<li>GL_ARB_gpu_shader5 on i965/gen8+</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> <li>GL_ARB_program_interface_query (all drivers)</li> <li>GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe</li> -<li>GL_ARB_gpu_shader5 on i965/gen8+</li> +<li>GL_ARB_uniform_buffer_object on freedreno</li> +<li>GL_EXT_draw_buffers2 on freedreno</li> </ul> <h2>Bug fixes</h2> |