From 7a57cfbed695c48915fdb3d7bec37505d3f18e81 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 25 Apr 2019 12:28:35 -0700 Subject: freedreno/a6xx: sample-shading support Enables: OES_sample_shading OES_sample_variables OES_shader_multisample_interpolation Signed-off-by: Rob Clark --- docs/features.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/features.txt') diff --git a/docs/features.txt b/docs/features.txt index f9aa5f06d89..c63afeacaba 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -282,11 +282,11 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl GL_OES_geometry_shader DONE (i965/hsw+, nvc0) GL_OES_gpu_shader5 DONE (freedreno/a6xx, all drivers that support GL_ARB_gpu_shader5) GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, i965/gen7+, nvc0) - GL_OES_sample_shading DONE (i965, nvc0, r600) - GL_OES_sample_variables DONE (i965, nvc0, r600) + GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600) + GL_OES_sample_variables DONE (freedreno/a6xx, i965, nvc0, r600) GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store) GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1) - GL_OES_shader_multisample_interpolation DONE (i965, nvc0, r600) + GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, i965, nvc0, r600) GL_OES_tessellation_shader DONE (all drivers that support GL_ARB_tessellation_shader) GL_OES_texture_border_clamp DONE (all drivers) GL_OES_texture_buffer DONE (freedreno, i965, nvc0, softpipe) -- cgit v1.2.3