platform/upstream/glslang.git
2017-06-06 Jeremy HayesBuild: Fix linux
2017-06-06 John KessenichHLSL: Fix #919: for-init-statement is arbitrary declara...
2017-06-05 John KessenichGLSL: replace general missing functionality with specif...
2017-06-05 John KessenichMerge pull request #912 from amdrexu/feature
2017-06-05 Rex XuImplement the extension GL_AMD_texture_gather_bias_lod
2017-06-04 John KessenichGLSL: Fix bug setting component=0 for an auto-location...
2017-06-04 John KessenichGLSL: Error when using location on an arrayed block.
2017-06-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
2017-06-03 John KessenichMerge pull request #915 from LoopDawg/subvec4-intrinsic
2017-06-03 John KessenichMerge pull request #905 from KhronosGroup/flatten-opaqu...
2017-06-03 John KessenichHLSL: Convert run-time sampler assignments to compile...
2017-06-02 John KessenichSPV: When passing structs of opaque types, flatten...
2017-06-02 John KessenichHLSL: iomapper: Fix #914. Tolerate user aliasing of...
2017-06-01 LoopDawgHLSL: add test coverage for sub-vec4 texture intrinsics
2017-06-01 John KessenichMerge pull request #907 from KhronosGroup/include
2017-06-01 John KessenichMerge pull request #913 from amdrexu/bugfix
2017-06-01 John KessenichHLSL: Add an Includer to handle #include.
2017-06-01 Rex XuParser: Add missing codes for float16
2017-06-01 John KessenichMerge pull request #911 from KhronosGroup/debug-info
2017-06-01 John KessenichSPV: Debug output: Include OpLine information for execu...
2017-05-31 John KessenichSPV: Add OpSource shader source code and file name.
2017-05-29 John KessenichMerge pull request #856 from TiemoJung/texture_upgrade
2017-05-29 t.jungPure Texture to Sampled Texture Transform
2017-05-25 John KessenichMerge pull request #901 from LoopDawg/imat-construct
2017-05-25 John KessenichSPV: Fix #904: Correctly check for built-in block redec...
2017-05-24 John KessenichHLSL: Fix #903: Don't short-circuit && or ||.
2017-05-24 John KessenichHLSL: Fix #902: Incorrect protection against zero argum...
2017-05-21 LoopDawgHLSL: Add imat, umat, and bmat constructors
2017-05-20 John KessenichFix #373: Implicitly make gl_FragColor a location=0...
2017-05-20 John KessenichSPV: Correctly enforce 'location' presence on in/out...
2017-05-20 John KessenichMerge pull request #900 from LoopDawg/tx-overloads
2017-05-20 John KessenichMore non-determinism fixed.
2017-05-20 John KessenichFix C++ portability, non-deterministic order of argumen...
2017-05-20 John KessenichFix #857: Convert uniform int to local bool for struct...
2017-05-20 John KessenichHLSL: Don't do logical short-circuits when the operands...
2017-05-20 LoopDawgHLSL: allow name mangling based on texture template...
2017-05-19 Lei ZhangRemove empty cpp files
2017-05-19 John KessenichMerge pull request #896 from KhronosGroup/spv-location
2017-05-19 John KessenichMerge pull request #897 from LoopDawg/remap-specconstop...
2017-05-18 LoopDawgRemapper: handle embedded opcode in OpSpecConstantOp
2017-05-18 John KessenichSPV: Give error on not assigning locations to I/O.
2017-05-17 John KessenichMerge pull request #860 from steve-lunarg/sb-counter...
2017-05-17 John KessenichMerge pull request #893 from KhronosGroup/member-call
2017-05-17 steve-lunargWIP: HLSL: add ability to pass struct buffers with...
2017-05-17 John KessenichHLSL: Implement member functions calling member functions.
2017-05-16 John KessenichMerge pull request #852 from steve-lunarg/declared...
2017-05-15 steve-lunargWIP: track declared builtin type [proposal]
2017-05-15 John KessenichMerge pull request #890 from LoopDawg/mip-operator
2017-05-15 LoopDawgHLSL: add .mips[][] operator for texture types
2017-05-13 John KessenichMerge pull request #889 from antiagainst/travis-android
2017-05-13 Lei ZhangCheck Android build on Travis CI.
2017-05-13 John KessenichMerge pull request #888 from LoopDawg/geometry-stage-mix
2017-05-13 LoopDawgHLSL: allow GS-specific methods in other stages
2017-05-12 John KessenichHLSL: Fix #884: Use promoted children, not pre-promoted...
2017-05-12 John KessenichMerge pull request #886 from antiagainst/unordered-set
2017-05-12 Lei ZhangUse unordered_set in ReadableOrderTraverser.
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] Add include guards (#pragma once) to...
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-05-10 John KessenichBuild fix: Make string assignment simpler to avoid...
2017-05-08 John KessenichBuild: Fix portability in previous commit.
2017-05-08 John KessenichSPV: Support texelFetch() on a textureBuffer (no sampler).
2017-05-05 John KessenichSPV: Emit extension for using StorageClassStorageBuffer.
2017-05-04 John KessenichMerge pull request #878 from steve-lunarg/unroll-hint
2017-05-03 steve-lunargHLSL: implement [unroll] and [loop] attributes
2017-05-03 John KessenichMerge pull request #877 from steve-lunarg/warn-fix1
2017-05-03 steve-lunargFix iomapper build warnings
2017-05-02 John KessenichMerge pull request #873 from steve-lunarg/gathercmp
2017-05-02 steve-lunargHLSL: Implement missing GatherCmp
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 SeifertMake test suite optional by using CTest
2017-04-28 David SeifertModernise CMake
2017-04-28 John KessenichMerge pull request #868 from TiemoJung/two_pass_io_remap
2017-04-28 John KessenichMerge pull request #867 from steve-lunarg/emptyinit
2017-04-28 t.jungNotification phase for io remapper
2017-04-28 steve-lunargHLSL: Allow empty struct initializers
2017-04-27 John KessenichHLSL: Turn on hlsl-offsets by default for HLSL-source...
2017-04-27 John KessenichMerge pull request #859 from steve-lunarg/sampleposition
2017-04-26 steve-lunargHLSL: add standard sample position return form of GetSa...
2017-04-25 John KessenichMerge pull request #855 from steve-lunarg/constantbuffer
2017-04-25 steve-lunargHLSL: Add ConstantBuffer<T> syntax
2017-04-22 John KessenichMerge pull request #851 from dgkoch/dgkoch_build_fixes3
2017-04-21 Daniel KochFix Android build errors
2017-04-21 John KessenichMerge pull request #849 from steve-lunarg/samplercmp...
2017-04-21 steve-lunargHLSL: add error for expected comparison sampler in...
2017-04-21 John KessenichHLSL: Fix #846: support mixed ternary types.
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-lunargHLSL: fix for byte address buffers in fn parmeters
2017-04-20 steve-lunargHLSL: add readonly qualifier to tbuffer, so they end...
2017-04-20 steve-lunargWIP: HLSL: hlsl register class iomapping
2017-04-20 John KessenichGLSL: Fix #822: Improve information given for syntax...
2017-04-20 John KessenichHLSL: Fix #96: Support do-while loop substatements...
next