- 0fe106a AST: Have type deepCopy() preserve type graphs as graphs. by John Kessenich · 8 years ago
- 02467d8 HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. by John Kessenich · 8 years ago
- 18adbdb Resolve issue #700: allow initializers on struct members. by John Kessenich · 8 years ago
- 32fd5d2 Memory/constructor/warning clean-up. Addresses issue #705. by John Kessenich · 8 years ago
- f1aeac8 Merge pull request #711 from eoma/fix-friendly-specialization-name by John Kessenich · 8 years ago
- ad58d45 SPV: Emit names of specialization constants by Endre Oma · 8 years ago
- 7e134cd Merge pull request #706 from Ralith/install-headers by John Kessenich · 8 years ago
- 5a07453 Install headers by Benjamin Saunders · 8 years ago
- 62c3e40 Fix bug from PR #678: NV_EXTENSIONS deleted implicit array sizing. by John Kessenich · 8 years ago
- 82e0e58 Fix issue #693. Ternary operator on void type. by John Kessenich · 8 years ago
- c0904c1 Merge pull request #690 from ligfx/proper_dependencies by John Kessenich · 8 years ago
- 2918a2e README: point to HLSL status issues by John Kessenich · 8 years ago
- 24ed24d Merge pull request #702 from resetnow/master by John Kessenich · 8 years ago
- 689490f SpvBuilder: add const specifier to vector reference arguments by Vlad Ivanov · 8 years ago
- 7275486 Merge pull request #694 from mtavenrath/fix_origin_link by John Kessenich · 8 years ago
- 7b89e75 Use correct OriginUpperLeft when linking more than one shader. by Markus Tavenrath · 8 years ago
- 047a6a4 Merge pull request #696 from amdrexu/bugfix2 by John Kessenich · 8 years ago
- ab9e5e9 Merge pull request #695 from amdrexu/bugfix by John Kessenich · 8 years ago
- 00d54b4 Semantics: Texture clamp functions are available for fragment shader only. by Rex Xu · 8 years ago
- c708f98 Fix a CMakeLists issue by Rex Xu · 8 years ago
- 2043da9 Merge pull request #692 from hrydgard/no-nvextensions-build-fix by John Kessenich · 8 years ago
- bec5fc8 Fix build if NV_EXTENSIONS is not set by Henrik Rydgard · 8 years ago
- 64b010f Merge pull request #678 from chaoc/stereo_view_rendering by John Kessenich · 8 years ago
- 6077a19 CMake: add target_link_libraries internally by Michael Maltese · 8 years ago
- 771d89f support SPV_NV_viewport_array2 and SPV_NV_stereo_view_rendering by chaoc · 8 years ago
- 52fceb0 Merge pull request #689 from mikew-lunarg/master by John Kessenich · 8 years ago
- 4e9e400 Fix for not-handled-in-switch warnings by Mike Weiblen · 8 years ago
- c37f8d6 Merge pull request #683 from rdb/master by John Kessenich · 8 years ago
- a2f0e0e Fix compilation with MSVC 2010 by rdb · 8 years ago
- 22f25d8 Merge pull request #682 from steve-lunarg/split-copy-fix by John Kessenich · 8 years ago
- d3aea5e Merge pull request #679 from ashwinkolhe/akolhe_spv_khr_subgroup_vote by John Kessenich · 8 years ago
- 7dccb15 SPV: Merge pull request #675 from amdrexu/feature by John Kessenich · 8 years ago
- e48b8d7 Infrastructure: remove potential memory leaks. by John Kessenich · 8 years ago
- 65cdff9 HLSL: fix dereferencing when copying split structures with arrays by steve-lunarg · 8 years ago
- 430ef40 Implement new revision of extension GL_AMD_shader_ballot by Rex Xu · 8 years ago
- 94dfb7a Non-functional: Factor out entry-point logic from handleFunctionDefinition(). by John Kessenich · 8 years ago
- c720f3e Implement SPV_KHR_subgroup_vote by Ashwin Kolhe · 8 years ago
- 33dadd1 Fix build break for non-VS. by John Kessenich · 8 years ago
- 4425153 Non-functional: Fix round of compiler warnings. by John Kessenich · 8 years ago
- c142c88 Front-ends: Non-functional: Rationalize vector and matrix swizzles. by John Kessenich · 8 years ago
- 0a76a18 Merge pull request #656 from TiemoJung/overload_fix 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
- 913e3b6 PP: Clean up and rationalize floating-point-number scanner. by John Kessenich · 8 years ago
- e86fc09 Merge pull request #664 from steve-lunarg/stage-io-fix by John Kessenich · 8 years ago
- dc1a819 Infrastructure: Support standard build with ENABLE_HLSL set to off. by John Kessenich · 8 years ago
- 65d538c Infrastructure: Protect against missing built-in symbol table generators. by John Kessenich · 8 years ago
- ce80197 Merge pull request #663 from KhronosGroup/full-include-semantics by John Kessenich · 8 years ago
- eaecfe7 Merge pull request #668 from slime73/DisableHLSL by John Kessenich · 8 years ago
- ff21a25 Change disabled-by-default DISABLE_HLSL option to enabled-by-default ENABLE_HLSL. by Alex Szpakowski · 8 years ago
- 46d5428 WIP: add other builtins to interstage IO by steve-lunarg · 8 years ago
- 84eabf7 Add a CMake option to disable compilation of HLSL input support. by Alex Szpakowski · 8 years ago
- 5d89d4d Merge pull request #667 from slime73/Compiler-Warnings by John Kessenich · 8 years ago
- 5f316d9 Reorder initializer fields to match variable declaration order (or vice versa) for several class constructors. by Alex Szpakowski · 8 years ago
- 844dd45 Add a virtual destructor to a class which has virtual methods. by Alex Szpakowski · 8 years ago
- 7d39ad5 Mark an overriden method in a subclass with ‘override’. by Alex Szpakowski · 8 years ago
- facde2c PP #include: address PR feedback. by John Kessenich · 8 years ago
- 63204c2 External interface change: PP: Full <> and "" semantics for the Includer. by John Kessenich · 8 years ago
- 2508602 PP #include non-functional: consistent notation for "header" and "header name". by John Kessenich · 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
- 3dd3229 Merge pull request #661 from KhronosGroup/fix-include-error-paths by John Kessenich · 8 years ago
- 1b1defd PP: #include: simplify the different paths out of #include. by John Kessenich · 8 years ago
- 28d3133 PP: #include: add names to error messages, so that lexical analysis can be tested. by John Kessenich · 8 years ago
- 64285c9 Non-functional: Very minor clean up. by John Kessenich · 8 years ago
- acb9076 Merge pull request #650 from steve-lunarg/lvalue-swizzle-fix by John Kessenich · 8 years ago
- 085b833 HLSL: Fix issue #658: Don't adopt initializer constness from declaration. by John Kessenich · 8 years ago
- bf9a2f3 Merge pull request #648 from steve-lunarg/type-identifiers by John Kessenich · 8 years ago
- ddfbbe2 Merge pull request #632 from steve-lunarg/structure-splitting by John Kessenich · 8 years ago
- 5abd308 Merge pull request #659 from steve-lunarg/d3dcolortoubyte4 by John Kessenich · 8 years ago
- c4ed950 Merge pull request #647 from steve-lunarg/default-fn-params by John Kessenich · 8 years ago
- 7ea7ff4 Add EOpD3DCOLORtoUBYTE4 decomposition by steve-lunarg · 8 years ago
- affc266 PP: Recognize <> style #include header names. I.e., #include <header-name>. by John Kessenich · 8 years ago
- cd6829b HLSL: allow destination swizzles when writing RWTexture/RWBuffer objects. by steve-lunarg · 8 years ago
- faa720f PP: Fix issue #426, recover from bad-source macro expansion. by John Kessenich · 8 years ago
- bc5196c SPV: Fix issue #369, don't support gl_NumSamples -> SPIR-V. by John Kessenich · 8 years ago
- f37f4d2 HLSL: Fix issue #646: map SV_DispatchThreadID -> GlobalInvocationID. by John Kessenich · 8 years ago
- 84e5920 updates overload handling to be more careful when allowing overloads over texture types by t.jung · 8 years ago
- aa6d562 HLSL: Handle const with no initializer. Fixes issue #651. by John Kessenich · 8 years ago
- 5386484 HLSL: Support empty {} initializers for arrays and scalars. by John Kessenich · 8 years ago
- 26d3145 HLSL default function parameters by steve-lunarg · 8 years ago
- 5ca85ad HLSL: allow scalar type keywords as identifiers, and add half type support. 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
- 807a0d9 Merge pull request #640 from chaoc/modify-shader-ballot by John Kessenich · 8 years ago
- f48faec PP: Non-functional: Make a proper class out of the atom <-> string mapping. by John Kessenich · 8 years ago
- f200da8 Modify shader ballot extension by adding OpSubgroupReadInvocationKHR by chaoc · 8 years ago
- 224b1f7 PP: Support operator creation with token pasting. by John Kessenich · 8 years ago
- 0c4b7c9 PP: Rationalize names of tokens. by John Kessenich · 8 years ago
- 2dcdda9 Merge pull request #641 from chaoc/passthrough by John Kessenich · 8 years ago
- 906b0a3 Merge pull request #644 from hrydgard/override-warning-fixes by John Kessenich · 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
- 907aabb PP: Non-functional: Only use string <-> atom mapping when needed. by John Kessenich · 8 years ago
- 54af2de PP: Non-functional: rationalize TPpToken. by John Kessenich · 8 years ago
- 1fbb9c1 PP: Non-functional: clean up, simplify, completely identical operation. by John Kessenich · 8 years ago
- 6e5acae Add support for SPV_NV_geometry_shader_passthrough by chaoc · 8 years ago
- 3c264ce Merge pull request #639 from hrydgard/master by John Kessenich · 8 years ago
- 7a21a11 Merge pull request #638 from chaoc/master by John Kessenich · 8 years ago
- b8387c8 PP: Non-functional: Remove custom allocator and related improvements. by John Kessenich · 8 years ago
- 868746a Add option to make it possible not to build the executables by Henrik Rydgård · 8 years ago