2016-09-05 |
John Kessenich | Merge pull request #498 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2016-09-05 |
Rex Xu | Parser: Add 64-bit type conversion for specialization... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
John Kessenich | HLSL: Handle swizzles on vectors of size 1. Addresses... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
John Kessenich | HLSL: Fix issue #442, smear and truncate shape conversi... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
John Kessenich | HLSL: Handle "fake" entry points, by undoing their... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
John Kessenich | HLSL: Handle greater/less depth modes. Fixes issue... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
John Kessenich | HLSL: Error if funcion with return type doesn't return... |
commit | commitdiff | tree | snapshot |
2016-09-03 |
John Kessenich | HLSL: Correct line numbers for function definitions. |
commit | commitdiff | tree | snapshot |
2016-09-02 |
John Kessenich | SPV: Flatten structs for copy when they are GLSL type... |
commit | commitdiff | tree | snapshot |
2016-09-02 |
John Kessenich | Merge pull request #495 from steve-lunarg/remapper... |
commit | commitdiff | tree | snapshot |
2016-09-02 |
steve-lunarg | Remapper: move remapper tests into the glslangtests... |
commit | commitdiff | tree | snapshot |
2016-09-01 |
John Kessenich | SPV: Tighten up number of struct-types declared based... |
commit | commitdiff | tree | snapshot |
2016-08-31 |
John Kessenich | Front-ends: Remove now defunct afterEOF and related... |
commit | commitdiff | tree | snapshot |
2016-08-30 |
John Kessenich | HLSL: Start location numbering with the entry-point... |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | HLSL: Remove recent change to put locations on SV_TARGET*. |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | HLSL: Create test results for the previous commits. |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | Merge branch 'dankbaker-HLSL_Semantic_Mapping' |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | Merge branch 'HLSL_Semantic_Mapping' of https://github... |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | Merge pull request #490 from KhronosGroup/hlsl-output... |
commit | commitdiff | tree | snapshot |
2016-08-29 |
Dan Baker | HLSL: Setting SV_DEPTHGREATEREQUAL and SV_DEPTHLESSEQUA... |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | Merge branch 'hlsl-output-return' of github.com:Khronos... |
commit | commitdiff | tree | snapshot |
2016-08-29 |
John Kessenich | HLSL: Emulate write-to-output on return-from-entry... |
commit | commitdiff | tree | snapshot |
2016-08-28 |
John Kessenich | HLSL: Emulate write-to-output on return-from-entry... |
commit | commitdiff | tree | snapshot |
2016-08-26 |
John Kessenich | Non-functional: Add some missing const, related to... upstream/0.1 |
commit | commitdiff | tree | snapshot |
2016-08-26 |
John Kessenich | Merge pull request #488 from antiagainst/c4996-warning |
commit | commitdiff | tree | snapshot |
2016-08-26 |
Lei Zhang | Disable C4996 (secure CRT) recommendation on Windows... |
commit | commitdiff | tree | snapshot |
2016-08-26 |
John Kessenich | Merge pull request #473 from steve-lunarg/remapper... |
commit | commitdiff | tree | snapshot |
2016-08-26 |
John Kessenich | HLSL: Include shape-changing conversions in overloaded... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Dan Baker | HLSL: Format updates and some minor adjustments to... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
John Kessenich | HLSL: Allow arbitrary baseType -> baseType conversion... |
commit | commitdiff | tree | snapshot |
2016-08-25 |
steve-lunarg | WIP: SPV Remapper: add remapper test framework |
commit | commitdiff | tree | snapshot |
2016-08-25 |
Dan Baker | First stab at system value interpretation |
commit | commitdiff | tree | snapshot |
2016-08-25 |
John Kessenich | Merge pull request #483 from steve-lunarg/precise-fix-2 |
commit | commitdiff | tree | snapshot |
2016-08-25 |
steve-lunarg | HLSL: add precise keyword |
commit | commitdiff | tree | snapshot |
2016-08-25 |
John Kessenich | HLSL: Switch to generic selector, but using GLSL #versi... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
John Kessenich | Merge branch 'overloaded-400' of github.com:KhronosGrou... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
John Kessenich | Front-end: Warn for likely missed change in default... |
commit | commitdiff | tree | snapshot |
2016-08-24 |
John Kessenich | Vulkan: Have desktop shaders respect precision qualifiers. |
commit | commitdiff | tree | snapshot |
2016-08-24 |
John Kessenich | Front-End: Non-ES trigger for processing precision... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
John Kessenich | Non-functional: Fix commit 98f164ec488f85af5a44b701477a... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
John Kessenich | Merge pull request #461 from dankbaker/Error_Message_Fi... |
commit | commitdiff | tree | snapshot |
2016-08-23 |
John Kessenich | Merge pull request #476 from steve-lunarg/string-literals |
commit | commitdiff | tree | snapshot |
2016-08-23 |
John Kessenich | Merge pull request #477 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2016-08-23 |
Rex Xu | SPV: Some group invocation operations should be applied... |
commit | commitdiff | tree | snapshot |
2016-08-22 |
steve-lunarg | HLSL: Add EHTokStringConstant, so that string attribute... |
commit | commitdiff | tree | snapshot |
2016-08-21 |
John Kessenich | Front-end: Add a function selector under implicit type... |
commit | commitdiff | tree | snapshot |
2016-08-21 |
dankbaker | HLSL and standalone, modifying Standalone to send filen... |
commit | commitdiff | tree | snapshot |
2016-08-19 |
John Kessenich | Front-end/Non-functional: Add some const/auto, useful... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
John Kessenich | HLSL: Partially address issue #463: accept GLSL layout... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
John Kessenich | Merge pull request #471 from steve-lunarg/remapper... |
commit | commitdiff | tree | snapshot |
2016-08-17 |
steve-lunarg | WIP: SPIRV remapper: allow 64 bit literals in OperandVa... |
commit | commitdiff | tree | snapshot |
2016-08-15 |
John Kessenich | Merge pull request #467 from dankbaker/HLSL_Changing_de... |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Dan Baker | Updating tests, sadly every single HLSL test needs... |
commit | commitdiff | tree | snapshot |
2016-08-15 |
Dan Baker | HLSL: Changing SPIRV source language to unkown |
commit | commitdiff | tree | snapshot |
2016-08-15 |
John Kessenich | Merge pull request #466 from baldurk/minor-msvc-warning-fix |
commit | commitdiff | tree | snapshot |
2016-08-15 |
baldurk | fix x64 warning about conversion size_t -> int |
commit | commitdiff | tree | snapshot |
2016-08-12 |
John Kessenich | Merge pull request #458 from dneto0/revert-remap-64bit... |
commit | commitdiff | tree | snapshot |
2016-08-12 |
David Neto | Revert "Merge pull request #456 from steve-lunarg/remap... |
commit | commitdiff | tree | snapshot |
2016-08-12 |
John Kessenich | Merge pull request #456 from steve-lunarg/remapper... |
commit | commitdiff | tree | snapshot |
2016-08-12 |
steve-lunarg | SPIRV: allow 64 bit literals in OperandVariableLiteralI... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
John Kessenich | Merge pull request #450 from dankbaker/standalone_change |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Dan Baker | Standalong: Changing -T to -S since it's a stage now... |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Dan Baker | Standalone: Changing some comments and user strings |
commit | commitdiff | tree | snapshot |
2016-08-11 |
Dan Baker | Changing target to stage |
commit | commitdiff | tree | snapshot |
2016-08-11 |
John Kessenich | Merge pull request #427 from wesleygriffin/master |
commit | commitdiff | tree | snapshot |
2016-08-11 |
John Kessenich | Merge branch 'cpp-headers' |
commit | commitdiff | tree | snapshot |
2016-08-11 |
John Kessenich | Merge pull request #451 from steve-lunarg/stagemask-all |
commit | commitdiff | tree | snapshot |
2016-08-11 |
steve-lunarg | HLSL: Put intrinsics in symbol table for all stages |
commit | commitdiff | tree | snapshot |
2016-08-10 |
John Kessenich | Infrastructure: Make shared symbol-table cache complete... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
John Kessenich | Merge pull request #448 from steve-lunarg/promotions |
commit | commitdiff | tree | snapshot |
2016-08-09 |
steve-lunarg | HLSL: add implicit promotions for assignments and funct... |
commit | commitdiff | tree | snapshot |
2016-08-09 |
dankbaker | Allowing explicit specification of shader compiltion... |
commit | commitdiff | tree | snapshot |
2016-08-08 |
John Kessenich | Front-end: Fix issue #443: dvec3 uses only 2 components... |
commit | commitdiff | tree | snapshot |
2016-08-08 |
John Kessenich | Tests: Test base case for fixing issue #443. |
commit | commitdiff | tree | snapshot |
2016-08-08 |
John Kessenich | HLSL: Smear scalars to match vectors for relational... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
John Kessenich | Whitespace: Nonfunctional: fix inconsistent white space... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
John Kessenich | Merge pull request #436 from dankbaker/master |
commit | commitdiff | tree | snapshot |
2016-08-05 |
John Kessenich | Tests: Add some location-decoration tests, to aid PR... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
John Kessenich | Build: C++ headers: Replace PR #366 with a more directe... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Dan Baker | Merge branch 'master' of https://github.com/dankbaker... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
dankbaker | Merge pull request #2 from KhronosGroup/master |
commit | commitdiff | tree | snapshot |
2016-08-05 |
Dan Baker | Commenting out attempt to parse DX9 samplers, since... |
commit | commitdiff | tree | snapshot |
2016-08-05 |
John Kessenich | PP: Add missing atoms that effect -E mode. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
John Kessenich | Merge pull request #429 from steve-lunarg/samplers.sm5 |
commit | commitdiff | tree | snapshot |
2016-08-03 |
steve-lunarg | HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
dankbaker | Merge pull request #1 from KhronosGroup/master |
commit | commitdiff | tree | snapshot |
2016-08-03 |
John Kessenich | Merge pull request #431 from steve-lunarg/semicolon-fix |
commit | commitdiff | tree | snapshot |
2016-08-03 |
steve-lunarg | HLSL: allow semicolons between global scope declarations. |
commit | commitdiff | tree | snapshot |
2016-08-03 |
John Kessenich | Front-end: Implement 2nd task of issue #400; precision... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
John Kessenich | Merge pull request #428 from dankbaker/master |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dan Baker | Fixing some casts that warn when compiled to 64 bit... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Wesley Griffin | bump required CMake version down to 2.8.11 since no... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
John Kessenich | SPV: Prevent issue #415 with better semantic checking. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | PP: Fix issue #407; handle empty identifier. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | PP: Non-functional; fix typos and blank spaces. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | PP: Fix issue #408: # as last character in macro. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | Merge pull request #424 from steve-lunarg/initializer-fix |
commit | commitdiff | tree | snapshot |
2016-07-30 |
steve-lunarg | HLSL: allow trailing commas in initializer lists &... |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | HLSL: Add back in the [subcomponent] part of a 'registe... |
commit | commitdiff | tree | snapshot |
2016-07-30 |
John Kessenich | Merge pull request #423 from steve-lunarg/constructor... |
commit | commitdiff | tree | snapshot |
next |