-
Notifications
You must be signed in to change notification settings - Fork 961
Comparing changes
Open a pull request
base repository: KhronosGroup/glslang
base: 40801e31ed0c
head repository: KhronosGroup/glslang
compare: d203754bc116
- 11 commits
- 15 files changed
- 4 contributors
Commits on Dec 25, 2019
-
Modify atomic_uint binding check
Modify atomic_uint binding check. Currently, when not declared with offset, default atomic_unint won't check whether its binding is valid or not more than its limit value.
Configuration menu - View commit details
-
Copy full SHA for 891ec09 - Browse repository at this point
Copy the full SHA 891ec09View commit details
Commits on Jan 3, 2020
-
Fix glslang can't link multiple AST in a single stage
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.
Configuration menu - View commit details
-
Copy full SHA for 05a5b53 - Browse repository at this point
Copy the full SHA 05a5b53View commit details
Commits on Jan 6, 2020
-
Add support for ARB_gpu_shader_fp64
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.
Configuration menu - View commit details
-
Copy full SHA for a3c7a25 - Browse repository at this point
Copy the full SHA a3c7a25View commit details
Commits on Jan 7, 2020
-
Merge pull request #2032 from ShchchowAMD/atomic-uint-binding
Modify max binding checks for atomic_uint
Configuration menu - View commit details
-
Copy full SHA for 1d258ac - Browse repository at this point
Copy the full SHA 1d258acView commit details -
Add missing extension defination
This micro should been defined 1, if opengl 2.0 is required.
Configuration menu - View commit details
-
Copy full SHA for 3eb540f - Browse repository at this point
Copy the full SHA 3eb540fView commit details -
Merge pull request #2048 from Roy-AMD/Add-missing-extension-defination
Add missing extension defination
Configuration menu - View commit details
-
Copy full SHA for 1642ca1 - Browse repository at this point
Copy the full SHA 1642ca1View commit details
Commits on Jan 8, 2020
-
Move symbol builtin check to grammar stage
FYI, move builtin check to type symbol check. Avoid modifying interface doubleCheck().
Configuration menu - View commit details
-
Copy full SHA for ab6a588 - Browse repository at this point
Copy the full SHA ab6a588View commit details -
Fix #1829: Add "--" command-line options for macro def/undef.
This allows OpModuleProcessed logging to be consistent with everything taking "--" options.
Configuration menu - View commit details
-
Copy full SHA for 6f98892 - Browse repository at this point
Copy the full SHA 6f98892View commit details -
Merge pull request #2052 from KhronosGroup/fix-processed-def-undef-1829
Fix #1829: Allow "--" options for def/undef, for OpModuleProcessed.
Configuration menu - View commit details
-
Copy full SHA for e5dbc31 - Browse repository at this point
Copy the full SHA e5dbc31View commit details -
Merge pull request #1998 from ShchchowAMD/ARB_gpu_shader_fp64
Add support for ARB_gpu_shader_fp64
Configuration menu - View commit details
-
Copy full SHA for 5181367 - Browse repository at this point
Copy the full SHA 5181367View commit details
Commits on Jan 10, 2020
-
Merge pull request #2046 from Roy-AMD/Fix-multiple-AST-spv-generate-c…
…rash-issue Fix glslang can't link multiple AST in a single stage
Configuration menu - View commit details
-
Copy full SHA for d203754 - Browse repository at this point
Copy the full SHA d203754View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 40801e31ed0c...d203754bc116