diff options
author | Jordan Justen <[email protected]> | 2017-11-20 13:42:33 -0800 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-12-08 17:01:02 +1100 |
commit | 4d81c8e43e2b235684e480da02eab2c647e6de6b (patch) | |
tree | 4e160ff6a5130c042371e76ca649ab9ada4677ff /docs/features.txt | |
parent | b4c37ce2140c0195005d865b7a4de903ef50a097 (diff) |
docs: Update GL_ARB_get_program_binary docs to support 1 format
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Acked-by: Tapani Pälli <[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 5d65d4fdf02..f5541d0342c 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -139,7 +139,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi GL_ARB_ES2_compatibility DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) - GL_ARB_get_program_binary DONE (0 binary formats) + GL_ARB_get_program_binary DONE (0 or 1 binary formats) GL_ARB_separate_shader_objects DONE (all drivers) GL_ARB_shader_precision DONE (i965/gen7+, all drivers that support GLSL 4.10) GL_ARB_vertex_attrib_64bit DONE (i965/gen7+, llvmpipe, softpipe) |