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/Makefile.sources | |
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/Makefile.sources')
-rw-r--r-- | src/mesa/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 89bcfe40bb5..b0b43a78ce9 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -209,6 +209,8 @@ MAIN_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 \ |