- 30 Jan, 2020 1 commit
-
-
Jeff Bolz authored
-
- 29 Jan, 2020 1 commit
-
-
John Kessenich authored
standalone: Fix --help
-
- 28 Jan, 2020 1 commit
-
-
Jordan Justen authored
Fixes: bd97b6f9 ("Command-line: Give better error messages. From #1829.") Signed-off-by:
Jordan Justen <jordan.l.justen@intel.com>
-
- 27 Jan, 2020 6 commits
-
-
John Kessenich authored
Use correct enum type in case statement
-
Ryan Harrison authored
Two similarly named enums led to the wrong one being used here, this is getting caught in the Chromium and Dawn DEPS rolls.
-
John Kessenich authored
Revisit fix for #2062 for consistency with this commit.
-
John Kessenich authored
Fix for GCC 9 / Werror=deprecated-copy
-
John Kessenich authored
Add Tess machine dependent built-in variables initialization for GLES…
-
John Kessenich authored
-
- 24 Jan, 2020 1 commit
-
-
John Kessenich authored
Implemented C-language interface for glslang
-
- 17 Jan, 2020 1 commit
-
-
John Kessenich authored
-
- 16 Jan, 2020 3 commits
-
-
John Kessenich authored
-
John Kessenich authored
Add Error check flag in io mapper
-
Chow authored
GLSL could detect contradictory uniform binding, but missing error reporting, even if we could now observe error inside infosink. Add error check when first time validate uniform binding. When doing traversal, it should be zero error. This error check flag will be used during linking time. To quickly report errors like contradictory uniform bindings. Add error check flags for TDefaultGlslIoResolver when catching EPrefixInternalError
-
- 15 Jan, 2020 3 commits
-
-
John Kessenich authored
SPV/Vulkan: Add support for Vulkan 1.2, which defaults to SPIR-V 1.5.
-
John Kessenich authored
-
John Kessenich authored
-
- 10 Jan, 2020 1 commit
-
-
John Kessenich authored
Fix glslang can't link multiple AST in a single stage
-
- 08 Jan, 2020 6 commits
-
-
John Kessenich authored
Add support for ARB_gpu_shader_fp64
-
Sergey Kosarevsky authored
-
Sergey Kosarevsky authored
-
John Kessenich authored
Fix #1829: Allow "--" options for def/undef, for OpModuleProcessed.
-
John Kessenich authored
This allows OpModuleProcessed logging to be consistent with everything taking "--" options.
-
Chow authored
FYI, move builtin check to type symbol check. Avoid modifying interface doubleCheck().
-
- 07 Jan, 2020 3 commits
-
-
John Kessenich authored
Add missing extension defination
-
Roy authored
This micro should been defined 1, if opengl 2.0 is required.
-
John Kessenich authored
Modify max binding checks for atomic_uint
-
- 06 Jan, 2020 4 commits
-
-
John Kessenich authored
Add builtin constants gl_MaxFragmentUniformVectors and gl_MaxVertexUniformVectors.
-
John Kessenich authored
-
Chow authored
Add builtin constants: gl_MaxFragmentUniformVectors and gl_MaxVertexUniformVectors. They should both be available since version 410 for core.
-
Chow authored
GLSL Version : >= 150 Purpose: Allow users to use features by enabling this extension, even in low versions. Extension Name: ARB_gpu_shader_fp64 Builtin-variables: Nah Builtin-functions: functions overloaded for this extension, please check registry in reference. Keywords: Double Features: add support for type "double" Reference: https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_gpu_shader_fp64.txt Add support for implicit conversion 1. Remove builtin double vertex (this is introduced by vertex_attrib_64bit 2. Add extension check and implicit conversion as double has been introduced 3. Add test results.
-
- 03 Jan, 2020 1 commit
-
-
Roy authored
Root cause: GlslangToSpv use symbol structure's ptr as a map key, but multiple shader object can build a new AST. In the AST the the same symbol has different ptr point to their structure, so indext map faild. solution: Add a new map glslangTypeToIdMap to map ptr to symbol id, and use symbol id to index memberRemapper.
-
- 30 Dec, 2019 7 commits
-
-
Sergey Kosarevsky authored
-
Sergey Kosarevsky authored
-
John Kessenich authored
Add support for ARB_uniform_buffer_object
-
John Kessenich authored
-
John Kessenich authored
Add support for ARB_texture_multisample
-
John Kessenich authored
atomic counter offset should align to 4 (compute shader)
-
John Kessenich authored
Add support for ARB_sample_shading
-
- 26 Dec, 2019 1 commit
-
-
Sergey Kosarevsky authored
-