Build: Fix linux
[platform/upstream/glslang.git] / glslang /
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-02 John KessenichHLSL: iomapper: Fix #914. Tolerate user aliasing of...
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-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-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 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-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 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-13 John KessenichMerge pull request #888 from LoopDawg/geometry-stage-mix
2017-05-12 John KessenichHLSL: Fix #884: Use promoted children, not pre-promoted...
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-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-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-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-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 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: 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 KessenichSPV: Support test #pragma for generating the StorageBuf...
2017-04-19 John KessenichMerge pull request #835 from steve-lunarg/sb-counters
2017-04-19 John KessenichHLSL: vector shape conversions for all ops: Fix #839...
2017-04-18 steve-lunargWIP: HLSL: add refection queries for structuredbuffer...
2017-04-14 steve-lunargWIP: HLSL: structuredbuffer counter functionality
2017-04-13 John KessenichHLSL: Fix #770: implicitly convert bool operands to...
2017-04-12 John KessenichHLSL: Fix #834: Report #version is an illegal command.
2017-04-12 John KessenichHLSL: Fix #758: Support character literals (except...
2017-04-12 John KessenichHLSL: Fix #803: Add shape conversions to the constant...
2017-04-12 John KessenichMerge pull request #833 from KhronosGroup/hlsl-inf...
2017-04-12 John KessenichHLSL: Support 1.#INF and -1.#INF syntax.
2017-04-12 John KessenichHLSL: Fix boolean conversion bug and add more tests...
2017-04-12 John KessenichHLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect.
2017-04-11 John KessenichHLSL: Non-functional: add vector ? : tests.
2017-04-11 John KessenichHLSL: Fix #832: don't require terminating semicolon...
2017-04-08 John KessenichMerge pull request #827 from amdrexu/feature4
2017-04-07 John KessenichNon-functional: Fix typos in comments.
2017-04-07 John KessenichHLSL: Emit the OpSource HLSL instruction for HLSL,...
2017-04-06 John KessenichSPV: Move to latest public headers.
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-04-04 John KessenichPP: Fix #783: Catch end-of-argument expansion in token...
2017-04-04 John KessenichHLSL: Fix #805: Support cast of scalars to structures.
2017-04-04 John KessenichMerge pull request #817 from steve-lunarg/isfinite
2017-04-04 John KessenichHLSL: Non-functional: rationalize making constructors.
2017-04-04 John KessenichMerge pull request #812 from steve-lunarg/PatchIO
2017-04-04 steve-lunargWIP: HLSL: Support InputPatch variables in patch consta...
next