Build: Fix linux
[platform/upstream/glslang.git] / SPIRV /
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-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
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-25 John KessenichMerge pull request #901 from LoopDawg/imat-construct
2017-05-24 John KessenichHLSL: Fix #903: Don't short-circuit && or ||.
2017-05-21 LoopDawgHLSL: Add imat, umat, and bmat constructors
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-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-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-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-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-20 John KessenichSPV: Support test #pragma for generating the StorageBuf...
2017-04-13 John KessenichSPV Non-functional: fix ordering causing problems with...
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-07 Rex XuImplement the extension SPV_KHR_16bit_storage
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-03-31 John KessenichMerge pull request #774 from steve-lunarg/tess-ctrlpt-pcf
2017-03-31 steve-lunargHLSL: pass tessellation execution modes through to...
2017-03-31 John KessenichMerge pull request #797 from steve-lunarg/scalar-length
2017-03-30 John KessenichFix #809: smear scalar condition in OpSelect for select...
2017-03-29 John KessenichMerge pull request #801 from amdrexu/bugfix
2017-03-29 John KessenichMerge pull request #806 from amdrexu/bugfix2
2017-03-29 Rex XuDon't emit NV-specific interface members if NV extensio...
2017-03-29 Rex XuHLSL: Fix an issue of frexp().
2017-03-28 John KessenichFix #800 (mostly): set of Linux warnings.
2017-03-25 John KessenichFix #790: Don't emit NV-specific interface members...
2017-03-22 John KessenichHLSL: non-static member functions: track and find activ...
2017-03-20 John KessenichMerge pull request #779 from steve-lunarg/buffer-unsamp...
2017-03-20 John KessenichHLSL: Basic turn on of non-static member functions.
2017-03-16 John KessenichMerge pull request #776 from amdrexu/bugfix
2017-03-16 Rex XuSPV: Fix unexpected declarations of capability and...
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-03-11 John KessenichMerge pull request #762 from LukasBanana/master
2017-03-10 John KessenichMerge pull request #764 from steve-lunarg/imagequery...
2017-03-10 steve-lunargPreserve signedness in SPV image query ops
2017-03-01 John KessenichSPV: Fix #739: OpSelect can only operate on scalars...
2017-02-28 John KessenichMerge pull request #736 from steve-lunarg/structbuffer...
2017-02-27 John KessenichSPV: Update SPV header to official Rev. 10 of 1.0,...
2017-02-27 John KessenichSPV: Implement new extensions GL_KHX_device_group and...
2017-02-26 steve-lunargWIP: HLSL: add structuredbuffer pass by reference in...
2017-02-25 John KessenichSPV: Handle nested opaque types as function parameters.
2017-02-23 John KessenichMerge pull request #734 from steve-lunarg/ssbo-reflection
2017-02-23 John KessenichMerge pull request #733 from amdrexu/bugfix
2017-02-22 Rex XuSPV: Unexpected declarations of capabilities from NV...
2017-02-22 John KessenichMerge pull request #725 from steve-lunarg/structurebuffer
2017-02-21 steve-lunargHLSL: implement 4 (of 6) structuredbuffer types
2017-02-18 John KessenichFix issue #676: emit error message on failure to open...
2017-02-18 John KessenichSPV: Fix #723: construct vectors from matrices.
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-17 John KessenichMerge pull request #728 from MaciejJesionowskiAMD/fix...
2017-02-17 Maciej JesionowskiFix mismatched doc string for SPV_KHR_subgroup_vote
2017-02-15 John KessenichMerge pull request #724 from chaoc/master
2017-02-15 FlavioRemoved tabs and replaced with spaces. Changed layout...
2017-02-14 chaocImplement NVX_multiview_per_view_attributes
2017-02-09 John KessenichMerge pull request #707 from KhronosGroup/emit-opSelect
2017-02-09 John KessenichSPV: Implement specialization constants for ?:.
2017-02-09 John KessenichSPV: Emit OpSelect when a selection node is simple...
2017-02-09 John KessenichMerge pull request #685 from KhronosGroup/wrap-entry...
2017-02-07 John KessenichHLSL: Add tests and refine what decorations are passed...
2017-02-06 FlavioAdded --vn option to generate a C header file containin...
2017-02-02 John KessenichMerge pull request #711 from eoma/fix-friendly-speciali...
2017-01-31 Endre OmaSPV: Emit names of specialization constants
2017-01-30 John KessenichMerge pull request #706 from Ralith/install-headers
2017-01-30 Benjamin SaundersInstall headers
2017-01-26 John KessenichMerge pull request #690 from ligfx/proper_dependencies
2017-01-26 John KessenichMerge pull request #702 from resetnow/master
2017-01-26 Vlad IvanovSpvBuilder: add const specifier to vector reference...
2017-01-26 John KessenichMerge pull request #694 from mtavenrath/fix_origin_link
2017-01-24 John KessenichMerge pull request #696 from amdrexu/bugfix2
2017-01-24 John KessenichMerge pull request #695 from amdrexu/bugfix
2017-01-24 Rex XuFix a CMakeLists issue
2017-01-21 John KessenichMerge pull request #678 from chaoc/stereo_view_rendering
2017-01-21 Michael MalteseCMake: add target_link_libraries internally
2017-01-21 chaocsupport SPV_NV_viewport_array2 and SPV_NV_stereo_view_r...
next