- d4d0b29 HLSL: add standard sample position return form of GetSamplePosition method by steve-lunarg · 8 years ago
- f8203a0 HLSL: cast non-int types to uint on Load/Store indexes by steve-lunarg · 8 years ago
- 8e26feb WIP: HLSL: structuredbuffer counter functionality by steve-lunarg · 8 years ago
- 636b62d HLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect. by John Kessenich · 8 years ago
- ccb076a HLSL: allow non-vec3 tessellation coordinate declarations by steve-lunarg · 8 years ago
- 82460b5 HLSL: Fix #805: Support cast of scalars to structures. by John Kessenich · 8 years ago
- c633f64 HLSL: Non-functional: rationalize making constructors. by John Kessenich · 8 years ago
- 067eb9b WIP: HLSL: Support InputPatch variables in patch constant functions by steve-lunarg · 8 years ago
- 08e0c08 HLSL: fix GS implementation for EP wrapping by steve-lunarg · 8 years ago
- 84a30c8 Merge pull request #774 from steve-lunarg/tess-ctrlpt-pcf by John Kessenich · 8 years ago
- e741249 HLSL: pass tessellation execution modes through to SPIR-V by steve-lunarg · 8 years ago
- 7e997e2 HLSL: Implicit bool conversions for conditional expressions and related. by John Kessenich · 8 years ago
- e752f46 HLSL: HS return is arrayed to match SPIR-V semantics by steve-lunarg · 8 years ago
- 194f0f3 HLSL: require tessellation factors to be fixed size arrays by steve-lunarg · 8 years ago
- 4dc835c Non-functional: Round of adding 'const', related to more efficient getFullNamespaceName(). by John Kessenich · 8 years ago
- 000c818 HLSL: Allow use of $Global members in between function calls. by John Kessenich · 8 years ago
- 3778979 HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. by John Kessenich · 8 years ago
- f4ba25e HLSL: Non-functional: the symbol field of a token was in practice unused; remove it. by John Kessenich · 8 years ago
- e7d0752 HLSL: use prefix for builtin functions names to avoid namespace collisions by steve-lunarg · 8 years ago
- f3d88bd HLSL non-functional: Generalize namespace nesting. by John Kessenich · 8 years ago
- 2dd643f Merge branch 'TiemoJung-semantic_handling' by John Kessenich · 8 years ago
- 088d52b HLSL: Non-functional: consolidate function declarator information. by John Kessenich · 8 years ago
- 54ee28f HLSL: Add scoping operator, accept static member functions, and support calling them. by John Kessenich · 8 years ago
- 5f12d2f HLSL: non-functional: simplify handleBuiltInMethod() to isBuiltInMethod(). by John Kessenich · 8 years ago
- 6e1d50a HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped. by John Kessenich · 8 years ago
- 88e88e5 HLSL: Non-functional: Remove dead .length() code. by John Kessenich · 8 years ago
- 516d92d HLSL: Non-functional: Drive existing method recognition by syntax, not by name. by John Kessenich · 8 years ago
- 854fe24 HLSL: Fix #747: accept 'struct' in front of previously user-defined type name. by John Kessenich · 8 years ago
- dd8287a WIP: HLSL: add structuredbuffer pass by reference in fn params by steve-lunarg · 8 years ago
- 5da1f03 HLSL: implement 4 (of 6) structuredbuffer types by steve-lunarg · 8 years ago
- 858c928 Add basic HS/DS implementation. by steve-lunarg · 8 years ago
- dd40260 HLSL: don't do a deepCopy() for typedef, as we still want to share the type graph. by John Kessenich · 8 years ago
- 65ee230 HLSL: Add tests and refine what decorations are passed through per stage/in/out. by John Kessenich · 8 years ago
- bf47286 HLSL: Move to fine-grained control for defining input/output/uniform IO types. by John Kessenich · 8 years ago
- 727b374 HLSL: Build IO types bottom up, as parsed, and cache the original (IO). by John Kessenich · 8 years ago
- 88c4464 HLSL: Have loose uniforms also go through the makeTypeNonIo() path. by John Kessenich · 8 years ago
- abd8dca HLSL: Make the entry-point shadow function have non-IO params and return. by John Kessenich · 8 years ago
- 5d3023a HLSL: Type sanitization: create non-IO types for var decl and fn param/ret by steve-lunarg · 8 years ago
- 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
- 94dfb7a Non-functional: Factor out entry-point logic from handleFunctionDefinition(). by John Kessenich · 8 years ago
- c142c88 Front-ends: Non-functional: Rationalize vector and matrix swizzles. by John Kessenich · 8 years ago
- fdf6347 HLSL: Add EOpMatrixSwizzle, selectively decomposed to other ops, for issue #670. by John Kessenich · 8 years ago
- 001dfa1 HLSL: matrix swizzle (_12, _m23) syntax, partial semantics. by John Kessenich · 8 years ago
- 7d39ad5 Mark an overriden method in a subclass with ‘override’. by Alex Szpakowski · 8 years ago
- 927608b Non-functional: White space after "//", mostly for copyrights. by John Kessenich · 8 years ago
- ecba76f Non-Functional: Whitespace, comments, replace accidentally deleted comment. by John Kessenich · 8 years ago
- ddfbbe2 Merge pull request #632 from steve-lunarg/structure-splitting by John Kessenich · 8 years ago
- c4ed950 Merge pull request #647 from steve-lunarg/default-fn-params by John Kessenich · 8 years ago
- aa6d562 HLSL: Handle const with no initializer. Fixes issue #651. by John Kessenich · 8 years ago
- 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
- 132d331 HLSL: struct splitting: assignments of hierarchical split types by steve-lunarg · 8 years ago
- a2e7531 HLSL: inter-stage structure splitting. by steve-lunarg · 8 years ago
- 9a931b3 Fix a large number of warnings about inconsistent usage of 'override' produced by clang by Henrik Rydgård · 8 years ago
- 1e275c8 HLSL: More robust handling of bad shader input, catching a few more things. by John Kessenich · 8 years ago
- a2b01a0 HLSL: Recursive composite flattening by steve-lunarg · 8 years ago
- 21b11f4 Merge branch 'intrinsic-promotion' of https://github.com/steve-lunarg/glslang into steve-lunarg-intrinsic-promotion by John Kessenich · 8 years ago
- f1e0c87 allow renaming of shader entry point when creating SPIR-V by steve-lunarg · 8 years ago
- 8ce6e2b Fix non-Windows build error. by John Kessenich · 8 years ago
- f97f2ce HLSL: Support the constructor idiom "(struct type)0". by John Kessenich · 8 years ago
- 98ad485 HLSL: Support {...} initializer lists that are too short. by John Kessenich · 8 years ago
- 517fe7a Non-functional: Rename some entry-point variables to entryPoint, not main. by John Kessenich · 8 years ago
- ef33ec0 HLSL: add intrinsic function implicit promotions by steve-lunarg · 8 years ago
- f49cdf4 WIP: HLSL: Add GS support by steve-lunarg · 8 years ago
- d3f1122 Whole stack: Fix stale types in the AST linker object nodes, fixing #557. by John Kessenich · 8 years ago
- 1868b14 HLSL: implement numthreads for compute shaders by steve-lunarg · 8 years ago
- 4f2da27 HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) by steve-lunarg · 8 years ago
- 0de16da HLSL: phase 2c: use lValueErrorCheck in HLSL FE by steve-lunarg · 8 years ago
- 9070796 HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
- 6b43d27 HLSL: phase 2a: add r-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
- de97fe0 Non-functional: Rationalizing parse helper hierarchy, step 3 (effected editable symbols and IO resize). by John Kessenich · 8 years ago
- a2a5dd4 Non-functional: Rationalizing parse helper hierarchy, step 2 (effected error messaging and cascading errors). by John Kessenich · 8 years ago
- 6dbc0a7 Support a uniform block to hold global uniform variables. by John Kessenich · 8 years ago
- e82061d HLSL: Rationalize combination of type arrayness and name arrayness. by John Kessenich · 8 years ago
- e0b9deb Flatten uniform arrays by steve-lunarg · 8 years ago
- a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
- 6fccb3c Non-functional: Sweep through the stack for consistent with "main" and entry point. by John Kessenich · 8 years ago
- f911500 HLSL: Non-functional; make flatten semantics be about aggregates, not just structures. by John Kessenich · 8 years ago
- 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
- d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
- 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
- cd0a78a HLSL: Flatten vertex input and fragment output structures. by John Kessenich · 8 years ago
- cfd7ce8 HLSL: Support register(..., spaceN) for setting the descriptor set. by John Kessenich · 8 years ago
- 7735b94 HLSL Non-Functional: Move to more robust capturing of postDecls into a qualifier. by John Kessenich · 8 years ago
- 07350f3 HLSL: Handle "fake" entry points, by undoing their built-in variable declarations. by John Kessenich · 8 years ago
- a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
- 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
- 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
- 81d4714 Merge branch 'HLSL_Semantic_Mapping' of https://github.com/dankbaker/glslang into dankbaker-HLSL_Semantic_Mapping by John Kessenich · 8 years ago
- 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
- b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
- c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
- b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
- 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
- 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
- a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
- 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
- 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
- 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
- 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
- a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago