diff options
author | Iago Toral Quiroga <[email protected]> | 2017-01-05 09:20:48 +0100 |
---|---|---|
committer | Iago Toral Quiroga <[email protected]> | 2017-01-05 09:34:36 +0100 |
commit | 8dc92a56134580dc47e48a046aff347776aaac34 (patch) | |
tree | 071cce6fdbb2b297ca57c146a2fc2cfd76a013d9 /docs | |
parent | 580c503ca2b8ed36287bfb162fe0506d31d900e7 (diff) |
docs: Mark GL_ARB_gpu_shader_fp64 and OpenGL 4.0 as done for i965/hsw+
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index 63b45afd41d..f4a67df5168 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -107,7 +107,7 @@ GL 3.3, GLSL 3.30 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft GL_ARB_vertex_type_2_10_10_10_rev DONE (freedreno, swr) -GL 4.0, GLSL 4.00 --- all DONE: i965/gen8+, nvc0, r600, radeonsi +GL 4.0, GLSL 4.00 --- all DONE: i965/hsw+, nvc0, r600, radeonsi GL_ARB_draw_buffers_blend DONE (freedreno, i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_draw_indirect DONE (i965/gen7+, llvmpipe, softpipe, swr) @@ -124,7 +124,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen8+, nvc0, r600, radeonsi - Enhanced per-sample shading DONE () - Interpolation functions DONE () - New overload resolution rules DONE - GL_ARB_gpu_shader_fp64 DONE (llvmpipe, softpipe) + GL_ARB_gpu_shader_fp64 DONE (i965/hsw+, llvmpipe, softpipe) GL_ARB_sample_shading DONE (i965/gen6+, nv50) GL_ARB_shader_subroutine DONE (i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_tessellation_shader DONE (i965/gen7+) |