1. cd0a78a HLSL: Flatten vertex input and fragment output structures. by John Kessenich · 8 years ago
  2. 6295c27 Merge pull request #505 from steve-lunarg/rowmajor-fix-2a by John Kessenich · 8 years ago
  3. 297ae21 WIP: HLSL: Treat HLSL rows as GLSL columns. by steve-lunarg · 8 years ago
  4. d403229 HLSL: Report an error if SPIR-V for Vulkan wasn't selected. by John Kessenich · 8 years ago
  5. cfd7ce8 HLSL: Support register(..., spaceN) for setting the descriptor set. by John Kessenich · 8 years ago
  6. e3218e2 HLSL: Accept layout(...) also as a post-decl. Issue #454. by John Kessenich · 8 years ago
  7. 7735b94 HLSL Non-Functional: Move to more robust capturing of postDecls into a qualifier. by John Kessenich · 8 years ago
  8. b804de6 HLSL: Track binding numbers to struct instances; fixes issue #496. by John Kessenich · 8 years ago
  9. 7d01bd6 HLSL: Handle swizzles on vectors of size 1. Addresses issue #453. by John Kessenich · 8 years ago
  10. 841db35 HLSL: Fix issue #442, smear and truncate shape conversions for == and !=. by John Kessenich · 8 years ago
  11. 07350f3 HLSL: Handle "fake" entry points, by undoing their built-in variable declarations. by John Kessenich · 8 years ago
  12. 9e07953 HLSL: Handle greater/less depth modes. Fixes issue #489. by John Kessenich · 8 years ago
  13. a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
  14. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  15. 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
  16. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  17. a05d8b5 HLSL: Remove recent change to put locations on SV_TARGET*. by John Kessenich · 8 years ago
  18. 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
  19. 6f220c0 HLSL: Setting SV_DEPTHGREATEREQUAL and SV_DEPTHLESSEQUAL to EbvFragDepth for now by Dan Baker · 8 years ago
  20. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  21. 81cd764 Non-functional: Add some missing const, related to signature selection. by John Kessenich · 8 years ago
  22. e3f2c8f HLSL: Include shape-changing conversions in overloaded signature selection. by John Kessenich · 8 years ago
  23. 26aa8a4 HLSL: Format updates and some minor adjustments to SV_ handling by Dan Baker · 8 years ago
  24. 90dd70f HLSL: Allow arbitrary baseType -> baseType conversion of calling arguments. by John Kessenich · 8 years ago
  25. deec03c First stab at system value interpretation by Dan Baker · 8 years ago
  26. 36e87d0 HLSL: add precise keyword by steve-lunarg · 8 years ago
  27. fcc0aa3 HLSL: Switch to generic selector, but using GLSL #version 400 rules. by John Kessenich · 8 years ago
  28. ab89bbe Merge branch 'overloaded-400' of github.com:KhronosGroup/glslang 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. efe9724 HLSL: Add EHTokStringConstant, so that string attributes may be parsed by steve-lunarg · 8 years ago
  32. 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
  33. 0a04b4d Front-end/Non-functional: Add some const/auto, useful for upcoming changes. by John Kessenich · 8 years ago
  34. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  35. 1eb1c11 fix x64 warning about conversion size_t -> int by baldurk · 8 years ago
  36. 2c6038e Merge branch 'cpp-headers' by John Kessenich · 8 years ago
  37. 61da5e4 HLSL: Put intrinsics in symbol table for all stages by steve-lunarg · 8 years ago
  38. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  39. 267590d Whitespace: Nonfunctional: fix inconsistent white space, esp. no tabs. by John Kessenich · 8 years ago
  40. 66ec80e Build: C++ headers: Replace PR #366 with a more directed version. by John Kessenich · 8 years ago
  41. 349ac3d Merge branch 'master' of https://github.com/dankbaker/glslang by Dan Baker · 8 years ago
  42. c7e5016 Commenting out attempt to parse DX9 samplers, since this is imcompatible with DX10+ shaders by Dan Baker · 8 years ago
  43. 7dfcf4d HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms by steve-lunarg · 8 years ago
  44. cb88de5 HLSL: allow semicolons between global scope declarations. by steve-lunarg · 8 years ago
  45. f664076 Front-end: Implement 2nd task of issue #400; precision of result and operation. by John Kessenich · 8 years ago
  46. 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
  47. fe5a3ff HLSL: allow trailing commas in initializer lists & scalar initialization by steve-lunarg · 8 years ago
  48. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  49. 5964c64 HLSL: Fix a grammar error related to constructors in parenthetical expressions by steve-lunarg · 8 years ago
  50. ff13213 Front-ends GLSL/HLSL: Fix initializer lists for structs of one member. by John Kessenich · 8 years ago
  51. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  52. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  53. 64076ed HLSL: Fix binary-expression associativity and termination issue. by John Kessenich · 8 years ago
  54. fea226b HLSL: Add shape conversions for scalar -> vector assigments. by John Kessenich · 8 years ago
  55. a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
  56. c552aec Merge pull request #417 from steve-lunarg/buffers by John Kessenich · 8 years ago
  57. c21badf Merge pull request #419 from steve-lunarg/lerp-fix by John Kessenich · 8 years ago
  58. 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
  59. cf57c04 HLSL: add missing vec,vec,scalar form of lerp(), + test by steve-lunarg · 8 years ago
  60. d53f717 HLSL: add Buffer support for Load method by steve-lunarg · 8 years ago
  61. 68f2c14 HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition by steve-lunarg · 8 years ago
  62. 00957f8 HLSL: Implement ?: grammar productions. by John Kessenich · 8 years ago
  63. b783d71 HLSL: Report failed assignments; some were silently not happening. by John Kessenich · 8 years ago
  64. 1e19d90 HLSL: add 2DMS texture formats, and matching Load / GetDimensions support by steve-lunarg · 8 years ago
  65. 731cd83 Merge pull request #405 from steve-lunarg/samplers by John Kessenich · 8 years ago
  66. 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
  67. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  68. 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
  69. a2f3d28 HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow by LoopDawg · 8 years ago
  70. 3ef7852 HLSL: Add SampleLevel method by LoopDawg · 8 years ago
  71. 2f003ac Merge pull request #393 from steve-lunarg/warning-enable by John Kessenich · 8 years ago
  72. 6d47895 Add g++/clang warnings to match some enabled by /W4 in MSVC. by LoopDawg · 8 years ago
  73. f245101 HLSL: Add texture Load method & decomposition by LoopDawg · 8 years ago
  74. a78b029 HLSL: Add SampleCmp and SampleCmpLevelZero texture methods by LoopDawg · 8 years ago
  75. 5d58fae HLSL: Add tx.GetDimensions method (uint returns only) by LoopDawg · 8 years ago
  76. e4821e4 Build: Fix three new warnings in HLSL code. by John Kessenich · 8 years ago
  77. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  78. 51e74b1 Merge pull request #385 from steve-lunarg/inout-qualifiers by John Kessenich · 8 years ago
  79. 92aff54 HLSL: add offset Sample() form and arrayed texture support by LoopDawg · 8 years ago
  80. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  81. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  82. 7f349c7 Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242. by John Kessenich · 8 years ago
  83. 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
  84. d5ed0b6 HLSL: Mostly non-functional: simplify, rationalize, and generalize the declaration grammar. by John Kessenich · 8 years ago
  85. 0735424 HLSL: Grammar: Recognize { } style initializers for composites. by John Kessenich · 8 years ago
  86. b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
  87. 532543c HLSL: Grammar: Make comma-separated declaration lists work. by John Kessenich · 8 years ago
  88. 6daaa4f HLSL: Add template style constructors for vector & matrix types by LoopDawg · 8 years ago
  89. d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
  90. 1b7fd0f Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes by LoopDawg · 8 years ago
  91. e5a8072 Merge pull request #349 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  92. 5bc4d9a HLSL: Airplane work: break/continue/discard grammar, and decls for for/if/while. by John Kessenich · 8 years ago
  93. 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
  94. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  95. 19b92ff HLSL: Basic array grammar. by John Kessenich · 8 years ago
  96. 93a162a HLSL: Handle "." for structure dereference and swizzle. by John Kessenich · 8 years ago
  97. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  98. c3387d3 HLSL: Support semantics in function parameter declarations. by John Kessenich · 8 years ago
  99. b901ade SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses. by John Kessenich · 8 years ago
  100. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago