platform/upstream/glslang.git
2016-11-28 John KessenichHLSL: Support {...} initializer lists that are too...
2016-11-28 John KessenichFix crash by returning early from finalCheck() if there...
2016-11-28 John KessenichNon-functional: Change a bunch of 0 to nullptr.
2016-11-28 John KessenichNon-functional: Fix typos.
2016-11-26 John KessenichWarn on HLSL not finding entry point. Issue #588.
2016-11-26 John KessenichNon-functional: Rename some entry-point variables to...
2016-11-26 John KessenichAlways correctly terminate main. Issue #588, PR #600.
2016-11-23 John KessenichMerge pull request #601 from BearishSun/master
2016-11-23 John KessenichMerge pull request #599 from steve-lunarg/gs
2016-11-23 John KessenichMerge pull request #596 from steve-lunarg/hlsl-intrinsi...
2016-11-23 John KessenichMerge pull request #597 from steve-lunarg/sample-keywor...
2016-11-22 BearishSunAdding a way to retrieve vertex attribute TType using...
2016-11-22 steve-lunargWIP: HLSL: Add GS support
2016-11-16 steve-lunargHLSL: allow "sample" as a valid identifier.
2016-11-16 steve-lunargHLSL: use HLSL parser to parse HLSL intrinsic prototype...
2016-11-15 John KessenichTest results: Fix incorrect test result caused by paral...
2016-11-14 John KessenichMerge pull request #576 from steve-lunarg/uav-registers
2016-11-14 John KessenichMerge pull request #592 from ChrisGautier/barrier-wg
2016-11-14 chrgau01@arm.comGLSL: The execution scope for barriers should be Workgroup.
2016-11-14 John KessenichMerge pull request #583 from null77/fix-unref-warning
2016-11-14 John KessenichMerge pull request #589 from steve-lunarg/vec1-promotio...
2016-11-13 steve-lunargHLSL: allow promotion from 1-vector types to scalars...
2016-11-11 John KessenichMerge pull request #584 from steve-lunarg/attribute...
2016-11-11 steve-lunargHLSL: Allow expressions in attributes
2016-11-09 Jamie MadillFix unrefenced variable warning with AMD_EXTENSIONS...
2016-11-05 John KessenichWhole stack: Fix stale types in the AST linker object...
2016-11-01 steve-lunargAdd UAV (image) binding offset and HLSL register support
2016-11-01 John KessenichMerge pull request #575 from steve-lunarg/iomap-warning-fix
2016-11-01 steve-lunargFix build warnings in remapper, re-indent for glslang...
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-31 steve-lunargHLSL: Add min*{float,int,uint} types
2016-10-31 steve-lunargHLSL: implement numthreads for compute shaders
2016-10-29 John KessenichMerge pull request #571 from baldurk/explicit-lambda...
2016-10-28 baldurkAdd explicit lambda return types, for compilers without...
2016-10-28 t.jungNew uniform mapping handling
2016-10-27 John KessenichMerge pull request #560 from jeremy-lunarg/pragmas
2016-10-27 John KessenichMerge pull request #568 from steve-lunarg/logicalop-fix
2016-10-27 John KessenichMerge pull request #567 from steve-lunarg/compare-fix
2016-10-27 John KessenichMerge pull request #561 from jeremy-lunarg/unused
2016-10-26 steve-lunargHLSL: allow component-wise operations for logical ...
2016-10-26 steve-lunargHLSL: Enable component-wise vector comparisons from...
2016-10-25 John KessenichMerge pull request #565 from mre4ce/master
2016-10-21 steve-lunargWIP: avoid strtok
2016-10-21 Jeremy HayesWIP: apply unused variable
2016-10-21 Johannes van... update
2016-10-21 Johannes van... Merge remote-tracking branch 'upstream/master'
2016-10-21 Johannes van... fixed MSVC 2015 compile warnings
2016-10-21 John KessenichMerge pull request #559 from steve-lunarg/samplecmp-fix
2016-10-21 John KessenichMerge pull request #558 from steve-lunarg/image-atomics
2016-10-21 John KessenichMerge pull request #555 from steve-lunarg/promotion...
2016-10-21 John KessenichMerge pull request #556 from dneto0/guard-amd-enums
2016-10-20 steve-lunargHLSL: fix defect in EOpMethodSampleCmp* texture decompo...
2016-10-19 steve-lunargMove promote methods to TIntermediate class
2016-10-19 steve-lunargHLSL: phase 4 of rwtexture support: add image atomics
2016-10-19 David NetoAdd missing guard to code that uses AMD extensions
2016-10-18 steve-lunargHLSL: Fix unary and binary operator type conversion...
2016-10-16 John KessenichHLSL: Turn on tests for groupshared.
2016-10-16 John KessenichHLSL: Support SV_Coverage and SV_DispatchThreadId;...
2016-10-16 John KessenichBuild: Fix unsigned/signed warning.
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 #550 from amdrexu/bugfix
2016-10-16 John KessenichMerge pull request #549 from steve-lunarg/multidim...
2016-10-15 Josh GargusUse a recursive mutex.
2016-10-15 steve-lunargHLSL: phase 3c: add option to use Unknown storage format
2016-10-15 steve-lunargHLSL: phase 3b: Texture methods remember and return...
2016-10-15 steve-lunargHLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifi...
2016-10-14 Rex XuSPV: Add missing extension declarations for certain...
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 steve-lunargHLSL: allow multi-dimensional arrays
2016-10-13 baldurkUpdate HexFloat tests to use non-enum class enum values
2016-10-13 baldurkChange negatable_left_shift and negatable_right_shift...
2016-10-13 baldurkChange {} constructor brackets to ()
2016-10-13 baldurkChange "using x = y;" to "typedef y x;" statements
2016-10-13 baldurkExplicitly implement default constructors
2016-10-13 baldurkAdd std::isnan and std::isinf wrappers for VS2010 that...
2016-10-13 baldurkChange enum class to plain enum
2016-10-13 baldurkChange constructor to use ()s instead of {}s
2016-10-13 baldurkAdd #include <cstdint> for std::uint32_t usage
2016-10-13 baldurkAdd strtoull wrapper for VS2010, pointing to MS impleme...
2016-10-13 baldurkGive all complex lambdas an explicit return type
2016-10-12 steve-lunargHLSL: phase 2e: introduce lower level addBinaryNode...
2016-10-12 steve-lunargHLSL: phase 2d: minor cleanup, & allow operator[] on...
2016-10-12 steve-lunargHLSL: phase 2c: use lValueErrorCheck in HLSL FE
2016-10-12 steve-lunargHLSL: phase 2b: add l-value operator[] for RWTexture...
2016-10-12 steve-lunargHLSL: phase 2a: add r-value operator[] for RWTexture...
2016-10-12 John KessenichMerge pull request #546 from yavn/OpImageQueryLod-with...
2016-10-12 Maciej JesionowskiSPV: Use SampledImage with OpImageQueryLod
2016-10-11 John KessenichMerge pull request #543 from slime73/compilerwarnings
2016-10-11 Alex Szpakowskifixup! Address some compiler warnings.
2016-10-11 John KessenichMerge pull request #544 from amdrexu/feature
2016-10-11 Rex XuSPV: Implement extension SPV_KHR_shader_draw_parameters.
2016-10-10 John KessenichMerge pull request #545 from amdrexu/bugfix
2016-10-10 Rex XuParser: Some function prototypes of interpolateAtXXX...
next