Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
ccb076ac9b1fa9c8fdb82481ae67832e9d60c365
ccb076a
HLSL: allow non-vec3 tessellation coordinate declarations
by steve-lunarg
· 8 years ago
97cb85c
PP: Fix #783: Catch end-of-argument expansion in token pasting.
by John Kessenich
· 8 years ago
82460b5
HLSL: Fix #805: Support cast of scalars to structures.
by John Kessenich
· 8 years ago
5ce1e4a
Merge pull request #817 from steve-lunarg/isfinite
by John Kessenich
· 8 years ago
c633f64
HLSL: Non-functional: rationalize making constructors.
by John Kessenich
· 8 years ago
8df9a48
Merge pull request #812 from steve-lunarg/PatchIO
by John Kessenich
· 8 years ago
1397552
Decompose OpIsFinite to avoid capability restrictions
by steve-lunarg
· 8 years ago
067eb9b
WIP: HLSL: Support InputPatch variables in patch constant functions
by steve-lunarg
· 8 years ago
b68b9a8
Merge pull request #808 from steve-lunarg/gs-ep-wrap-fix
by John Kessenich
· 8 years ago
08e0c08
HLSL: fix GS implementation for EP wrapping
by steve-lunarg
· 8 years ago
2184c2f
Fix #287: pin down the io-array size before checking for out of range index.
by John Kessenich
· 8 years ago
6f03bfc
Merge pull request #815 from steve-lunarg/tess-ds-pcf-order
by John Kessenich
· 8 years ago
f38cca3
HLSL: handle PCF input to DS in arbitrary argument position
by steve-lunarg
· 8 years ago
fa84001
Merge pull request #814 from steve-lunarg/contains
by John Kessenich
· 8 years ago
27309f6
Refactor TType::contains* methods (nonfunctional)
by steve-lunarg
· 8 years ago
c7fd73b
Merge pull request #811 from steve-lunarg/combine-test
by John Kessenich
· 8 years ago
bf1537f
WIP: HLSL: force uncombined flag off for Buffer<>
by steve-lunarg
· 8 years ago
f36542f
Revert "Merge pull request #779 from steve-lunarg/buffer-unsampled-fix"
by John Kessenich
· 8 years ago
84a30c8
Merge pull request #774 from steve-lunarg/tess-ctrlpt-pcf
by John Kessenich
· 8 years ago
e70fcf2
Merge pull request #810 from steve-lunarg/clip-crash-fix
by John Kessenich
· 8 years ago
db2e3b4
HLSL: fix crash on empty sequence node passed to intrinsic expansions
by steve-lunarg
· 8 years ago
e741249
HLSL: pass tessellation execution modes through to SPIR-V
by steve-lunarg
· 8 years ago
9ce7655
Merge pull request #797 from steve-lunarg/scalar-length
by John Kessenich
· 8 years ago
18958f6
HLSL: Fix #802: Preserve promoted child under ! operator.
by John Kessenich
· 8 years ago
7e997e2
HLSL: Implicit bool conversions for conditional expressions and related.
by John Kessenich
· 8 years ago
8f9fdc9
HLSL: Add namespace grammar and some basic semantics.
by John Kessenich
· 8 years ago
e752f46
HLSL: HS return is arrayed to match SPIR-V semantics
by steve-lunarg
· 8 years ago
7afe134
HLSL: strip off array dimension when assign locations of arrayed IO.
by steve-lunarg
· 8 years ago
194f0f3
HLSL: require tessellation factors to be fixed size arrays
by steve-lunarg
· 8 years ago
9cee73e
HLSL: support per control point patch const fn invocation
by steve-lunarg
· 8 years ago
e434ad9
Fix #809: smear scalar condition in OpSelect for selecting vector operands.
by John Kessenich
· 8 years ago
4dc835c
Non-functional: Round of adding 'const', related to more efficient getFullNamespaceName().
by John Kessenich
· 8 years ago
714e58b
Merge pull request #801 from amdrexu/bugfix
by John Kessenich
· 8 years ago
3feac2e
Merge pull request #806 from amdrexu/bugfix2
by John Kessenich
· 8 years ago
bcf291a
Don't emit NV-specific interface members if NV extensions are disabled.
by Rex Xu
· 8 years ago
470026f
HLSL: Fix an issue of frexp().
by Rex Xu
· 8 years ago
86e49d1
HLSL: Move frexp() to a separate test file.
by Rex Xu
· 8 years ago
aa3c64c
Fix #800 (mostly): set of Linux warnings.
by John Kessenich
· 8 years ago
9fb31ce
Tests: strengthen the value of test for NV members.
by John Kessenich
· 8 years ago
0e73784
Fix #790: Don't emit NV-specific interface members unless enabled by extension.
by John Kessenich
· 8 years ago
1ca04c2
HLSL: allow length() on scalars
by steve-lunarg
· 8 years ago
93750bc
Merge pull request #796 from steve-lunarg/emptystruct-return-fix
by John Kessenich
· 8 years ago
d8e34c5
HLSL: fix crash on empty struct return from entry point
by steve-lunarg
· 8 years ago
19ea568
Tests: Update test results.
by John Kessenich
· 8 years ago
000c818
HLSL: Allow use of $Global members in between function calls.
by John Kessenich
· 8 years ago
7a41f96
HLSL: Implement 'this' keyword.
by John Kessenich
· 8 years ago
3778979
HLSL: non-static member functions: track and find active anonymous 'this' scopes and members.
by John Kessenich
· 8 years ago
f4ba25e
HLSL: Non-functional: the symbol field of a token was in practice unused; remove it.
by John Kessenich
· 8 years ago
5a83906
Merge pull request #782 from steve-lunarg/builtin-methods-prefix
by John Kessenich
· 8 years ago
1dd65ca
Merge pull request #779 from steve-lunarg/buffer-unsampled-fix
by John Kessenich
· 8 years ago
e7d0752
HLSL: use prefix for builtin functions names to avoid namespace collisions
by steve-lunarg
· 8 years ago
4960baa
HLSL: Basic turn on of non-static member functions.
by John Kessenich
· 8 years ago
dfbdd9e
HLSL: Add implicit-this tracking to TFunction.
by John Kessenich
· 8 years ago
f3d88bd
HLSL non-functional: Generalize namespace nesting.
by John Kessenich
· 8 years ago
d3947d2
WIP: HLSL: propagate readonly qualifier for buffer types
by steve-lunarg
· 8 years ago
cf2e727
WIP: HLSL: Buffer types should be unsampled.
by steve-lunarg
· 8 years ago
e751bca
Fix #777: don't parse .suffix if <stage> is provided.
by John Kessenich
· 8 years ago
2601359
Merge pull request #776 from amdrexu/bugfix
by John Kessenich
· 8 years ago
5e317ff
SPV: Fix unexpected declarations of capability and extension
by Rex Xu
· 8 years ago
36b218d
HLSL: Fix #771: add inline keyword.
by John Kessenich
· 8 years ago
95e736c
Merge pull request #767 from DragoonX6/master
by John Kessenich
· 8 years ago
2dd643f
Merge branch 'TiemoJung-semantic_handling'
by John Kessenich
· 8 years ago
2dc50ff
Merge branch 'semantic_handling' of https://github.com/TiemoJung/glslang into TiemoJung-semantic_handling
by John Kessenich
· 8 years ago
71c100d
GLSL output: Removed fixed-size buffer; fixes #769.
by John Kessenich
· 8 years ago
c08fb8a
Full stack: properly implement GL_EXT_device_group and GL_EXT_multiview.
by John Kessenich
· 8 years ago
78cfba9
Fix location of #defines for core and compatibility profile.
by John Kessenich
· 8 years ago
601b7fa
Revert previous check-in, until knowing what the spec. is and whether the test failure is related.
by John Kessenich
· 8 years ago
7a44a31
SPV: Address #759: make ViewIndex and DeviceIndex by 'in', not 'uniform'.
by John Kessenich
· 8 years ago
946e0a6
Merge pull request #768 from amdrexu/bugfix
by John Kessenich
· 8 years ago
d41a696
HLSL: Additional channel value for textureGatherXXX().
by Rex Xu
· 8 years ago
8155934
Fix building on MinGW-w64
by DragoonX6
· 8 years ago
b16f7e6
HLSL: Member-functions: capture body token stream for deferred syntax/semantics.
by John Kessenich
· 8 years ago
088d52b
HLSL: Non-functional: consolidate function declarator information.
by John Kessenich
· 8 years ago
c04c6a4
Merge pull request #762 from LukasBanana/master
by John Kessenich
· 8 years ago
54ee28f
HLSL: Add scoping operator, accept static member functions, and support calling them.
by John Kessenich
· 8 years ago
5f12d2f
HLSL: non-functional: simplify handleBuiltInMethod() to isBuiltInMethod().
by John Kessenich
· 8 years ago
1fbc6e6
Added 'GL_core_profile' and 'GL_compatibility_profile' macro definition to preamble.
by Lukas Hermanns
· 8 years ago
523e20d
PP: Recognize the '::' token, and translate appropriately to GLSL/HLSL token.
by John Kessenich
· 8 years ago
6212e86
Merge pull request #764 from steve-lunarg/imagequery-sign
by John Kessenich
· 8 years ago
0b5c2ae
Preserve signedness in SPV image query ops
by steve-lunarg
· 8 years ago
757bc87
Merge pull request #763 from steve-lunarg/nullstruct-preservation
by John Kessenich
· 8 years ago
4198b8b
WIP: HLSL: preserve empty structures after splitting
by steve-lunarg
· 8 years ago
6e1d50a
HLSL: Accept SV_Cull/ClipDistanceN, by refactoring the way semantics are mapped.
by John Kessenich
· 8 years ago
229a6f7
Merge pull request #761 from baldurk/vs2010-compile-fixes
by John Kessenich
· 8 years ago
79f8bf0
Merge pull request #760 from steve-lunarg/gathercmpred
by John Kessenich
· 8 years ago
5d5db80
Compile fixes for VS2010
by baldurk
· 8 years ago
d00b026
Enable GatherCmpRed. Green/Blue/Alpha cannot be supported.
by steve-lunarg
· 8 years ago
88e88e5
HLSL: Non-functional: Remove dead .length() code.
by John Kessenich
· 8 years ago
516d92d
HLSL: Non-functional: Drive existing method recognition by syntax, not by name.
by John Kessenich
· 8 years ago
7838872
HLSL: Non-functional: Don't process function name/parameters before expected a function declaration.
by John Kessenich
· 8 years ago
b7201f8
Merge pull request #756 from steve-lunarg/getdimensions-fix
by John Kessenich
· 8 years ago
ca71d94
HLSL: Grammar: Generalize accepting a declaration to accept an aggregate of subtrees.
by John Kessenich
· 8 years ago
3ce4536
HLSL: use LOD form of ImageQuerySize when needed.
by steve-lunarg
· 8 years ago
057df29
HLSL: Fix #754: recognize type casts in if-statements separately from declarations.
by John Kessenich
· 8 years ago
621c0e3
Merge pull request #755 from steve-lunarg/sb-orderfix
by John Kessenich
· 8 years ago
40efe5c
WIP: HLSL: Fix ordering defect if global SB decl after fn param
by steve-lunarg
· 8 years ago
33f85b6
SPV: Allow push constant buffers to not have an instance name.
by John Kessenich
· 8 years ago
789086a
HLSL: Test for issue #699.
by John Kessenich
· 8 years ago
322cb19
Merge pull request #750 from dgkoch/rename_KHX_to_EXT
by John Kessenich
· 8 years ago
27ffb29
HLSL: Add 'class' keyword as (so far) synonym for 'struct'.
by John Kessenich
· 8 years ago
Next »