index
:
platform/upstream/SPIRV-Tools
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
sandbox/dkson95/gcc14-asan
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sdk-1.3.250
tizen
tizen_20181206
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
val
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-05
Add barrier instructions validation pass
Andrey Tuganov
2
-0
/
+607
2018-02-01
Added OpenCL ExtInst validation rules
Andrey Tuganov
1
-0
/
+3243
2018-02-01
Add adjacency validation pass
Jeremy Hayes
3
-19
/
+300
2018-01-30
Add memory semantics checks to validate atomics
Andrey Tuganov
1
-81
/
+183
2018-01-30
Improved error message in val capabilities
Andrey Tuganov
1
-26
/
+22
2018-01-24
Validator: restricted some atomic ops for shaders
Andrey Tuganov
1
-3
/
+129
2018-01-24
Added Vulkan-specifc checks to image validation
Andrey Tuganov
1
-22
/
+87
2018-01-09
Fix validation rules for GLSL pack/unpack 2x32
Andrey Tuganov
1
-26
/
+26
2018-01-08
Allow relaxing validation of pointers in logical addressing mode
Lei Zhang
1
-0
/
+42
2018-01-04
Validator checks out of bounds composite access
Andrey Tuganov
2
-339
/
+839
2018-01-02
Add ExtInst validation pass (GLSL only for now)
Andrey Tuganov
2
-0
/
+2524
2017-12-22
Disallow Dim=SubpassData for OpImageSparseRead
Andrey Tuganov
1
-0
/
+14
2017-12-19
Make a string parameter const ref
David Neto
1
-1
/
+1
2017-12-19
More validation on primitive instructions
David Neto
1
-23
/
+174
2017-12-19
validate & test of literal's upper bits
Jesus Carabano
2
-0
/
+144
2017-12-18
Image Operand Sample allows sparse image opcodes
Andrey Tuganov
1
-2
/
+3
2017-12-15
Add primitive instruction validation pass
Jeremy Hayes
2
-0
/
+168
2017-12-14
Refactor include of latest spir-v header versions
Andrey Tuganov
1
-1
/
+1
2017-12-13
Add validation rules for atomic instructions
Andrey Tuganov
2
-0
/
+648
2017-12-12
Add validator checks for sparse image opcodes
Andrey Tuganov
1
-28
/
+601
2017-12-12
Support OpenCL 1.2 and 2.0 target environments
Pierre Moreau
1
-0
/
+336
2017-12-11
Reenable OpCopyObject validation rules
Andrey Tuganov
1
-6
/
+2
2017-12-05
Add composite instruction validation pass
Andrey Tuganov
3
-20
/
+610
2017-12-04
Fix some of the known issues in image validation
Andrey Tuganov
1
-7
/
+40
2017-12-01
Fix Dref type check in validator
Lei Zhang
1
-24
/
+28
2017-11-30
Fix validation of group ops in SPV_AMD_shader_ballot
David Neto
1
-0
/
+103
2017-11-29
Validate OpTypeImage and OpTypeSampleImage
Andrey Tuganov
1
-21
/
+129
2017-11-27
Re-format source tree - NFC.
Diego Novillo
21
-1086
/
+1390
2017-11-27
Derivative opcodes require Fragment exec model
Andrey Tuganov
1
-14
/
+30
2017-11-24
Relaxed OpImageWrite texel type check
Andrey Tuganov
1
-3
/
+3
2017-11-24
Relaxed OpImageRead validation rules
Andrey Tuganov
1
-2
/
+4
2017-11-23
Add validation checks for Execution Model
Andrey Tuganov
1
-23
/
+76
2017-11-23
Add derivatives validation pass
Andrey Tuganov
2
-0
/
+135
2017-11-22
Validator pass for image instructions
Andrey Tuganov
3
-0
/
+3051
2017-11-02
Validate storage class of target pointer for OpStore
Nuno Subtil
1
-5
/
+44
2017-10-31
Add validation for OpBranchConditional
Nuno Subtil
1
-1
/
+141
2017-10-28
Add option to relax validation of store types.
Steven Perron
1
-27
/
+242
2017-10-24
Validate SpvOpVectorShuffle
Józef Kucia
1
-1
/
+237
2017-10-24
restrict opcodes targeting OpDecorationGroup
Jesus Carabano
1
-0
/
+14
2017-10-20
Add validation pass for conversion instructions
Andrey Tuganov
3
-2
/
+1075
2017-10-13
Validator: Test OpReturnValue type check
David Neto
1
-0
/
+16
2017-10-12
Reenable validate type unique pass
Andrey Tuganov
1
-4
/
+1
2017-10-12
Validator checks OpReturn called from void func
Andrey Tuganov
2
-5
/
+27
2017-09-26
Add bitwise operations validator pass
Andrey Tuganov
2
-1
/
+518
2017-09-26
Add remaining opcodes to arithmetics validation
Andrey Tuganov
1
-0
/
+110
2017-09-21
Validator: fix logicals pass for OpSelect pointers
Andrey Tuganov
1
-2
/
+21
2017-09-20
Add validate logicals pass to the validator
Andrey Tuganov
5
-36
/
+901
2017-09-20
Refactored validate_aritmetics.cpp
Andrey Tuganov
1
-40
/
+42
2017-09-14
Recognize SPV_AMD_shader_fragment_mask
David Neto
1
-1
/
+2
2017-09-08
Add new checks to validate arithmetics pass
Andrey Tuganov
1
-0
/
+564
[next]