diff options
author | Gert Wollny <gert.wollny@collabora.com> | 2019-08-15 17:17:44 +0200 |
---|---|---|
committer | Gert Wollny <gw.fossdev@gmail.com> | 2019-08-28 08:59:52 +0000 |
commit | 48cc96c9aebb9d0164830a157efc8916f08f00c0 (patch) | |
tree | 3423cbe0cc40f67f1d1eb0dcb0a22c0fbba3a669 /docs | |
parent | d5dd2d302dafa2ad7690814a889b3800ed22a097 (diff) |
Bump version number to 0.8.0 and increment sharedlib micro versionvirglrenderer-0.8.00.8.0
Also add ARB_clip_control to the supported extensions.
v2: Correct soname because of abi changes:
- since we now use the visibility('hidden') for internal functions
many functions are no longer exposed with the public interface
- some functions were added to the public interface
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> (v1)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL-status.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL-status.txt b/docs/GL-status.txt index bc59c6f..cee594f 100644 --- a/docs/GL-status.txt +++ b/docs/GL-status.txt @@ -106,7 +106,7 @@ GL 4.4, GLSL 4.40: GL 4.5, GLSL 4.50: GL_ARB_ES3_1_compatibility DONE - GL_ARB_clip_control + GL_ARB_clip_control DONE GL_ARB_conditional_render_inverted DONE GL_ARB_cull_distance DONE GL_ARB_derivative_control DONE |