1. bf8a6ef Merge pull request #551 from steve-lunarg/rwbuffers-fmt by John Kessenich · 8 years ago
  2. 062b239 Merge pull request #549 from steve-lunarg/multidim-array by John Kessenich · 8 years ago
  3. 8b0227c HLSL: phase 3b: Texture methods remember and return vector size. by steve-lunarg · 8 years ago
  4. 4f2da27 HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) by steve-lunarg · 8 years ago
  5. 7b211a3 HLSL: allow multi-dimensional arrays by steve-lunarg · 8 years ago
  6. 07830e8 HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures by steve-lunarg · 8 years ago
  7. 9070796 HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  8. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  9. f571d0c Non-functional: Use isOpaque() instead of compare against EbtSampler. by John Kessenich · 8 years ago
  10. 6dbc0a7 Support a uniform block to hold global uniform variables. by John Kessenich · 8 years ago
  11. e82061d HLSL: Rationalize combination of type arrayness and name arrayness. by John Kessenich · 8 years ago
  12. 265c061 HLSL: allow implicit array sizing. by steve-lunarg · 8 years ago
  13. 10f7fc7 HLSL: Reverse what the driver is told about row/column majorness, matching the row-column reversal. by John Kessenich · 8 years ago
  14. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  15. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  16. 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
  17. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  18. 297ae21 WIP: HLSL: Treat HLSL rows as GLSL columns. by steve-lunarg · 8 years ago
  19. cfd7ce8 HLSL: Support register(..., spaceN) for setting the descriptor set. by John Kessenich · 8 years ago
  20. e3218e2 HLSL: Accept layout(...) also as a post-decl. Issue #454. by John Kessenich · 8 years ago
  21. 7735b94 HLSL Non-Functional: Move to more robust capturing of postDecls into a qualifier. by John Kessenich · 8 years ago
  22. b804de6 HLSL: Track binding numbers to struct instances; fixes issue #496. by John Kessenich · 8 years ago
  23. 841db35 HLSL: Fix issue #442, smear and truncate shape conversions for == and !=. by John Kessenich · 8 years ago
  24. 9e07953 HLSL: Handle greater/less depth modes. Fixes issue #489. by John Kessenich · 8 years ago
  25. a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
  26. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  27. 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
  28. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  29. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  30. 267590d Whitespace: Nonfunctional: fix inconsistent white space, esp. no tabs. by John Kessenich · 8 years ago
  31. c7e5016 Commenting out attempt to parse DX9 samplers, since this is imcompatible with DX10+ shaders by Dan Baker · 8 years ago
  32. cb88de5 HLSL: allow semicolons between global scope declarations. by steve-lunarg · 8 years ago
  33. fe5a3ff HLSL: allow trailing commas in initializer lists & scalar initialization by steve-lunarg · 8 years ago
  34. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  35. 5964c64 HLSL: Fix a grammar error related to constructors in parenthetical expressions by steve-lunarg · 8 years ago
  36. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  37. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  38. 64076ed HLSL: Fix binary-expression associativity and termination issue. by John Kessenich · 8 years ago
  39. fea226b HLSL: Add shape conversions for scalar -> vector assigments. by John Kessenich · 8 years ago
  40. c552aec Merge pull request #417 from steve-lunarg/buffers by John Kessenich · 8 years ago
  41. 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
  42. d53f717 HLSL: add Buffer support for Load method by steve-lunarg · 8 years ago
  43. 00957f8 HLSL: Implement ?: grammar productions. by John Kessenich · 8 years ago
  44. b783d71 HLSL: Report failed assignments; some were silently not happening. by John Kessenich · 8 years ago
  45. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  46. a78b029 HLSL: Add SampleCmp and SampleCmpLevelZero texture methods by LoopDawg · 8 years ago
  47. 5d58fae HLSL: Add tx.GetDimensions method (uint returns only) by LoopDawg · 8 years ago
  48. e4821e4 Build: Fix three new warnings in HLSL code. by John Kessenich · 8 years ago
  49. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  50. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  51. 5e69ec6 HLSL: Add typedef grammar and production. by John Kessenich · 8 years ago
  52. d5ed0b6 HLSL: Mostly non-functional: simplify, rationalize, and generalize the declaration grammar. by John Kessenich · 8 years ago
  53. 0735424 HLSL: Grammar: Recognize { } style initializers for composites. by John Kessenich · 8 years ago
  54. b0a63f5 HLSL: Correctly identify which variables are global storage class. by John Kessenich · 8 years ago
  55. 532543c HLSL: Grammar: Make comma-separated declaration lists work. by John Kessenich · 8 years ago
  56. 6daaa4f HLSL: Add template style constructors for vector & matrix types by LoopDawg · 8 years ago
  57. d02dc5d HLSL: Implement switch/case/default. by John Kessenich · 8 years ago
  58. 5bc4d9a HLSL: Airplane work: break/continue/discard grammar, and decls for for/if/while. by John Kessenich · 8 years ago
  59. 19b92ff HLSL: Basic array grammar. by John Kessenich · 8 years ago
  60. 93a162a HLSL: Handle "." for structure dereference and swizzle. by John Kessenich · 8 years ago
  61. 5aa59e2 HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. by John Kessenich · 8 years ago
  62. c3387d3 HLSL: Support semantics in function parameter declarations. by John Kessenich · 8 years ago
  63. 630dd7d HLSL: Flesh out misc. declaration grammar: semantics/registers/annotations/precise/etc. by John Kessenich · 8 years ago
  64. e6e7494 HLSL: Implement basic "struct" grammar. by John Kessenich · 8 years ago
  65. 077e052 HLSL: Implement proper nesting of symbol-table scopes and identifier searching. by John Kessenich · 8 years ago
  66. 71351de HLSL: Add all int/float/bool/uint matrix types, void for functions, and a few others. by John Kessenich · 8 years ago
  67. 119f8f6 HLSL: Flesh out the loop grammar and productions. by John Kessenich · 8 years ago
  68. 0d2b6de HLSL: Attribute grammar and if-else grammar/productions. by John Kessenich · 8 years ago
  69. 21472ae HLSL: Finish skeletan of the "statement" grammar. by John Kessenich · 8 years ago
  70. 1cc1a28 HLSL: 1) Implement lookahead buffers/stacks for token advance/recede, 2) use it for cast operation. by John Kessenich · 8 years ago
  71. ef764a2 Fix for empty statement segfault. by LoopDawg · 8 years ago
  72. 0133c12 HLSL: Add more matrix types to the grammar. by John Kessenich · 8 years ago
  73. 8d72f1a Full stack: distinguish between a scalar and a vector of size 1. by John Kessenich · 8 years ago
  74. 4678ca9 HLSL: Add function call syntax and AST building. by John Kessenich · 8 years ago
  75. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 8 years ago
  76. 9c86c6a HLSL: Separate out token stream handling from grammar recognition. by John Kessenich · 8 years ago
  77. aecd497 HLSL: Abstract accepting an identifier. by John Kessenich · 8 years ago
  78. 078d7f2 HLSL: Simplify appearances a bit to make easier to read. by John Kessenich · 8 years ago
  79. 5f934b0 HLSL: Accept basic funtion definitions. (Not yet mapping input/output for entry point.) by John Kessenich · 8 years ago
  80. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 8 years ago
  81. 87142c7 HLSL: Add basic declaration syntax and AST generation. by John Kessenich · 8 years ago
  82. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 8 years ago