diff options
author | Marek Olšák <[email protected]> | 2018-11-29 15:34:05 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-12-04 15:33:29 -0500 |
commit | 5907412d0405d4ed1649a9f3336b1febab0b18dc (patch) | |
tree | 34203280d18a7ab9b968d918cd0f67f455e3bb2a /docs/features.txt | |
parent | 1660f3aa05f9cdc62787972d7f1905e00580e011 (diff) |
st/mesa: expose EXT_render_snorm on GLES
Reviewed-by: Ilia Mirkin <[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 8999e42519c..5fc408da8ff 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -319,7 +319,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_EXT_memory_object DONE (radeonsi) GL_EXT_memory_object_fd DONE (radeonsi) GL_EXT_memory_object_win32 not started - GL_EXT_render_snorm DONE (i965) + GL_EXT_render_snorm DONE (i965, radeonsi) GL_EXT_semaphore DONE (radeonsi) GL_EXT_semaphore_fd DONE (radeonsi) GL_EXT_semaphore_win32 not started |