Merge pull request #2974 from thoave-arm/EOpConstructAccStruct
[platform/upstream/glslang.git] / glslang / OSDependent /
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-13 John KessenichMerge pull request #337 from steve-lunarg/intrinsics
2016-06-13 John KessenichMerge pull request #338 from Nekotekina/fix1
2016-06-13 NekotekinaCompilation fix (mingw64)
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-16 John KessenichMerge pull request #284 from antiagainst/gtest-hlsl
2016-05-16 John KessenichMerge pull request #253 from amdrexu/bugfix2
2016-05-16 John KessenichMerge pull request #281 from amdrexu/bugfix
2016-05-16 John KessenichMerge pull request #282 from baldurk/android-warning-fix
2016-05-14 baldurkUse DetachThreadLinux wrapper on android
2016-05-05 John KessenichMerge branch 'feature2' of https://github.com/amdrexu...
2016-05-05 John KessenichMerge pull request #268 from AWoloszyn/update-cmake
2016-05-05 Andrew WoloszynUpdated cmake to better organize folders and options.
2016-05-04 John KessenichMerge pull request #263 from antiagainst/cmake-minimum...
2016-05-04 Lei ZhangRemove duplicated cmake_minimum_required() calls.
2016-04-04 John KessenichMerge pull request #220 from Qining/fix-built-in-spec...
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-04-03 John KessenichMerge branch 'master' of github.com:KhronosGroup/glslang
2016-04-03 John KessenichMerge pull request #217 from baldurk/vs2010-compile...
2016-04-03 John KessenichMerge pull request #219 from 1ace/master
2016-04-03 Eric Engestromfix spelling mistakes
2016-03-26 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-21 John KessenichMerge pull request #198 from AWoloszyn/update-includer
2016-03-16 John KessenichMerge pull request #203 from dneto0/wip-mingw
2016-03-16 David NetoSupport compilation via MinGW
2016-03-09 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-03-06 John KessenichMerge pull request #168 from amdrexu/feature2
2016-03-06 John KessenichMerge pull request #165 from amdrexu/feature
2016-03-04 John KessenichMerge pull request #187 from amdrexu/bugfix
2016-02-28 John KessenichMerge pull request #173 from amdrexu/bugfix
2016-02-28 John KessenichMerge pull request #175 from rdb/master
2016-02-25 John KessenichMerge pull request #174 from mgadams/alias_proto_warnings
2016-02-23 Mark AdamsFix warnings/errors for strict aliasing & function...
2016-01-19 Dejan MircevskiMerge branch 'topo' into loopgen-after-readable-order
2016-01-18 John KessenichMerge pull request #134 from AWoloszyn/glslangvalidator...
2016-01-18 John KessenichMerge pull request #133 from AWoloszyn/spirv-memory
2016-01-16 John KessenichMemory/Perf: For link-mode, isolate file I/O so API...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-12-04 John KessenichMerge pull request #107 from xorgy/fail-init-process...
2015-12-04 John KessenichMerge pull request #108 from mgadams/extensions_compile_fix
2015-12-04 John KessenichBuild: Fix CMake files to find osinclude.h
2015-12-04 John KessenichMerge pull request #105 from phaulos/generic-osinclude
2015-12-01 Pyry HaulosUse generic osinclude.h
2015-11-20 John KessenichMerge pull request #10 from baldurk/osinclude-common...
2015-11-16 baldurkRemove legacy build system
2015-11-16 baldurkAdd an osinclude.h below each OS directory, redirects...
2015-11-16 baldurkRemove include_directories from CMakeLists, to enforce...
2015-08-17 John KessenichMerge pull request #57 from google/glslang-android
2015-08-17 Andrew WoloszynFixes for compiling glslang on Android.
2015-07-11 John KessenichMerge pull request #4 from baldurk/relative-include...
2015-07-08 baldurkinclude by relative path, so root doesn't need to be...
2015-06-26 John KessenichSecond round line ending clean up, from fresh round...
2014-09-12 John KessenichHave memory counters normally turned off, to avoid...
2014-03-31 John KessenichCMake: Collapse into a single library all the libraries...
2014-03-12 John KessenichAllow choice of DLL or static CRT libraries through...
2014-03-11 John KessenichAdd CMake support for Visual Studio and installation...
2014-02-19 John KessenichAdd submitted CMake files for Linux builds. All existi...
2014-01-10 John KessenichSeveral miscellaneous portability improvements (no...
2013-11-05 John KessenichClean up/resolve a bunch of TODO, which included implem...
2013-10-04 John KessenichMake ES 100 gl_FragData be a mediump, and fix some...
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-31 John KessenichMake previous check in compile correctly on linux.
2013-07-31 John KessenichImprove multi-threading and move Standalone to a multi...
2013-07-02 John KessenichRationalize naming/access to current thread-local-stora...
2013-03-09 John KessenichGet a clean g++/gcc build. Runs and gets correct resul...
2013-03-08 John KessenichAnother round of gcc/g++ fixes.
2012-12-12 John KessenichCreate a base GLSL front-end from the 3Dlabs glslang...