aboutsummaryrefslogtreecommitdiff
path: root/StandAlone
AgeCommit message (Expand)Author
2016-11-01Add UAV (image) binding offset and HLSL register supportsteve-lunarg
2016-10-31Use std::atoi instead of std::stoiDavid Neto
2016-10-21WIP: avoid strtoksteve-lunarg
2016-10-15Merge pull request #548 from baldurk/vs2010-compile-fixesJohn Kessenich
2016-10-14HLSL: phase 3c: add option to use Unknown storage formatsteve-lunarg
2016-10-13Change constructor to use ()s instead of {}sbaldurk
2016-10-05Check for out-of-range bindings during IO mapping.steve-lunarg
2016-09-29Restrict uniform array flattening to sampler and texture arrays.steve-lunarg
2016-09-22Flatten uniform arrayssteve-lunarg
2016-09-20HLSL: Add location offsets per resource typesteve-lunarg
2016-08-26Disable C4996 (secure CRT) recommendation on Windows for strtok().Lei Zhang
2016-08-25WIP: SPV Remapper: add remapper test frameworksteve-lunarg
2016-08-23Non-functional: Fix commit 98f164ec488f85af5a44b701477a34e810f2deb1.John Kessenich
2016-08-21HLSL and standalone, modifying Standalone to send filename as string source, ...dankbaker
2016-08-11Merge pull request #450 from dankbaker/standalone_changeJohn Kessenich
2016-08-11Standalong: Changing -T to -S since it's a stage now instead of a targetDan Baker
2016-08-11Standalone: Changing some comments and user stringsDan Baker
2016-08-11Changing target to stageDan Baker
2016-08-08Allowing explicit specification of shader compiltion type via -T option, rath...dankbaker
2016-08-05Build: C++ headers: Replace PR #366 with a more directed version.John Kessenich
2016-07-20Versions: Update version output.John Kessenich
2016-07-09Front-end: Fix known crashes by early exit on error (issue #29, issue #34, is...John Kessenich
2016-07-08Build: Remove causes of pedantic warnings. Addresses issue #352 and PR #242.John Kessenich
2016-07-08Merge pull request #314 from mre4ce/masterJohn Kessenich
2016-07-07SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V.John Kessenich
2016-06-02For MinGW, statically link exes against basic runtimesDavid Neto
2016-05-31turn -x into an option next to -oJohannes van Waveren
2016-05-27Added -x option to save SPIR-V as 32-bit hexadecimal numbers to a text file.Johannes van Waveren
2016-05-20atoi comes from stddef.h or cstddefDavid Neto
2016-05-19Test compiling shaders with given resource limits using GTest.Lei Zhang
2016-05-19Rename DefaultResourceLimits.* to ResourceLimits.*.Lei Zhang
2016-05-05Merge pull request #268 from AWoloszyn/update-cmakeJohn Kessenich
2016-05-05Updated cmake to better organize folders and options.Andrew Woloszyn
2016-05-05Create a new logger class for all messages w.r.t. SPIR-V build.Lei Zhang
2016-05-05Avoid printing to stdout directly in library functions.Lei Zhang
2016-05-04Remove duplicated cmake_minimum_required() calls.Lei Zhang
2016-04-03Merge branch 'master' into hlsl-frontendJohn Kessenich
2016-04-02Comment: fix comment from gtest check in.John Kessenich
2016-03-31Link in Google Test framework.Lei Zhang
2016-03-21Updated the includer interface to allow relative includes.Andrew Woloszyn
2016-03-12HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser an...John Kessenich
2016-03-12Support multiple source languages, adding HLSL as an option.John Kessenich
2016-03-12Generalize "main" to a settable entry point name.John Kessenich
2016-02-27Merge pull request #175 from rdb/masterJohn Kessenich
2016-02-23SPV: Ensure Parameterize is called during DisassembleJack Andersen
2016-02-23Fix compilation issues with MSVC 2010rdb
2016-01-18Merge pull request #134 from AWoloszyn/glslangvalidator-memoryJohn Kessenich
2016-01-18Freed up some memory when no longer needed in glslangValidator.Andrew Woloszyn
2016-01-16Memory/Perf: For link-mode, isolate file I/O so API can be looped over.John Kessenich
2015-12-15Display the filename if we have output, even if validating a single file.Kenneth Perry