diff options
author | Eric Engestrom <[email protected]> | 2017-02-09 15:03:30 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-09 15:44:51 +0000 |
commit | 8278f1ec35d9904f0aa568fafd7f7a3dd51b25ba (patch) | |
tree | 5427ebbccdd4d29aaa2665d343bcdac530e63f1c /docs | |
parent | d7a0486a9e4e71d98c694872815909b8f8c0d3ac (diff) |
docs: improve the list of implemented APIs
Suggested-by: Emil Velikov <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/intro.html b/docs/intro.html index d90d0cb7dfd..38f40f5ef5d 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -27,7 +27,10 @@ Over the years the project has grown to implement more graphics APIs, including <a href="https://www.khronos.org/opengles/">OpenGL ES</a> (versions 1, 2, 3), <a href="https://www.khronos.org/opencl/">OpenCL</a>, -<a href="https://en.wikipedia.org/wiki/VDPAU">VDPAU</a> and +<a href="https://www.khronos.org/openmax/">OpenMAX</a>, +<a href="https://en.wikipedia.org/wiki/VDPAU">VDPAU</a>, +<a href="https://en.wikipedia.org/wiki/Video_Acceleration_API">VA API</a>, +<a href="https://en.wikipedia.org/wiki/X-Video_Motion_Compensation">XvMC</a> and <a href="https://www.khronos.org/vulkan/">Vulkan</a>. </p> |