1. f2b7f33 SPV: Tighten up number of struct-types declared based on decoration. by John Kessenich · 8 years ago
  2. 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
  3. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  4. a05d8b5 HLSL: Remove recent change to put locations on SV_TARGET*. by John Kessenich · 8 years ago
  5. 510d83b HLSL: Create test results for the previous commits. by John Kessenich · 8 years ago
  6. 335fc28 Merge branch 'dankbaker-HLSL_Semantic_Mapping' by John Kessenich · 8 years ago
  7. 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
  8. a88ef39 Merge pull request #490 from KhronosGroup/hlsl-output-return by John Kessenich · 8 years ago
  9. 6f220c0 HLSL: Setting SV_DEPTHGREATEREQUAL and SV_DEPTHLESSEQUAL to EbvFragDepth for now by Dan Baker · 8 years ago
  10. 6fd31fd Merge branch 'hlsl-output-return' of github.com:KhronosGroup/glslang into hlsl-output-return by John Kessenich · 8 years ago
  11. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  12. be2f6b0 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  13. 81cd764 Non-functional: Add some missing const, related to signature selection. by John Kessenich · 8 years ago
  14. 1389e3e Merge pull request #488 from antiagainst/c4996-warning by John Kessenich · 8 years ago
  15. 424cf80 Disable C4996 (secure CRT) recommendation on Windows for strtok(). by Lei Zhang · 8 years ago
  16. f00c245 Merge pull request #473 from steve-lunarg/remapper-tests by John Kessenich · 8 years ago
  17. e3f2c8f HLSL: Include shape-changing conversions in overloaded signature selection. by John Kessenich · 8 years ago
  18. 26aa8a4 HLSL: Format updates and some minor adjustments to SV_ handling by Dan Baker · 8 years ago
  19. 90dd70f HLSL: Allow arbitrary baseType -> baseType conversion of calling arguments. by John Kessenich · 8 years ago
  20. a845641 WIP: SPV Remapper: add remapper test framework by steve-lunarg · 8 years ago
  21. deec03c First stab at system value interpretation by Dan Baker · 8 years ago
  22. 4c3a7fd Merge pull request #483 from steve-lunarg/precise-fix-2 by John Kessenich · 8 years ago
  23. 36e87d0 HLSL: add precise keyword by steve-lunarg · 8 years ago
  24. fcc0aa3 HLSL: Switch to generic selector, but using GLSL #version 400 rules. by John Kessenich · 8 years ago
  25. ab89bbe Merge branch 'overloaded-400' of github.com:KhronosGroup/glslang by John Kessenich · 8 years ago
  26. 32c169d Front-end: Warn for likely missed change in default precisions. by John Kessenich · 8 years ago
  27. 54571c2 Vulkan: Have desktop shaders respect precision qualifiers. by John Kessenich · 8 years ago
  28. 4d53564 Front-End: Non-ES trigger for processing precision qualifiers. by John Kessenich · 8 years ago
  29. 219b025 Non-functional: Fix commit 98f164ec488f85af5a44b701477a34e810f2deb1. by John Kessenich · 8 years ago
  30. 98f164e Merge pull request #461 from dankbaker/Error_Message_Fixes_for_HLSL by John Kessenich · 8 years ago
  31. 6577a0e Merge pull request #476 from steve-lunarg/string-literals by John Kessenich · 8 years ago
  32. 3de0a6d Merge pull request #477 from amdrexu/bugfix by John Kessenich · 8 years ago
  33. 2bbbe06 SPV: Some group invocation operations should be applied to scalars. by Rex Xu · 8 years ago
  34. efe9724 HLSL: Add EHTokStringConstant, so that string attributes may be parsed by steve-lunarg · 8 years ago
  35. 3702348 Front-end: Add a function selector under implicit type conversion. by John Kessenich · 8 years ago
  36. afe6e9c HLSL and standalone, modifying Standalone to send filename as string source, and HLSL backend will use this to print a better error mesage when things fail by dankbaker · 8 years ago
  37. 0a04b4d Front-end/Non-functional: Add some const/auto, useful for upcoming changes. by John Kessenich · 8 years ago
  38. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  39. 78a8b07 Merge pull request #471 from steve-lunarg/remapper-literal64-b by John Kessenich · 8 years ago
  40. 811d9f4 WIP: SPIRV remapper: allow 64 bit literals in OperandVariableLiteralId class iteration by steve-lunarg · 8 years ago
  41. 057c01e Merge pull request #467 from dankbaker/HLSL_Changing_defualt_language by John Kessenich · 8 years ago
  42. 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 8 years ago
  43. 55d5f2d HLSL: Changing SPIRV source language to unkown by Dan Baker · 8 years ago
  44. 15c0fbe Merge pull request #466 from baldurk/minor-msvc-warning-fix by John Kessenich · 8 years ago
  45. 1eb1c11 fix x64 warning about conversion size_t -> int by baldurk · 8 years ago
  46. 7fb6609 Merge pull request #458 from dneto0/revert-remap-64bit-patch by John Kessenich · 8 years ago
  47. b86e8b6 Revert "Merge pull request #456 from steve-lunarg/remapper-literal64" by David Neto · 8 years ago
  48. ad08b30 Merge pull request #456 from steve-lunarg/remapper-literal64 by John Kessenich · 8 years ago
  49. b249f2f SPIRV: allow 64 bit literals in OperandVariableLiteralId class iteration. by steve-lunarg · 8 years ago
  50. 28660bb Merge pull request #450 from dankbaker/standalone_change by John Kessenich · 8 years ago
  51. 5afdd78 Standalong: Changing -T to -S since it's a stage now instead of a target by Dan Baker · 8 years ago
  52. 895275e Standalone: Changing some comments and user strings by Dan Baker · 8 years ago
  53. c6ede89 Changing target to stage by Dan Baker · 8 years ago
  54. 359dcee Merge pull request #427 from wesleygriffin/master by John Kessenich · 8 years ago
  55. 2c6038e Merge branch 'cpp-headers' by John Kessenich · 8 years ago
  56. 10e0efe Merge pull request #451 from steve-lunarg/stagemask-all by John Kessenich · 8 years ago
  57. 61da5e4 HLSL: Put intrinsics in symbol table for all stages by steve-lunarg · 8 years ago
  58. 0a6fb85 Infrastructure: Make shared symbol-table cache complete, delete work around. by John Kessenich · 8 years ago
  59. 0b52144 Merge pull request #448 from steve-lunarg/promotions by John Kessenich · 8 years ago
  60. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  61. 45d49bc Allowing explicit specification of shader compiltion type via -T option, rather then looking at file extension. For HLSL files, this is nice because .hlsl extension is natively udnerstood by visual studio, likely to be used with the -e option. by dankbaker · 8 years ago
  62. 426542b Front-end: Fix issue #443: dvec3 uses only 2 components of second location. by John Kessenich · 8 years ago
  63. 34177cd Tests: Test base case for fixing issue #443. by John Kessenich · 8 years ago
  64. 4583b61 HLSL: Smear scalars to match vectors for relational operations. by John Kessenich · 8 years ago
  65. 267590d Whitespace: Nonfunctional: fix inconsistent white space, esp. no tabs. by John Kessenich · 8 years ago
  66. 5c72a73 Merge pull request #436 from dankbaker/master by John Kessenich · 8 years ago
  67. bbd1b0e Tests: Add some location-decoration tests, to aid PR #422. by John Kessenich · 8 years ago
  68. 66ec80e Build: C++ headers: Replace PR #366 with a more directed version. by John Kessenich · 8 years ago
  69. 349ac3d Merge branch 'master' of https://github.com/dankbaker/glslang by Dan Baker · 8 years ago
  70. c0962f1 Merge pull request #2 from KhronosGroup/master by dankbaker · 8 years ago
  71. c7e5016 Commenting out attempt to parse DX9 samplers, since this is imcompatible with DX10+ shaders by Dan Baker · 8 years ago
  72. 9f9bad0 PP: Add missing atoms that effect -E mode. by John Kessenich · 8 years ago
  73. cfc5fbb Merge pull request #429 from steve-lunarg/samplers.sm5 by John Kessenich · 8 years ago
  74. 7dfcf4d HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms by steve-lunarg · 8 years ago
  75. 0e46eae Merge pull request #1 from KhronosGroup/master by dankbaker · 8 years ago
  76. 98a2e92 Merge pull request #431 from steve-lunarg/semicolon-fix by John Kessenich · 8 years ago
  77. cb88de5 HLSL: allow semicolons between global scope declarations. by steve-lunarg · 8 years ago
  78. f664076 Front-end: Implement 2nd task of issue #400; precision of result and operation. by John Kessenich · 8 years ago
  79. 6c13622 Merge pull request #428 from dankbaker/master by John Kessenich · 8 years ago
  80. b49806b Fixing some casts that warn when compiled to 64 bit (size_t is 64 bit rather then 32 bit) by Dan Baker · 8 years ago
  81. ac39cdc bump required CMake version down to 2.8.11 since no features are required in cmake>2.8.11 and this allows building on stock CentOS 7 by Wesley Griffin · 8 years ago
  82. 1176530 SPV: Prevent issue #415 with better semantic checking. by John Kessenich · 8 years ago
  83. 11e1a07 PP: Fix issue #407; handle empty identifier. by John Kessenich · 8 years ago
  84. 7208473 PP: Non-functional; fix typos and blank spaces. by John Kessenich · 8 years ago
  85. 73d4fb5 PP: Fix issue #408: # as last character in macro. by John Kessenich · 8 years ago
  86. 50d4fbe Merge pull request #424 from steve-lunarg/initializer-fix by John Kessenich · 8 years ago
  87. fe5a3ff HLSL: allow trailing commas in initializer lists & scalar initialization by steve-lunarg · 8 years ago
  88. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  89. dd50d02 Merge pull request #423 from steve-lunarg/constructor-expr-fix by John Kessenich · 8 years ago
  90. 5964c64 HLSL: Fix a grammar error related to constructors in parenthetical expressions by steve-lunarg · 8 years ago
  91. ff13213 Front-ends GLSL/HLSL: Fix initializer lists for structs of one member. by John Kessenich · 8 years ago
  92. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  93. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  94. 1936eeb Merge pull request #421 from amdrexu/bugfix by John Kessenich · 8 years ago
  95. ce31aea SPV: Fix an issue of ++/-- for dvec/dmat. by Rex Xu · 8 years ago
  96. 64076ed HLSL: Fix binary-expression associativity and termination issue. by John Kessenich · 8 years ago
  97. fea226b HLSL: Add shape conversions for scalar -> vector assigments. by John Kessenich · 8 years ago
  98. a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
  99. c552aec Merge pull request #417 from steve-lunarg/buffers by John Kessenich · 8 years ago
  100. c21badf Merge pull request #419 from steve-lunarg/lerp-fix by John Kessenich · 8 years ago