projects
/
platform
/
upstream
/
glslang.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/glslang.git
2017-03-31
steve-lunarg
HLSL: fix crash on empty sequence node passed to intrin...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
John Kessenich
Merge pull request #797 from steve-lunarg/scalar-length
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
John Kessenich
HLSL: Fix #802: Preserve promoted child under ! operator.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
John Kessenich
HLSL: Implicit bool conversions for conditional express...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-30
John Kessenich
HLSL: Add namespace grammar and some basic semantics.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-30
John Kessenich
Fix #809: smear scalar condition in OpSelect for select...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-30
John Kessenich
Non-functional: Round of adding 'const', related to...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
John Kessenich
Merge pull request #801 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
John Kessenich
Merge pull request #806 from amdrexu/bugfix2
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Rex Xu
Don't emit NV-specific interface members if NV extensio...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Rex Xu
HLSL: Fix an issue of frexp().
commit
|
commitdiff
|
tree
|
snapshot
2017-03-29
Rex Xu
HLSL: Move frexp() to a separate test file.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-28
John Kessenich
Fix #800 (mostly): set of Linux warnings.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-25
John Kessenich
Tests: strengthen the value of test for NV members.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-25
John Kessenich
Fix #790: Don't emit NV-specific interface members...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-24
steve-lunarg
HLSL: allow length() on scalars
commit
|
commitdiff
|
tree
|
snapshot
2017-03-24
John Kessenich
Merge pull request #796 from steve-lunarg/emptystruct...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-24
steve-lunarg
HLSL: fix crash on empty struct return from entry point
commit
|
commitdiff
|
tree
|
snapshot
2017-03-23
John Kessenich
Tests: Update test results.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-23
John Kessenich
HLSL: Allow use of $Global members in between function...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-22
John Kessenich
HLSL: Implement 'this' keyword.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-22
John Kessenich
HLSL: non-static member functions: track and find activ...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-22
John Kessenich
HLSL: Non-functional: the symbol field of a token was...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
John Kessenich
Merge pull request #782 from steve-lunarg/builtin-metho...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
John Kessenich
Merge pull request #779 from steve-lunarg/buffer-unsamp...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
steve-lunarg
HLSL: use prefix for builtin functions names to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-20
John Kessenich
HLSL: Basic turn on of non-static member functions.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
John Kessenich
HLSL: Add implicit-this tracking to TFunction.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
John Kessenich
HLSL non-functional: Generalize namespace nesting.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-19
steve-lunarg
WIP: HLSL: propagate readonly qualifier for buffer...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-17
steve-lunarg
WIP: HLSL: Buffer types should be unsampled.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-16
John Kessenich
Fix #777: don't parse .suffix if <stage> is provided.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-16
John Kessenich
Merge pull request #776 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2017-03-16
Rex Xu
SPV: Fix unexpected declarations of capability and...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
John Kessenich
HLSL: Fix #771: add inline keyword.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
John Kessenich
Merge pull request #767 from DragoonX6/master
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
John Kessenich
Merge branch 'TiemoJung-semantic_handling'
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
John Kessenich
Merge branch 'semantic_handling' of https://github...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-15
John Kessenich
GLSL output: Removed fixed-size buffer; fixes #769.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
John Kessenich
Full stack: properly implement GL_EXT_device_group...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
John Kessenich
Fix location of #defines for core and compatibility...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-14
John Kessenich
Revert previous check-in, until knowing what the spec...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
John Kessenich
SPV: Address #759: make ViewIndex and DeviceIndex by...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
John Kessenich
Merge pull request #768 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Rex Xu
HLSL: Additional channel value for textureGatherXXX().
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
DragoonX6
Fix building on MinGW-w64
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
John Kessenich
HLSL: Member-functions: capture body token stream for...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
John Kessenich
HLSL: Non-functional: consolidate function declarator...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
John Kessenich
Merge pull request #762 from LukasBanana/master
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
John Kessenich
HLSL: Add scoping operator, accept static member functi...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
John Kessenich
HLSL: non-functional: simplify handleBuiltInMethod...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Lukas Hermanns
Added 'GL_core_profile' and 'GL_compatibility_profile...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
John Kessenich
PP: Recognize the '::' token, and translate appropriate...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
John Kessenich
Merge pull request #764 from steve-lunarg/imagequery...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
steve-lunarg
Preserve signedness in SPV image query ops
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
John Kessenich
Merge pull request #763 from steve-lunarg/nullstruct...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
steve-lunarg
WIP: HLSL: preserve empty structures after splitting
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
John Kessenich
HLSL: Accept SV_Cull/ClipDistanceN, by refactoring...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
John Kessenich
Merge pull request #761 from baldurk/vs2010-compile...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
John Kessenich
Merge pull request #760 from steve-lunarg/gathercmpred
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
baldurk
Compile fixes for VS2010
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
steve-lunarg
Enable GatherCmpRed. Green/Blue/Alpha cannot be supported.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
John Kessenich
HLSL: Non-functional: Remove dead .length() code.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
John Kessenich
HLSL: Non-functional: Drive existing method recognition...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
John Kessenich
HLSL: Non-functional: Don't process function name/param...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
John Kessenich
Merge pull request #756 from steve-lunarg/getdimensions-fix
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
John Kessenich
HLSL: Grammar: Generalize accepting a declaration to...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
steve-lunarg
HLSL: use LOD form of ImageQuerySize when needed.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
John Kessenich
HLSL: Fix #754: recognize type casts in if-statements...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
John Kessenich
Merge pull request #755 from steve-lunarg/sb-orderfix
commit
|
commitdiff
|
tree
|
snapshot
2017-03-06
steve-lunarg
WIP: HLSL: Fix ordering defect if global SB decl after...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-06
John Kessenich
SPV: Allow push constant buffers to not have an instanc...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-04
John Kessenich
HLSL: Test for issue #699.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-04
John Kessenich
Merge pull request #750 from dgkoch/rename_KHX_to_EXT
commit
|
commitdiff
|
tree
|
snapshot
2017-03-04
John Kessenich
HLSL: Add 'class' keyword as (so far) synonym for ...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-03
Daniel Koch
Rename KHX to EXT to match the released specs
commit
|
commitdiff
|
tree
|
snapshot
2017-03-03
John Kessenich
Merge pull request #748 from dgkoch/dgkoch_build_fixes2
commit
|
commitdiff
|
tree
|
snapshot
2017-03-03
Daniel Koch
More build fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-03-02
John Kessenich
HLSL: Fix #747: accept 'struct' in front of previously...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
John Kessenich
SPV: Fix #739: OpSelect can only operate on scalars...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
John Kessenich
Merge pull request #744 from realitix/sanitize_sh_link
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
John Kessenich
Merge pull request #746 from dgkoch/dgkoch_build_fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
John Kessenich
Build: Another fix for issue #718: implement the hidden...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
Daniel Koch
Fix build warnings on some platforms
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
Jean-Sebastien...
Sanitize ShaderLang.h
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
John Kessenich
PP: Fix issue #738: don't assert on characters within...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-01
John Kessenich
PP: Partially address issue #738: handle premature...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-28
John Kessenich
Merge pull request #742 from steve-lunarg/f16tof32...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-28
steve-lunarg
HLSL: small fix for index type in f16tof32 opcode
commit
|
commitdiff
|
tree
|
snapshot
2017-02-28
John Kessenich
GLSL: Fix #741: rationalize per-block vs. per-member...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-28
John Kessenich
Merge pull request #736 from steve-lunarg/structbuffer...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-28
John Kessenich
PP: Address #737: accept 'h'/'H' floating-point suffix...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-28
John Kessenich
Merge pull request #740 from steve-lunarg/f16tof32
commit
|
commitdiff
|
tree
|
snapshot
2017-02-27
steve-lunarg
WIP: HLSL: add f16tof32 and f32tof16 decompositions.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-27
John Kessenich
SPV: Update SPV header to official Rev. 10 of 1.0,...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-27
John Kessenich
SPV: Implement new extensions GL_KHX_device_group and...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-26
steve-lunarg
WIP: HLSL: add structuredbuffer pass by reference in...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-25
John Kessenich
SPV: Handle nested opaque types as function parameters.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
John Kessenich
Merge pull request #734 from steve-lunarg/ssbo-reflection
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
John Kessenich
Merge pull request #733 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
next