diff options
author | Alejandro Piñeiro <[email protected]> | 2017-10-10 16:09:25 +0200 |
---|---|---|
committer | Alejandro Piñeiro <[email protected]> | 2019-07-17 10:41:44 +0200 |
commit | a622aad869abe0413cb034a39b464a3c76b332d1 (patch) | |
tree | 5816e68409d278c79f61286af89f45365db78de1 /src/mesa/meson.build | |
parent | 07ff367442d52b301e05f9c4ff6d03b04ee703c1 (diff) |
spirv_extensions: add GL_ARB_spirv_extensions boilerplate
v2:
* Mention extension gap at gl_API.xml (Emil Velikov)
* Bail with INVALID_ENUM if extension not available on getStringi (Emil Velikov)
* Use EXTRA_EXT macro when defining the extension at
get.c/get_hash_params.py (Emil Velikov)
* Rename source files (spirvextensions.[ch] -> spirv_extensions.[ch]) (Ian)
v3:
* Fix GL_PROGRAM_BINARY_FORMATS glGet query, broken by error on a
previous rebase
v4:
* Fix rebase conflicts on getstring.c after
GL_SHADING_LANGUAGE_VERSION query was added
v5:
* Remove src/mapi/glapi/gen/Makefile.am as it no longer exists in
master
Signed-off-by: Alejandro Piñeiro <[email protected]>
Signed-off-by: Arcady Goldmints-Orlov <[email protected]>
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r-- | src/mesa/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build index baf5c6b11c1..4a89358a267 100644 --- a/src/mesa/meson.build +++ b/src/mesa/meson.build @@ -249,6 +249,8 @@ files_libmesa_common = files( 'main/shader_query.cpp', 'main/shared.c', 'main/shared.h', + 'main/spirv_extensions.c', + 'main/spirv_extensions.h', 'main/state.c', 'main/state.h', 'main/stencil.c', |