summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-04-25 12:28:35 -0700
committerRob Clark <[email protected]>2019-04-25 14:13:31 -0700
commit7a57cfbed695c48915fdb3d7bec37505d3f18e81 (patch)
tree98e068aaf53e39afb8cb2b24e21a9c4f9c92f452 /docs
parentee2e3a07bb1d58d761bf7250e88822b6955d13bf (diff)
freedreno/a6xx: sample-shading support
Enables: OES_sample_shading OES_sample_variables OES_shader_multisample_interpolation Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt6
1 files changed, 3 insertions, 3 deletions
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)