Build: Fix linux
[platform/upstream/glslang.git] / StandAlone /
2017-06-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
2017-06-01 John KessenichMerge pull request #907 from KhronosGroup/include
2017-06-01 John KessenichHLSL: Add an Includer to handle #include.
2017-06-01 John KessenichMerge pull request #911 from KhronosGroup/debug-info
2017-05-31 John KessenichSPV: Add OpSource shader source code and file name.
2017-05-19 John KessenichMerge pull request #896 from KhronosGroup/spv-location
2017-05-18 John KessenichSPV: Give error on not assigning locations to I/O.
2017-05-10 John KessenichMerge pull request #880 from aras-p/master
2017-05-10 John KessenichMerge pull request #874 from xlpiao/DescriptorSet-and...
2017-05-10 Aras Pranckevicius[lumped builds] Only define _CRT_SECURE_NO_WARNINGS...
2017-05-10 Hyangran ParkHLSL: Manually configure descriptor set and binding...
2017-04-30 John KessenichMerge pull request #870 from SoapGentoo/cmake-fixes
2017-04-29 David SeifertModernise CMake #2
2017-04-29 John KessenichMerge pull request #869 from KhronosGroup/revert-828...
2017-04-29 John KessenichRevert "Modernise CMake"
2017-04-29 John KessenichMerge pull request #828 from SoapGentoo/fixes
2017-04-28 David SeifertModernise CMake
2017-04-21 John KessenichMerge pull request #847 from steve-lunarg/sb-param-fix
2017-04-21 John KessenichMerge pull request #842 from steve-lunarg/sb-cast
2017-04-21 John KessenichMerge pull request #840 from steve-lunarg/iomap-hlsl
2017-04-20 steve-lunargWIP: HLSL: hlsl register class iomapping
2017-04-06 John KessenichMerge pull request #823 from steve-lunarg/tess-coord...
2017-04-05 John KessenichSPV: Fix #807: use --hlsl-offsets to allow hlsl-style...
2017-04-04 John KessenichMerge branch 'jantlo-cpp11-feat'
2017-04-04 John KessenichMerge branch 'cpp11-feat' of https://github.com/jantlo...
2017-04-04 Juan LopezThis refactor the StandAlone and WorkList files in...
2017-03-16 John KessenichFix #777: don't parse .suffix if <stage> is provided.
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-02-23 John KessenichMerge pull request #734 from steve-lunarg/ssbo-reflection
2017-02-22 steve-lunargAdd reflection queries for thread local size and ssbo...
2017-02-18 John KessenichFix issue #676: emit error message on failure to open...
2017-02-18 John KessenichMerge pull request #727 from jekstrand/image-load-formatted
2017-02-17 Graham WihlidalMerge pull request #1 from KhronosGroup/master
2017-02-17 John KessenichMerge pull request #720 from flaviobortot/master
2017-02-15 FlavioRemoved tabs and replaced with spaces. Changed layout...
2017-02-06 FlavioAdded --vn option to generate a C header file containin...
2017-01-26 John KessenichMerge pull request #690 from ligfx/proper_dependencies
2017-01-21 Michael MalteseCMake: add target_link_libraries internally
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-12 John KessenichMerge pull request #664 from steve-lunarg/stage-io-fix
2017-01-11 John KessenichInfrastructure: Support standard build with ENABLE_HLSL...
2017-01-11 John KessenichMerge pull request #663 from KhronosGroup/full-include...
2017-01-10 John KessenichMerge pull request #668 from slime73/DisableHLSL
2017-01-09 Alex SzpakowskiChange disabled-by-default DISABLE_HLSL option to enabl...
2017-01-09 Alex SzpakowskiAdd a CMake option to disable compilation of HLSL input...
2017-01-06 John KessenichPP #include: address PR feedback.
2017-01-06 John KessenichExternal interface change: PP: Full <> and "" semantics...
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-12-19 John KessenichMerge pull request #624 from steve-lunarg/remapper...
2016-12-19 John KessenichMerge pull request #625 from jbeich/gcc6
2016-12-12 John KessenichFix last commit; EOptionKeepUncalled incorrect enum...
2016-12-10 John KessenichLinker: Eliminate uncalled functions, because they...
2016-12-05 John KessenichMerge pull request #613 from Corillian/hlslpreprocess
2016-12-03 John KessenichMerge branch 'intrinsic-promotion' of https://github...
2016-12-02 John KessenichMerge pull request #604 from steve-lunarg/entry-rename-2
2016-12-01 steve-lunargallow renaming of shader entry point when creating...
2016-11-14 John KessenichMerge pull request #576 from steve-lunarg/uav-registers
2016-11-01 steve-lunargAdd UAV (image) binding offset and HLSL register support
2016-11-01 John KessenichMerge pull request #572 from steve-lunarg/numthreads
2016-11-01 John KessenichMerge pull request #562 from TiemoJung/io_map_control_p...
2016-11-01 John KessenichMerge pull request #570 from steve-lunarg/mintypes
2016-11-01 John KessenichMerge pull request #574 from dneto0/android-has-no...
2016-10-31 David NetoUse std::atoi instead of std::stoi
2016-10-27 John KessenichMerge pull request #560 from jeremy-lunarg/pragmas
2016-10-21 steve-lunargWIP: avoid strtok
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-16 John KessenichMerge pull request #548 from baldurk/vs2010-compile...
2016-10-16 John KessenichMerge pull request #551 from steve-lunarg/rwbuffers-fmt
2016-10-16 John KessenichMerge pull request #539 from schwa423/linux_global_lock
2016-10-16 John KessenichMerge pull request #549 from steve-lunarg/multidim...
2016-10-15 steve-lunargHLSL: phase 3c: add option to use Unknown storage format
2016-10-13 John KessenichMerge pull request #542 from steve-lunarg/rwbuffers
2016-10-13 John KessenichMerge pull request #538 from steve-lunarg/iomap-binding...
2016-10-13 baldurkChange constructor to use ()s instead of {}s
2016-10-05 steve-lunargCheck for out-of-range bindings during IO mapping.
2016-10-01 John KessenichMerge pull request #532 from steve-lunarg/automap-offsets
2016-10-01 John KessenichMerge pull request #527 from steve-lunarg/array-flatten...
2016-09-29 steve-lunargRestrict uniform array flattening to sampler and textur...
2016-09-22 John KessenichMerge pull request #516 from amdrexu/feature3
2016-09-22 John KessenichHLSL: Merge pull request #515 from steve-lunarg/flatten...
2016-09-22 steve-lunargFlatten uniform arrays
2016-09-21 John KessenichMerge pull request #514 from steve-lunarg/binding-map-3
2016-09-21 steve-lunargHLSL: Add location offsets per resource type
2016-08-29 John KessenichMerge branch 'HLSL_Semantic_Mapping' of https://github...
2016-08-26 John KessenichMerge pull request #488 from antiagainst/c4996-warning
2016-08-26 Lei ZhangDisable C4996 (secure CRT) recommendation on Windows...
2016-08-26 John KessenichMerge pull request #473 from steve-lunarg/remapper...
2016-08-25 steve-lunargWIP: SPV Remapper: add remapper test framework
2016-08-24 John KessenichMerge branch 'overloaded-400' of github.com:KhronosGrou...
2016-08-23 John KessenichNon-functional: Fix commit 98f164ec488f85af5a44b701477a...
2016-08-23 John KessenichMerge pull request #461 from dankbaker/Error_Message_Fi...
2016-08-21 dankbakerHLSL and standalone, modifying Standalone to send filen...
2016-08-15 John KessenichMerge pull request #466 from baldurk/minor-msvc-warning-fix
2016-08-11 John KessenichMerge pull request #450 from dankbaker/standalone_change
2016-08-11 Dan BakerStandalong: Changing -T to -S since it's a stage now...
2016-08-11 Dan BakerStandalone: Changing some comments and user strings
2016-08-11 Dan BakerChanging target to stage
2016-08-11 John KessenichMerge pull request #427 from wesleygriffin/master
next