2016-12-21 |
John Kessenich | PP: Non-functional: clean up, simplify, completely... |
commit | commitdiff | tree | snapshot |
2016-12-20 |
John Kessenich | Merge pull request #639 from hrydgard/master |
commit | commitdiff | tree | snapshot |
2016-12-20 |
John Kessenich | Merge pull request #638 from chaoc/master |
commit | commitdiff | tree | snapshot |
2016-12-20 |
John Kessenich | PP: Non-functional: Remove custom allocator and related... |
commit | commitdiff | tree | snapshot |
2016-12-20 |
Henrik Rydgård | Add option to make it possible not to build the executables |
commit | commitdiff | tree | snapshot |
2016-12-20 |
John Kessenich | PP: Add missing i64val code. |
commit | commitdiff | tree | snapshot |
2016-12-20 |
chaoc | Add support for SPV_NV_sample_mask_override_coverage |
commit | commitdiff | tree | snapshot |
2016-12-20 |
chaoc | Merge remote-tracking branch 'refs/remotes/KhronosGroup... |
commit | commitdiff | tree | snapshot |
2016-12-19 |
John Kessenich | Build: Fix #633, add missing overrides. |
commit | commitdiff | tree | snapshot |
2016-12-19 |
John Kessenich | Merge pull request #637 from KhronosGroup/token-paste |
commit | commitdiff | tree | snapshot |
2016-12-19 |
John Kessenich | Merge pull request #624 from steve-lunarg/remapper... |
commit | commitdiff | tree | snapshot |
2016-12-19 |
John Kessenich | Merge pull request #635 from steve-lunarg/sample-fix-2 |
commit | commitdiff | tree | snapshot |
2016-12-19 |
John Kessenich | Merge pull request #625 from jbeich/gcc6 |
commit | commitdiff | tree | snapshot |
2016-12-19 |
John Kessenich | PP: Implement token pasting for PP identifiers. |
commit | commitdiff | tree | snapshot |
2016-12-19 |
steve-lunarg | HLSL: allow "sample" in expressions. |
commit | commitdiff | tree | snapshot |
2016-12-17 |
John Kessenich | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2016-12-15 |
John Kessenich | HLSL: More robust handling of bad shader input, catchin... |
commit | commitdiff | tree | snapshot |
2016-12-14 |
John Kessenich | Merge pull request #629 from null77/fix-unicode |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Jamie Madill | Change unicode dash to ASCII. |
commit | commitdiff | tree | snapshot |
2016-12-14 |
John Kessenich | Merge pull request #628 from null77/fix-cast-warn |
commit | commitdiff | tree | snapshot |
2016-12-13 |
Jamie Madill | Fix size_t to int cast warnings. |
commit | commitdiff | tree | snapshot |
2016-12-12 |
John Kessenich | Fix last commit; EOptionKeepUncalled incorrect enum... |
commit | commitdiff | tree | snapshot |
2016-12-12 |
steve-lunarg | Remapper: remove debug info for IDs stripped in other... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
John Kessenich | Linker: Eliminate uncalled functions, because they... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
John Kessenich | Linker: Track the mangled entry-point name along with... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
John Kessenich | GLSL Linker: Track entry point across compilation units. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Jan Beich | Add missing header and drop duplicate one |
commit | commitdiff | tree | snapshot |
2016-12-09 |
John Kessenich | Linker: Walk the call graph to report an error on missi... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
John Kessenich | Merge pull request #621 from steve-lunarg/recursive... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
John Kessenich | Merge pull request #619 from steve-lunarg/opcode-specif... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
John Kessenich | Merge pull request #620 from fjhenigman/foo |
commit | commitdiff | tree | snapshot |
2016-12-07 |
steve-lunarg | HLSL: Recursive composite flattening |
commit | commitdiff | tree | snapshot |
2016-12-07 |
steve-lunarg | HLSL: opcode specific promotion rules for interlocked ops |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Frank Henigman | GLSL: Always define TShader::~Includer(). |
commit | commitdiff | tree | snapshot |
2016-12-06 |
John Kessenich | Merge pull request #615 from dneto0/consistent-location... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
John Kessenich | GLSL: Allow desktop shaders to call functions from... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
John Kessenich | Merge pull request #613 from Corillian/hlslpreprocess |
commit | commitdiff | tree | snapshot |
2016-12-05 |
David Neto | runtests should refer to test files in current directory |
commit | commitdiff | tree | snapshot |
2016-12-04 |
Keith Newton | Fixed processing #include's when preprocessing HLSL |
commit | commitdiff | tree | snapshot |
2016-12-03 |
John Kessenich | Don't print the "Linked stage" message unless the AST... |
commit | commitdiff | tree | snapshot |
2016-12-03 |
John Kessenich | Merge branch 'steve-lunarg-intrinsic-promotion' |
commit | commitdiff | tree | snapshot |
2016-12-03 |
John Kessenich | Merge branch 'intrinsic-promotion' of https://github... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
John Kessenich | Merge pull request #604 from steve-lunarg/entry-rename-2 |
commit | commitdiff | tree | snapshot |
2016-12-01 |
steve-lunarg | allow renaming of shader entry point when creating... |
commit | commitdiff | tree | snapshot |
2016-11-28 |
John Kessenich | Fix non-Windows build error. |
commit | commitdiff | tree | snapshot |
2016-11-28 |
John Kessenich | HLSL: Support the constructor idiom "(struct type)0". |
commit | commitdiff | tree | snapshot |
2016-11-28 |
John Kessenich | HLSL: Support {...} initializer lists that are too... |
commit | commitdiff | tree | snapshot |
2016-11-28 |
John Kessenich | Fix crash by returning early from finalCheck() if there... |
commit | commitdiff | tree | snapshot |
2016-11-28 |
John Kessenich | Non-functional: Change a bunch of 0 to nullptr. |
commit | commitdiff | tree | snapshot |
2016-11-28 |
John Kessenich | Non-functional: Fix typos. |
commit | commitdiff | tree | snapshot |
2016-11-26 |
John Kessenich | Warn on HLSL not finding entry point. Issue #588. |
commit | commitdiff | tree | snapshot |
2016-11-26 |
John Kessenich | Non-functional: Rename some entry-point variables to... |
commit | commitdiff | tree | snapshot |
2016-11-26 |
John Kessenich | Always correctly terminate main. Issue #588, PR #600. |
commit | commitdiff | tree | snapshot |
2016-11-23 |
steve-lunarg | HLSL: add intrinsic function implicit promotions |
commit | commitdiff | tree | snapshot |
2016-11-23 |
John Kessenich | Merge pull request #601 from BearishSun/master |
commit | commitdiff | tree | snapshot |
2016-11-23 |
John Kessenich | Merge pull request #599 from steve-lunarg/gs |
commit | commitdiff | tree | snapshot |
2016-11-23 |
John Kessenich | Merge pull request #596 from steve-lunarg/hlsl-intrinsi... |
commit | commitdiff | tree | snapshot |
2016-11-23 |
John Kessenich | Merge pull request #597 from steve-lunarg/sample-keywor... |
commit | commitdiff | tree | snapshot |
2016-11-22 |
BearishSun | Adding a way to retrieve vertex attribute TType using... |
commit | commitdiff | tree | snapshot |
2016-11-22 |
steve-lunarg | WIP: HLSL: Add GS support |
commit | commitdiff | tree | snapshot |
2016-11-16 |
steve-lunarg | HLSL: allow "sample" as a valid identifier. |
commit | commitdiff | tree | snapshot |
2016-11-16 |
steve-lunarg | HLSL: use HLSL parser to parse HLSL intrinsic prototype... |
commit | commitdiff | tree | snapshot |
2016-11-15 |
John Kessenich | Test results: Fix incorrect test result caused by paral... |
commit | commitdiff | tree | snapshot |
2016-11-14 |
John Kessenich | Merge pull request #576 from steve-lunarg/uav-registers |
commit | commitdiff | tree | snapshot |
2016-11-14 |
John Kessenich | Merge pull request #592 from ChrisGautier/barrier-wg |
commit | commitdiff | tree | snapshot |
2016-11-14 |
chrgau01@arm.com | GLSL: The execution scope for barriers should be Workgroup. |
commit | commitdiff | tree | snapshot |
2016-11-14 |
John Kessenich | Merge pull request #583 from null77/fix-unref-warning |
commit | commitdiff | tree | snapshot |
2016-11-14 |
John Kessenich | Merge pull request #589 from steve-lunarg/vec1-promotio... |
commit | commitdiff | tree | snapshot |
2016-11-13 |
steve-lunarg | HLSL: allow promotion from 1-vector types to scalars... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
John Kessenich | Merge pull request #584 from steve-lunarg/attribute... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
steve-lunarg | HLSL: Allow expressions in attributes |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Jamie Madill | Fix unrefenced variable warning with AMD_EXTENSIONS... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
John Kessenich | Whole stack: Fix stale types in the AST linker object... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
steve-lunarg | Add UAV (image) binding offset and HLSL register support |
commit | commitdiff | tree | snapshot |
2016-11-01 |
John Kessenich | Merge pull request #575 from steve-lunarg/iomap-warning-fix |
commit | commitdiff | tree | snapshot |
2016-11-01 |
steve-lunarg | Fix build warnings in remapper, re-indent for glslang... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
John Kessenich | Merge pull request #572 from steve-lunarg/numthreads |
commit | commitdiff | tree | snapshot |
2016-11-01 |
John Kessenich | Merge pull request #562 from TiemoJung/io_map_control_p... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
John Kessenich | Merge pull request #570 from steve-lunarg/mintypes |
commit | commitdiff | tree | snapshot |
2016-11-01 |
John Kessenich | Merge pull request #574 from dneto0/android-has-no... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
David Neto | Use std::atoi instead of std::stoi |
commit | commitdiff | tree | snapshot |
2016-10-31 |
steve-lunarg | HLSL: Add min*{float,int,uint} types |
commit | commitdiff | tree | snapshot |
2016-10-31 |
steve-lunarg | HLSL: implement numthreads for compute shaders |
commit | commitdiff | tree | snapshot |
2016-10-29 |
John Kessenich | Merge pull request #571 from baldurk/explicit-lambda... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
baldurk | Add explicit lambda return types, for compilers without... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
t.jung | New uniform mapping handling |
commit | commitdiff | tree | snapshot |
2016-10-27 |
John Kessenich | Merge pull request #560 from jeremy-lunarg/pragmas |
commit | commitdiff | tree | snapshot |
2016-10-27 |
John Kessenich | Merge pull request #568 from steve-lunarg/logicalop-fix |
commit | commitdiff | tree | snapshot |
2016-10-27 |
John Kessenich | Merge pull request #567 from steve-lunarg/compare-fix |
commit | commitdiff | tree | snapshot |
2016-10-27 |
John Kessenich | Merge pull request #561 from jeremy-lunarg/unused |
commit | commitdiff | tree | snapshot |
2016-10-26 |
steve-lunarg | HLSL: allow component-wise operations for logical ... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
steve-lunarg | HLSL: Enable component-wise vector comparisons from... |
commit | commitdiff | tree | snapshot |
2016-10-25 |
John Kessenich | Merge pull request #565 from mre4ce/master |
commit | commitdiff | tree | snapshot |
2016-10-21 |
steve-lunarg | WIP: avoid strtok |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Jeremy Hayes | WIP: apply unused variable |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Johannes van... | update |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Johannes van... | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Johannes van... | fixed MSVC 2015 compile warnings |
commit | commitdiff | tree | snapshot |
2016-10-21 |
John Kessenich | Merge pull request #559 from steve-lunarg/samplecmp-fix |
commit | commitdiff | tree | snapshot |
2016-10-21 |
John Kessenich | Merge pull request #558 from steve-lunarg/image-atomics |
commit | commitdiff | tree | snapshot |
next |