diff options
author | Nicolai Hähnle <[email protected]> | 2017-01-24 21:22:32 +0100 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-01-27 10:19:48 +0100 |
commit | c5e76a262a4246267bbbfa803aebeeb733388e11 (patch) | |
tree | f3854d6cef27b1f957b0b778250cb183ee2eb79a /docs/features.txt | |
parent | 93dc5c1a06e4c7e1038e9adfc9349c3e8a1a0052 (diff) |
gallium: enable int64 on radeonsi, llvmpipe, softpipe
All of these have had support for the TGSI opcodes since before most of
the glsl compiler work landed.
Also update the docs accordingly, including the missing note about i965.
Reviewed-by: Marek Olšák <[email protected]>
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 aff00167dc9..55b1fbb6f03 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -283,7 +283,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+) GL_ARB_fragment_shader_interlock not started GL_ARB_gl_spirv not started - GL_ARB_gpu_shader_int64 started (airlied for core and Gallium, idr for i965) + GL_ARB_gpu_shader_int64 DONE (i965/gen8+, radeonsi, softpipe, llvmpipe) GL_ARB_indirect_parameters DONE (nvc0, radeonsi) GL_ARB_parallel_shader_compile not started, but Chia-I Wu did some related work in 2014 GL_ARB_pipeline_statistics_query DONE (i965, nvc0, radeonsi, softpipe, swr) |