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-05-05
Andrew Woloszyn
Updated cmake to better organize folders and options.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Merge pull request #263 from antiagainst/cmake-minimum...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Lei Zhang
Remove duplicated cmake_minimum_required() calls.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Front-end precise: Propagate noContraction up the AST...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Parser: Precise: Recognize 'precise', tag types, and...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Bison: Non-functional: Move to revision 3.0.4.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Merge pull request #262 from antiagainst/remove-obselet...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Lei Zhang
Remove the obselete and incorrect LinusDoAll.bash.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Merge pull request #260 from antiagainst/cmake-version
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Lei Zhang
Bump minimum required CMake version to 2.8.12.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Merge pull request #258 from antiagainst/travis
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
Lei Zhang
Add configuration for Travis to test on Linux and Mac...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
HLSL: Add (almost) full expression grammar: Binary...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
HLSL: Separate out token stream handling from grammar...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Vulkan: Add the #define VULKAN 100 when compiled for...
commit
|
commitdiff
|
tree
|
snapshot
2016-05-04
John Kessenich
Correct precision qualification on built-in functions.
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
John Kessenich
Merge pull request #256 from DavidYen/missing_license
commit
|
commitdiff
|
tree
|
snapshot
2016-05-02
David Yen
Removed unused files SetupLinux.sh, index.php.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-30
John Kessenich
Merge pull request #248 from amdrexu/feature2
commit
|
commitdiff
|
tree
|
snapshot
2016-04-30
Rex Xu
Implement the extension GL_ARB_gpu_shader_int64
commit
|
commitdiff
|
tree
|
snapshot
2016-04-29
David Yen
Added missing headers to SetupLinux.sh and index.php.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-28
John Kessenich
Merge pull request #228 from Qining/fix-infinite-loop...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
qining
add .err file for eof_missing test
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
qining
Fix the infinite loop when an input file lacks EOF
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
John Kessenich
Merge pull request #251 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-04-27
Rex Xu
SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-22
John Kessenich
Merge pull request #247 from dneto0/no-mutex
commit
|
commitdiff
|
tree
|
snapshot
2016-04-21
David Neto
Remove use of std::mutex in gtest code.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-18
John Kessenich
Merge pull request #241 from Qining/fix-spec-const...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-14
qining
fix the problem that spec constant composite instructio...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-14
qining
Fix spec const construtor for matrix and vector
commit
|
commitdiff
|
tree
|
snapshot
2016-04-13
John Kessenich
Merge pull request #232 from Qining/fix-spec-const...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-13
qining
Refine the code and address comments
commit
|
commitdiff
|
tree
|
snapshot
2016-04-13
qining
SpecOp bool->uint/int and uint<->int conversion
commit
|
commitdiff
|
tree
|
snapshot
2016-04-13
John Kessenich
Merge pull request #231 from dneto0/gtests-link-to...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-13
John Kessenich
SPV for OpenGL: Issue #229: don't allow gl_VertexIndex...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-12
David Neto
Unit test executable should link to libHLSL
commit
|
commitdiff
|
tree
|
snapshot
2016-04-11
John Kessenich
Merge pull request #226 from baldurk/warning-fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-04-09
baldurk
Fix warning about function parameter shadowing class...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-09
baldurk
Fix warning about losing information, use size_t instea...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-07
John Kessenich
Nonfunctional: Remove stray ';' and fix Google Test...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-07
John Kessenich
Memory: Don't use pool memory to store the entry point...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-06
John Kessenich
Front-end: Get the right set of nodes marked as spec...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-06
John Kessenich
Merge pull request #216 from Qining/fix-non-const-array...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-06
qining
add SpecConstantOpModeGuard to GlslangToSpvTraverser...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-06
qining
Turn on SpecConstantOpMode based on node qualifier
commit
|
commitdiff
|
tree
|
snapshot
2016-04-06
qining
fix the wrong generated code when a non-constant array...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-04
John Kessenich
Merge pull request #220 from Qining/fix-built-in-spec...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-04
qining
Built-in values declared as specialization constant
commit
|
commitdiff
|
tree
|
snapshot
2016-04-04
John Kessenich
Merge branch 'master' into hlsl-frontend
commit
|
commitdiff
|
tree
|
snapshot
2016-04-03
John Kessenich
Merge branch 'master' of github.com:KhronosGroup/glslang
commit
|
commitdiff
|
tree
|
snapshot
2016-04-03
John Kessenich
Merge pull request #217 from baldurk/vs2010-compile...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-03
John Kessenich
Merge pull request #219 from 1ace/master
commit
|
commitdiff
|
tree
|
snapshot
2016-04-03
Eric Engestrom
fix spelling mistakes
commit
|
commitdiff
|
tree
|
snapshot
2016-04-02
John Kessenich
Comment: fix comment from gtest check in.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-02
baldurk
Specify explicit return type on lambda function
commit
|
commitdiff
|
tree
|
snapshot
2016-04-02
baldurk
Change {parameter} lists into explicit std::vector...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
John Kessenich
Merge pull request #190 from antiagainst/gtest
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
John Kessenich
Merge pull request #214 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
John Kessenich
Merge pull request #215 from Qining/spec-constants...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
qining
fix format; remove unnecessary parameters; rename some...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-31
Lei Zhang
Link in Google Test framework.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-30
qining
Spec Constant Operations
commit
|
commitdiff
|
tree
|
snapshot
2016-03-27
Rex Xu
Parser: Update array size of gl_ClipDistance/gl_CullDis...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-25
John Kessenich
Merge pull request #211 from Qining/spec-constants...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-24
qining
Support specialization composite constants
commit
|
commitdiff
|
tree
|
snapshot
2016-03-22
John Kessenich
Merge pull request #212 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-03-22
Rex Xu
Parser: Fix a build issue (VS2012).
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
John Kessenich
Merge pull request #210 from AWoloszyn/fix-compilation
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Andrew Woloszyn
Fixed compilation issue introduced by my last commit
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
John Kessenich
Merge pull request #198 from AWoloszyn/update-includer
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
John Kessenich
Front-end: Propagate spec-constness up through aggregat...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Andrew Woloszyn
Updated the includer interface to allow relative includes.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
John Kessenich
Front-end: propagate specialization-constness through...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
John Kessenich
Front-end: Add specialization-constant subtrees for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
John Kessenich
Front-end infrastructure: Encapsulate semantic-level...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
John Kessenich
Front-end infrastructure: simplify and localize creatin...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
John Kessenich
Merge pull request #209 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Rex Xu
Parser: Type promotion for operator modulus(%) is missing.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-16
John Kessenich
Merge pull request #203 from dneto0/wip-mingw
commit
|
commitdiff
|
tree
|
snapshot
2016-03-16
David Neto
Support compilation via MinGW
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
John Kessenich
Merge pull request #204 from amdrexu/bugfix
commit
|
commitdiff
|
tree
|
snapshot
2016-03-15
Rex Xu
SPV: Implement boolean selection for mix().
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
John Kessenich
HLSL: Abstract accepting an identifier.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-14
John Kessenich
HLSL: Simplify appearances a bit to make easier to...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
HLSL: Accept basic funtion definitions. (Not yet mappi...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
HLSL: Get correct set of reserved words.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
HLSL: Hook up constructor expressions through the AST.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
HLSL: Add basic declaration syntax and AST generation.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
HLSL: Plumb in HLSL parse context and keywords, and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
Refactor TParseContext into 3 level inheritance.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
Support multiple source languages, adding HLSL as an...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-13
John Kessenich
Generalize "main" to a settable entry point name.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
John Kessenich
Merge pull request #199 from dekimir/test-dead-decors
commit
|
commitdiff
|
tree
|
snapshot
2016-03-11
Dejan Mircevski
Test dead-decoration removal.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
John Kessenich
Merge pull request #195 from Qining/remove-decoration...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
qining
Change to traditional 'for' loop
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
John Kessenich
Merge pull request #194 from google/if-macro
commit
|
commitdiff
|
tree
|
snapshot
2016-03-10
qining
Remove decoration of undefined IDs
commit
|
commitdiff
|
tree
|
snapshot
2016-03-09
Lei Zhang
Fix array out of bounds bug in processing if-else-endif...
commit
|
commitdiff
|
tree
|
snapshot
next