platform/upstream/glslang.git
2016-07-01 John KessenichMerge pull request #363 from cdwfs/vertex_instance_id
2016-06-30 John KessenichFront-end: Don't lower precision of bit operations...
2016-06-30 John KessenichMerge pull request #364 from steve-lunarg/test-entrypoints
2016-06-30 LoopDawgHLSL: Change intrinsics tests to not use overloaded...
2016-06-30 Cort StrattonWhen parsing Vulkan GLSL, suggest gl_VertexIndex/gl_Ins...
2016-06-30 John KessenichMerge pull request #358 from amdrexu/bugfix
2016-06-30 Rex XuSPV: Certain decorations are missing for structure...
2016-06-29 John KessenichMerge pull request #357 from steve-lunarg/intrinsics
2016-06-29 John KessenichMerge pull request #267 from antiagainst/rm-test-dup
2016-06-29 John KessenichFront-end: Add missing rule for function-return implici...
2016-06-29 John KessenichFront-end: Non-functional: Move return-value handling...
2016-06-28 John KessenichFront-end: Handle simultaneous use of SPIR-V or non...
2016-06-28 Lei ZhangRemove duplicated tests from the runtests script.
2016-06-28 LoopDawgAdd asdouble, fma, & mad intrinsics and change profile...
2016-06-28 John KessenichMerge pull request #349 from steve-lunarg/intrinsics
2016-06-28 John KessenichMerge pull request #354 from yavn/fix_off_by_one_limit_...
2016-06-28 John KessenichHLSL: Airplane work: break/continue/discard grammar...
2016-06-27 Maciej JesionowskiFront-end: allow max size built-in arrays like gl_ClipD...
2016-06-21 LoopDawgAdd lerp, fix sincos return type, ret type tests, non...
2016-06-21 John KessenichMerge pull request #346 from steve-lunarg/intrinsics
2016-06-20 LoopDawgAdd HLSL memory barrier intrinsics, fix dst, add lit...
2016-06-19 John KessenichHLSL: Basic array grammar.
2016-06-17 John KessenichHLSL: Handle "." for structure dereference and swizzle.
2016-06-17 John KessenichHLSL: Map parameter qualifiers from generic to function...
2016-06-17 John KessenichHLSL: Support semantics in function parameter declarations.
2016-06-17 John KessenichFront-end: Implement GL_EXT_shader_non_constant_global_...
2016-06-17 John KessenichSPV: Non-functional: Condense SPV-related versioning...
2016-06-16 John KessenichSPV: projective texturing: move the project coordinate.
2016-06-16 John KessenichSPV non-functional: minor readability improvements...
2016-06-15 John KessenichFront-end ESSL: require precision declarations for...
2016-06-15 John KessenichFront-end: Make ES floatBitsToInt/intBitsToFloat/etc...
2016-06-15 John KessenichSPV: Update to spec. decisions (and issue #205) for...
2016-06-14 John KessenichMerge pull request #339 from steve-lunarg/intrinsics
2016-06-14 John KessenichMerge pull request #340 from dneto0/const-key-in-std...
2016-06-14 David NetoTracking allocator must use const key
2016-06-14 LoopDawgImplement atomic ops, bit conversions, fix fwidth stage...
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-13 John KessenichHLSL: Flesh out misc. declaration grammar: semantics...
2016-06-13 John KessenichHLSL: Implement basic "struct" grammar.
2016-06-10 LoopDawgAdd decompositions for some HLSL intrinsics.
2016-06-10 John KessenichMerge pull request #335 from jekstrand/sampler-params
2016-06-09 John KessenichHLSL: Implement proper nesting of symbol-table scopes...
2016-06-09 John KessenichHLSL: Add all int/float/bool/uint matrix types, void...
2016-06-09 Jason EkstrandGlslangToSpv: Pass the pointer directly into the client...
2016-06-09 Jason EkstrandTypes: Add an isOpaque() helper
2016-06-09 Jason EkstrandGlslangToSpv: Properly handle opaque types in Translate...
2016-06-08 John KessenichMerge pull request #333 from dneto0/defer-capabilities...
2016-06-08 David NetoDefer capability decl for ClipDistance, CullDistance...
2016-06-08 John KessenichMerge pull request #331 from jherico/jherico-patch-1
2016-06-07 Brad DavisFix Ubuntu 16.10 build
2016-06-06 John KessenichMerge pull request #128 from dekimir/clang-format
2016-06-06 John KessenichFront-end: Fix issue #146: which versions allow double...
2016-06-06 Dejan MircevskiRevert SpvBuilder.* to master versions.
2016-06-06 Dejan MircevskiIncrease column limit to 120.
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-06-05 John KessenichFront-end: Fix issue #147: ensure layout(index=N) has...
2016-06-05 John KessenichHLSL: Flesh out the loop grammar and productions.
2016-06-05 John KessenichHLSL: Attribute grammar and if-else grammar/productions.
2016-06-04 John KessenichHLSL: Finish skeletan of the "statement" grammar.
2016-06-03 John KessenichHLSL: 1) Implement lookahead buffers/stacks for token...
2016-06-03 John KessenichMerge pull request #328 from steve-lunarg/intrinsics
2016-06-03 LoopDawgAdd negative intrinsics tests
2016-06-03 John KessenichMerge pull request #327 from steve-lunarg/empty-stateme...
2016-06-03 LoopDawgFix for empty statement segfault.
2016-06-03 John KessenichMerge pull request #326 from greg-lunarg/greg-mr4
2016-06-03 John KessenichMerge pull request #322 from steve-lunarg/intrinsics
2016-06-03 GregFremapper: do not eliminate interface variables in dce...
2016-06-03 LoopDawgInitial implementation of direct-mapped subset of HLSL...
2016-06-03 John KessenichMerge pull request #323 from dneto0/mingw-static-link...
2016-06-03 John KessenichSPV: Fix issue #320: Fetch needs to extract the image.
2016-06-02 David NetoFor MinGW, statically link exes against basic runtimes
2016-06-02 John KessenichMerge pull request #311 from jherico/debug_postfix
2016-06-02 John KessenichMerge pull request #317 from iostrowsINTEL/double_matri...
2016-06-01 iostrowsFix double matrix creation
2016-05-31 John KessenichFront-end: Complete GL_ARB_compute_shader, previous...
2016-05-31 John KessenichFront-end: Complete GL_ARB_compute_shader implementation.
2016-05-30 John KessenichFix issue #313: Catch internal attempts to modify built...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-25 John KessenichMerge pull request #309 from jekstrand/sampler-params
2016-05-25 John KessenichMerge pull request #308 from thp/multiple-es-compilatio...
2016-05-25 Jason EkstrandSPV: Don't shadow sampler parameters when performing...
2016-05-25 Brad DavisProduce different names for files in debug builds on...
2016-05-25 Thomas PerlCheck for linking multiple ES shaders to the same stage
2016-05-24 Thomas PerlFix test case for the "empty" linker test case
2016-05-24 Thomas PerlUse version/profile from first compilation stage
2016-05-24 Thomas PerlAdd test case: Link 2 ESSL fragment shader units
2016-05-24 John KessenichMerge pull request #306 from johnkslang/finish-spec...
2016-05-24 John KessenichVulkan: Finish semantics for what creates spec-const...
2016-05-23 John KessenichMerge pull request #305 from steve-lunarg/intrinsics
2016-05-23 LoopDawgAdd base class TParseables for intrinsic / builtin...
2016-05-23 John KessenichMerge pull request #302 from amdrexu/bugfix
2016-05-21 Rex XuSPV: Fix an issue of interpolation decoration.
2016-05-20 John KessenichKHR_vulkan_glsl: name mangle distinguish pure textures.
2016-05-20 John KessenichSPV: Don't put locations on OpTypeStruct. Related to...
2016-05-20 John KessenichMerge pull request #301 from dneto0/fix-android-build...
2016-05-20 David Netoatoi comes from stddef.h or cstddef
2016-05-20 John KessenichMerge pull request #297 from antiagainst/config-tests
2016-05-20 John KessenichMerge pull request #300 from Qining/fix-slow-down-in...
next