src/mesa: add GL_NV_half_float extension support (v2)
authorYogesh Mohan Marimuthu <yogesh.mohanmarimuthu@amd.com>
Fri, 17 Jul 2020 12:08:19 +0000 (17:38 +0530)
committerMarge Bot <eric+marge@anholt.net>
Tue, 11 Aug 2020 19:55:22 +0000 (19:55 +0000)
commitef66e02a408c4b8d11a3b7122b0e8e05ffac8eb8
treebf5ddef6b8763902fabd36b8181809f985edb7f9
parent8abf59ff98863634321e3e0d60035277e58e92e8
src/mesa: add GL_NV_half_float extension support (v2)

This patch adds support for GL_NV_half_float
extension.

v2: fix main_test failure

Signed-off-by: Yogesh Mohan Marimuthu <yogesh.mohanmarimuthu@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6219>
docs/relnotes/new_features.txt
src/mapi/glapi/gen/NV_half_float.xml [new file with mode: 0644]
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/gl_marshal.py
src/mapi/glapi/gen/static_data.py
src/mesa/main/dd.h
src/mesa/main/extensions_table.h
src/mesa/main/tests/dispatch_sanity.cpp
src/mesa/main/vtxfmt.c
src/mesa/vbo/vbo_attrib_tmp.h
src/mesa/vbo/vbo_init_tmp.h