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
2016-10-21
Johannes van...
Merge remote-tracking branch 'upstream/master'
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Johannes van...
fixed MSVC 2015 compile warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
John Kessenich
Merge pull request #559 from steve-lunarg/samplecmp-fix
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
John Kessenich
Merge pull request #558 from steve-lunarg/image-atomics
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
John Kessenich
Merge pull request #555 from steve-lunarg/promotion...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
John Kessenich
Merge pull request #556 from dneto0/guard-amd-enums
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
steve-lunarg
HLSL: fix defect in EOpMethodSampleCmp* texture decompo...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
steve-lunarg
Move promote methods to TIntermediate class
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
steve-lunarg
HLSL: phase 4 of rwtexture support: add image atomics
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
David Neto
Add missing guard to code that uses AMD extensions
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
steve-lunarg
HLSL: Fix unary and binary operator type conversion...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
HLSL: Turn on tests for groupshared.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
HLSL: Support SV_Coverage and SV_DispatchThreadId;...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
Build: Fix unsigned/signed warning.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
Merge pull request #548 from baldurk/vs2010-compile...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
Merge pull request #551 from steve-lunarg/rwbuffers-fmt
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
Merge pull request #539 from schwa423/linux_global_lock
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
Merge pull request #550 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-10-16
John Kessenich
Merge pull request #549 from steve-lunarg/multidim...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-15
Josh Gargus
Use a recursive mutex.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-15
steve-lunarg
HLSL: phase 3c: add option to use Unknown storage format
commit
|
commitdiff
|
tree
|
snapshot
2016-10-15
steve-lunarg
HLSL: phase 3b: Texture methods remember and return...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-15
steve-lunarg
HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifi...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-14
Rex Xu
SPV: Add missing extension declarations for certain...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
John Kessenich
Merge pull request #542 from steve-lunarg/rwbuffers
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
John Kessenich
Merge pull request #538 from steve-lunarg/iomap-binding...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
steve-lunarg
HLSL: allow multi-dimensional arrays
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Update HexFloat tests to use non-enum class enum values
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Change negatable_left_shift and negatable_right_shift...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Change {} constructor brackets to ()
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Change "using x = y;" to "typedef y x;" statements
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Explicitly implement default constructors
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Add std::isnan and std::isinf wrappers for VS2010 that...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Change enum class to plain enum
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Change constructor to use ()s instead of {}s
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Add #include <cstdint> for std::uint32_t usage
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Add strtoull wrapper for VS2010, pointing to MS impleme...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
baldurk
Give all complex lambdas an explicit return type
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
steve-lunarg
HLSL: phase 2e: introduce lower level addBinaryNode...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
steve-lunarg
HLSL: phase 2d: minor cleanup, & allow operator[] on...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
steve-lunarg
HLSL: phase 2c: use lValueErrorCheck in HLSL FE
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
steve-lunarg
HLSL: phase 2b: add l-value operator[] for RWTexture...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
steve-lunarg
HLSL: phase 2a: add r-value operator[] for RWTexture...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
John Kessenich
Merge pull request #546 from yavn/OpImageQueryLod-with...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-12
Maciej Jesionowski
SPV: Use SampledImage with OpImageQueryLod
commit
|
commitdiff
|
tree
|
snapshot
2016-10-11
John Kessenich
Merge pull request #543 from slime73/compilerwarnings
commit
|
commitdiff
|
tree
|
snapshot
2016-10-11
Alex Szpakowski
fixup! Address some compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-11
John Kessenich
Merge pull request #544 from amdrexu/feature
commit
|
commitdiff
|
tree
|
snapshot
2016-10-11
Rex Xu
SPV: Implement extension SPV_KHR_shader_draw_parameters.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-10
John Kessenich
Merge pull request #545 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-10-10
Rex Xu
Parser: Some function prototypes of interpolateAtXXX...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-09
Alex Szpakowski
Address some compiler warnings.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-07
John Kessenich
SPV: Distinguish between SPV and non-SPV rules for...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
John Kessenich
HLSL: Add shape conversions for return values.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
John Kessenich
HLSL: Do structure conversion for return type struct...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
John Kessenich
Merge pull request #540 from steve-lunarg/rwbuffers
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
steve-lunarg
HLSL: phase 1: add RWTexture and RWBuffer
commit
|
commitdiff
|
tree
|
snapshot
2016-10-06
Josh Gargus
Use pthread_mutex for global lock on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
John Kessenich
Merge pull request #537 from dneto0/pass-cwd-to-gtest
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
steve-lunarg
Check for out-of-range bindings during IO mapping.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
John Kessenich
Allow for larger binding numbers. 65K instead of 255.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
David Neto
Gtests can be run on another source tree
commit
|
commitdiff
|
tree
|
snapshot
2016-10-05
John Kessenich
Merge pull request #536 from steve-lunarg/flatten-assig...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-04
steve-lunarg
HLSL: fix for flattening assignments from non-symbol...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-03
John Kessenich
Merge pull request #533 from steve-lunarg/reflection
commit
|
commitdiff
|
tree
|
snapshot
2016-10-02
steve-lunarg
add reflection queries to return a TType. Fix minor...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-02
John Kessenich
Non-functional: Rationalizing parse helper hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-02
John Kessenich
Non-functional: Rationalizing parse helper hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Non-functional: Rationalizing parse helper hierarchy...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
HLSL: Line numbers only: Set locations (line numbers...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
HLSL: Handle flattened I/O structs passed to function...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Non-functional: Better use of .isParamOutput() and...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Fix typo in error message.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Non-functional: Use isOpaque() instead of compare again...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Merge pull request #532 from steve-lunarg/automap-offsets
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
steve-lunarg
Change binding auto-map to use provided offsets.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Merge pull request #527 from steve-lunarg/array-flatten...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Merge pull request #521 from yavn/frag-shader-primitive...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-01
John Kessenich
Merge pull request #531 from steve-lunarg/add-autobindi...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-30
steve-lunarg
Add a test for buffer auto-binding assignment.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-30
John Kessenich
Merge pull request #523 from amdrexu/feature2
commit
|
commitdiff
|
tree
|
snapshot
2016-09-30
Rex Xu
Parser: Implement extension GL_AMD_gpu_shader_half_float.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-30
John Kessenich
Add amend ability for anonymous blocks, so they can...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
John Kessenich
Merge pull request #530 from annygakh/master
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Anny
Updated README.md
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
steve-lunarg
Restrict uniform array flattening to sampler and textur...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
John Kessenich
HLSL: Fix merge conflict.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
John Kessenich
HLSL Tests: Tests for previous commit, to make it easie...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
John Kessenich
Support a uniform block to hold global uniform variables.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
John Kessenich
HLSL: Rationalize combination of type arrayness and...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
John Kessenich
Merge pull request #525 from steve-lunarg/implicit...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
steve-lunarg
HLSL: allow implicit array sizing.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
John Kessenich
Merge pull request #524 from DominikWitczakAMD/517_incl...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
Maciej Jesionowski
SPV: PrimitiveId in frag shader will emit Geometry...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
Dominik Witczak
#517: Enable AMD extensions by default
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
John Kessenich
Merge pull request #520 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
John Kessenich
Merge pull request #522 from steve-lunarg/glsl-binding...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
steve-lunarg
GLSL: Add binding map tests
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Rex Xu
SPV: OpGroupBroadcast is unable to handle vector operand.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
John Kessenich
HLSL: Reverse what the driver is told about row/column...
commit
|
commitdiff
|
tree
|
snapshot
next