1. a2f3d28 HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow by LoopDawg · 8 years ago
  2. 630e1bc Merge pull request #402 from steve-lunarg/samplers by John Kessenich · 8 years ago
  3. c8f6903 Front-end: Fix default layout(component) widths and correct for doubles. by John Kessenich · 8 years ago
  4. bc9e1d1 Infrastructure: Remove bad characters from file. by John Kessenich · 8 years ago
  5. 5c08ecb Tests: line-number change only: make room for more component tests. by John Kessenich · 8 years ago
  6. 3ef7852 HLSL: Add SampleLevel method by LoopDawg · 8 years ago
  7. 2f003ac Merge pull request #393 from steve-lunarg/warning-enable by John Kessenich · 8 years ago
  8. 75e547c Merge pull request #401 from steve-lunarg/samplers by John Kessenich · 8 years ago
  9. df018fa Merge pull request #398 from amdrexu/feature by John Kessenich · 8 years ago
  10. 6d47895 Add g++/clang warnings to match some enabled by /W4 in MSVC. by LoopDawg · 8 years ago
  11. f245101 HLSL: Add texture Load method & decomposition by LoopDawg · 8 years ago
  12. 83768cb Merge pull request #399 from steve-lunarg/samplers by John Kessenich · 8 years ago
  13. b84313d Versions: Update version output. by John Kessenich · 8 years ago
  14. a78b029 HLSL: Add SampleCmp and SampleCmpLevelZero texture methods by LoopDawg · 8 years ago
  15. 9d93a23 Implement 4 AMD-specific extensions. by Rex Xu · 8 years ago
  16. 934855a Fix issue #382: Detect implicitly-sized atomic_uint arrays. by John Kessenich · 8 years ago
  17. f2cfe27 Fix issue #388. by John Kessenich · 8 years ago
  18. 31a51be Fix issue #391: input stack underflow on too few macro arguments. by John Kessenich · 8 years ago
  19. f833250 Merge pull request #395 from steve-lunarg/samplers by John Kessenich · 8 years ago
  20. 5d58fae HLSL: Add tx.GetDimensions method (uint returns only) by LoopDawg · 8 years ago
  21. e4821e4 Build: Fix three new warnings in HLSL code. by John Kessenich · 8 years ago
  22. 35dcbbe Merge pull request #390 from steve-lunarg/samplers by John Kessenich · 8 years ago
  23. 4016e38 Build: Switch to Rev. 6 of headers, removing "BadValue" enum stuff. by John Kessenich · 8 years ago
  24. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  25. efb89a3 Merge pull request #392 from antiagainst/order by John Kessenich · 8 years ago
  26. b1165f4 Reorder fields to avoid compiler initialization order error. by Lei Zhang · 8 years ago
  27. 51e74b1 Merge pull request #385 from steve-lunarg/inout-qualifiers by John Kessenich · 8 years ago
  28. 83f05a0 Merge pull request #387 from steve-lunarg/samplers by John Kessenich · 8 years ago
  29. 92aff54 HLSL: add offset Sample() form and arrayed texture support by LoopDawg · 8 years ago
  30. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  31. f02bea2 Merge pull request #380 from steve-lunarg/samplers by John Kessenich · 8 years ago
  32. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  33. d8509b3 Front-end: Implement compile-time constant folding for any() and all(). by John Kessenich · 8 years ago
  34. 91b7533 README: remove reference to todo.txt, it is obsolete. by John Kessenich · 8 years ago
  35. a86836e Front-end: Fix known crashes by early exit on error (issue #29, issue #34, issue #35). by John Kessenich · 8 years ago
  36. 75b0316 Build: Add missing string.h include. by John Kessenich · 8 years ago
  37. 7f349c7 Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242. by John Kessenich · 8 years ago
  38. c45ddda Merge pull request #314 from mre4ce/master by John Kessenich · 8 years ago
  39. b501a75 Front end: Fix issue #374: put a limit on how big a type name can get. by John Kessenich · 8 years ago
  40. 78a4557 SPV: Fix issue #376; declare Geometry capability for fragment use of gl_Layer. by John Kessenich · 8 years ago
  41. 91e4aa5 SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. by John Kessenich · 8 years ago
  42. 2d0cc78 SPV: Turn on atomic-storage functionality for SPIR-V. by John Kessenich · 8 years ago
  43. 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
  44. d5ed0b6 HLSL: Mostly non-functional: simplify, rationalize, and generalize the declaration grammar. by John Kessenich · 8 years ago
  45. 0735424 HLSL: Grammar: Recognize { } style initializers for composites. by John Kessenich · 8 years ago
  46. b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
  47. 532543c HLSL: Grammar: Make comma-separated declaration lists work. by John Kessenich · 8 years ago
  48. 92d44b1 Merge pull request #367 from steve-lunarg/templatetypes by John Kessenich · 8 years ago
  49. 6daaa4f HLSL: Add template style constructors for vector & matrix types by LoopDawg · 8 years ago
  50. d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
  51. 2f47bc9 SPV: Don't decorate locations within an array, it doesn't make sense. by John Kessenich · 8 years ago
  52. 6090df0 SPV: Non-functional: break up big function into three smaller ones. by John Kessenich · 8 years ago
  53. 266b1d3 Merge pull request #363 from cdwfs/vertex_instance_id by John Kessenich · 8 years ago
  54. f5dcdf0 Front-end: Don't lower precision of bit operations taking highp inputs. by John Kessenich · 8 years ago
  55. ae3e773 Merge pull request #364 from steve-lunarg/test-entrypoints by John Kessenich · 8 years ago
  56. e903ab5 HLSL: Change intrinsics tests to not use overloaded entry points by LoopDawg · 8 years ago
  57. 85028e1 When parsing Vulkan GLSL, suggest gl_VertexIndex/gl_InstanceIndex instead of gl_VertexID/gl_InstanceID. by Cort Stratton · 8 years ago
  58. af151f9 Merge pull request #358 from amdrexu/bugfix by John Kessenich · 8 years ago
  59. c884b4a SPV: Certain decorations are missing for structure-typed in/out variables. by Rex Xu · 8 years ago
  60. 187254b Merge pull request #357 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  61. 7c8b743 Merge pull request #267 from antiagainst/rm-test-dup by John Kessenich · 8 years ago
  62. bc17b0a Front-end: Add missing rule for function-return implicit type conversion check. by John Kessenich · 8 years ago
  63. b10feab Front-end: Non-functional: Move return-value handling from .y to .cpp. by John Kessenich · 8 years ago
  64. 1011971 Front-end: Handle simultaneous use of SPIR-V or non-SPIR-V. by John Kessenich · 8 years ago
  65. 48e296b Remove duplicated tests from the runtests script. by Lei Zhang · 8 years ago
  66. 1b7fd0f Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes by LoopDawg · 8 years ago
  67. e5a8072 Merge pull request #349 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  68. 22bca55 Merge pull request #354 from yavn/fix_off_by_one_limit_check by John Kessenich · 8 years ago
  69. 5bc4d9a HLSL: Airplane work: break/continue/discard grammar, and decls for for/if/while. by John Kessenich · 8 years ago
  70. bbbcb5b Front-end: allow max size built-in arrays like gl_ClipDistance by Maciej Jesionowski · 8 years ago
  71. 4624a02 Add lerp, fix sincos return type, ret type tests, non-square mats, HLSL->AST tx semantics by LoopDawg · 8 years ago
  72. a4a4d5e Merge pull request #346 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  73. 6e72fdd Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped by LoopDawg · 8 years ago
  74. 19b92ff HLSL: Basic array grammar. by John Kessenich · 8 years ago
  75. 93a162a HLSL: Handle "." for structure dereference and swizzle. by John Kessenich · 8 years ago
  76. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  77. c3387d3 HLSL: Support semantics in function parameter declarations. by John Kessenich · 8 years ago
  78. 21f1286 Front-end: Implement GL_EXT_shader_non_constant_global_initializers. by John Kessenich · 8 years ago
  79. b901ade SPV: Non-functional: Condense SPV-related versioning, and rationalize all uses. by John Kessenich · 8 years ago
  80. 6533648 SPV: projective texturing: move the project coordinate. by John Kessenich · 8 years ago
  81. 76d4dfc SPV non-functional: minor readability improvements for texturing. by John Kessenich · 8 years ago
  82. ac666e7 Front-end ESSL: require precision declarations for images. by John Kessenich · 8 years ago
  83. 9000bd5 Front-end: Make ES floatBitsToInt/intBitsToFloat/etc. all be highp. by John Kessenich · 8 years ago
  84. c51287d SPV: Update to spec. decisions (and issue #205) for barrier(). by John Kessenich · 8 years ago
  85. 01de90b Merge pull request #339 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  86. 7b04bdd Merge pull request #340 from dneto0/const-key-in-std-maps by John Kessenich · 8 years ago
  87. ec1476b Tracking allocator must use const key by David Neto · 8 years ago
  88. 5891070 Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier. by LoopDawg · 8 years ago
  89. cd784bc Merge pull request #337 from steve-lunarg/intrinsics by John Kessenich · 8 years ago
  90. af3674d Merge pull request #338 from Nekotekina/fix1 by John Kessenich · 8 years ago
  91. 5dd29c8 Compilation fix (mingw64) by Nekotekina · 8 years ago
  92. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  93. e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
  94. 592860c Add decompositions for some HLSL intrinsics. by LoopDawg · 8 years ago
  95. 41ebc42 Merge pull request #335 from jekstrand/sampler-params by John Kessenich · 8 years ago
  96. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  97. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  98. ed15ef1 GlslangToSpv: Pass the pointer directly into the client function for opaque types by Jason Ekstrand · 8 years ago
  99. 228546a Types: Add an isOpaque() helper by Jason Ekstrand · 8 years ago
  100. c24cc29 GlslangToSpv: Properly handle opaque types in TranslateStorageClass by Jason Ekstrand · 8 years ago