diff options
author | Marek Olšák <[email protected]> | 2018-08-06 07:05:19 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-01 12:37:52 -0400 |
commit | c5c38e831ee8113cf97fb5308fbb687464ae2f0e (patch) | |
tree | c2002b59dd135f4cef33177d06bbe9fa0dda1c21 /docs/features.txt | |
parent | 3ad2a9b3faa19e29fe1c2a28c712f265ee29423b (diff) |
mesa: implement ARB/KHR_parallel_shader_compile
Tested by piglit.
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 038bbfc45a6..201e600adff 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -302,7 +302,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_ES3_2_compatibility DONE (i965/gen8+, radeonsi, virgl) GL_ARB_fragment_shader_interlock DONE (i965) GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe) - GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014 + GL_ARB_parallel_shader_compile DONE (all drivers) GL_ARB_post_depth_coverage DONE (i965, nvc0) GL_ARB_robustness_isolation not started GL_ARB_sample_locations DONE (nvc0) |