Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
refs/heads/int/p/fp2
/
scripts
27af654
scripts: Fix error if spirv-tools dir had no .git (#2346)
by Cort Stratton
· 8 years ago
43f9ad8
layers: Improve doc validation init-list parsing
by John Zulauf
· 8 years ago
c115c81
icd: Add VK_KHR_push_descriptor to blacklist
by John Zulauf
· 8 years ago
92759a0
layer: Add utility template for sType init
by John Zulauf
· 8 years ago
560fa79
scripts: Exit from vuid_mapping.py with status 1 on errors
by Jean-François Roy
· 8 years ago
98776ef
layers: Fix doc validation file list check
by John Zulauf
· 8 years ago
7cc9e75
header: Update to version 1.0.68 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
8f324b0
loader: Add pre-instance functions for layers
by Lenny Komow
· 8 years ago
f8ed1a0
scripts: Default doc validator to non-verbose mode
by Mark Lobodzinski
· 8 years ago
294697e
scripts: Remove unused source_line_info.py
by Mark Lobodzinski
· 8 years ago
03ca6b4
header: Update to version 1.0.67 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
43a2508
layers: Remove unique_objects ext list generation
by Mark Lobodzinski
· 8 years ago
7896de0
layers: Create instance & device extension lists
by Mark Lobodzinski
· 8 years ago
8c388a0
icd: GetImageSubresourceLayout zeros passed layout
by John Zulauf
· 8 years ago
1356b79
icd: Move include to header to fix clang build
by Karl Schultz
· 8 years ago
3ca916c
Proper decoding for msbuild version number readout
by saschawillems
· 8 years ago
d5c8ed4
layers: Fix git.bat fallback on Windows.
by Jamie Madill
· 8 years ago
fa774d8
scripts: Scan CWD in object tracker generator.
by Jamie Madill
· 8 years ago
b11b529
build: Add clang-format checking of pull request changes to CI
by Karl Schultz
· 8 years ago
83032d7
layers: Ignore pImmutableSamplers on non-samplers
by Petr Kraus
· 8 years ago
b91f890
scripts: Scan CWD in parameter validation script.
by Jamie Madill
· 8 years ago
2f3e44a
scripts: Prefer git.bat on Windows.
by Jamie Madill
· 8 years ago
b50f981
layers: Fix Graphics Pipeline pointers not ignored
by Petr Kraus
· 8 years ago
5d574e9
layers: VS2013 compatibility
by Mike Schuchardt
· 8 years ago
f85ac0e
layers: validation_cache review feedback
by Cort Stratton
· 8 years ago
720e835
Fix build errors:
by Cort Stratton
· 8 years ago
823fedc
Use SPIRV-Tools commit ID as validation cache version
by Cort Stratton
· 8 years ago
4b03915
header: Update to version 1.0.66 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
3fdcc73
scripts: Update toolchain revision check script
by Mark Lobodzinski
· 8 years ago
0dd3c4b
icd:Increase WHOLE_SIZE mapped memory
by Tobin Ehlis
· 8 years ago
311a53b
icd:Expand mock icd memory type bit support
by Tobin Ehlis
· 8 years ago
81a2554
scripts: Fix incorrect object type mappings
by Mark Lobodzinski
· 8 years ago
b2097b8
layers: Don't confuse VkResult/VkBool32 in generators.
by Jamie Madill
· 8 years ago
11c8775
layers: Make generator helpers Python 2 compatible.
by Jamie Madill
· 8 years ago
263f37f
layers: Return an error when generator scripts fail.
by Jamie Madill
· 8 years ago
d4b717a
icd:Reduce offset alignment limits
by Tobin Ehlis
· 8 years ago
fe22f30
icd:Don't return support for Undefined Format
by Tobin Ehlis
· 8 years ago
b65d7c4
layers: Refactored pNext chain walks to template
by John Zulauf
· 8 years ago
5a6cf69
icd: thread protect maps
by Mike Stroyan
· 8 years ago
c6b9bf1
scripts:Cleanup comments and output for mock icd
by Tobin Ehlis
· 8 years ago
6c05ded
icd:Fixes for Windows build
by Tobin Ehlis
· 8 years ago
4342278
icd:Get more tests passing on mock ICD
by Tobin Ehlis
· 8 years ago
0ab3663
icd:Limit image properties for linear images
by Tobin Ehlis
· 8 years ago
bcfa629
scripts:Skip some extensions in mock ICD
by Tobin Ehlis
· 8 years ago
b7b545b
icd: Adding generated mock icd
by Tobin Ehlis
· 8 years ago
4867820
header: Update to version 1.0.65 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
1461bb5
header: Update to version 1.0.64 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
2dea3db
scripts: Update vuid_mapping.py for 64 header
by Mark Lobodzinski
· 8 years ago
e735f68
scripts: Remove asserts from struct size helpers
by Joey Bzdek
· 8 years ago
fcdf067
scripts: add get_struct_size helper function
by David Pinedo
· 8 years ago
61e2b05
header: Update to version 1.0.62 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
68df2c9
scripts: Specify utf-8 encoding for db file
by Mark Lobodzinski
· 8 years ago
1a01f47
scripts: Handle goofy unicode chars in spec.py
by Mark Lobodzinski
· 8 years ago
cd854eb
tests: Fix doc validator script
by Mark Lobodzinski
· 8 years ago
c3b3e92
scripts: Generate copy assignment operators for safe_*
by Chris Forbes
· 8 years ago
093e327
build: Update for 1.0.61.0 SDK
by Lenny Komow
· 8 years ago
3800dc6
Revert "layers: Fix Graphics Pipeline pointers not ignored"
by Mark Lobodzinski
· 8 years ago
367d276
layers: Fix Graphics Pipeline pointers not ignored
by Petr Kraus
· 8 years ago
94c394e
scripts: Check toolchain revisions, remove if they differ
by Cody Northrop
· 8 years ago
0c1a7a5
header: Update to 1.0.60
by Mike Schuchardt
· 8 years ago
d0e879f
scripts: Fix VkShaderModuleCreateInfo safe struct
by Mike Schuchardt
· 8 years ago
f0fbc00
scripts: PV codegen handle multiple requires
by Mike Schuchardt
· 8 years ago
61241ff
scripts: Enable instance extension checks in PV
by Mark Lobodzinski
· 8 years ago
ffadaf3
header: Update to version 1.0.59 of the vulkan hdr
by Mark Lobodzinski
· 8 years ago
76b7bf6
layers: Use correct data layer in vkCreateInstance in param validation
by Gabríel Arthúr Pétursson
· 8 years ago
8885897
layers: Move PV custom funcptrs into map
by Mark Lobodzinski
· 8 years ago
34655dd
layers: Re-architect parameter validation layer
by Mark Lobodzinski
· 8 years ago
dfc4972
header: Update to version 1.0.58 of the vulkan hdr
by Mark Lobodzinski
· 8 years ago
2997cec
layers: Fix CmdPushDescriptorSet object tracker
by Tony Barbour
· 8 years ago
0e68466
layers: Fix incorrect VUID for negative viewport ht
by Mark Lobodzinski
· 8 years ago
f24abac
header: Update to version 1.0.57 of the vulkan hdr
by Mark Lobodzinski
· 8 years ago
d02d031
scripts: Exclude disable extension enums
by Mark Lobodzinski
· 8 years ago
11bff89
scripts: Generate PV calls to ranged_enum_array fcn
by Mark Lobodzinski
· 8 years ago
56519e4
scripts: Generate calls to new enum PV function
by Mark Lobodzinski
· 8 years ago
9138181
scripts: Generate param_validation valid enum lists
by Mark Lobodzinski
· 8 years ago
0642035
scripts: Add PDevFeature index print helper
by Mark Lobodzinski
· 8 years ago
822e55e
scripts: Switch codegen to use structextends
by Mike Schuchardt
· 8 years ago
9c2f3eb
header: Update to version 1.0.56 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
ef9f22f
build: Switch to generated object_tracker.cpp
by Mark Lobodzinski
· 8 years ago
be9cecd
scripts: Create object_tracker generator
by Mark Lobodzinski
· 8 years ago
9492eaa
scripts: Add OT generator to main script
by Mark Lobodzinski
· 8 years ago
5d4d606
scripts: Update vuid_mapping script
by Mark Lobodzinski
· 8 years ago
54ccc4c
layers: Reorganize ObjectTracker for future codegen
by Mark Lobodzinski
· 8 years ago
e2b2fda
header: Update to version 1.0.55 of the Vulkan hdr
by Mark Lobodzinski
· 8 years ago
638a65f
layers: Update PV codegen for Windows warning
by Mike Schuchardt
· 8 years ago
7e90b4d
header: Update to 1.0.54 Vulkan release
by Mark Young
· 8 years ago
31c4599
layers: GH1922, Fix out-of-tree builds
by Mark Lobodzinski
· 8 years ago
a745264
layers: Add VUIDS to allocator checks
by Mark Lobodzinski
· 8 years ago
aac8b1a
layers: Add VUs to more PV struct-type_array checks
by Mark Lobodzinski
· 8 years ago
d5c2f40
layers: Output VUIDS for PV required_pointer checks
by Mark Lobodzinski
· 8 years ago
93ff9bf
layers: Add missing parms to vuid_mapping script
by Mark Lobodzinski
· 8 years ago
64b41f0
layers: Wire up zerobitmask PV VUIDs
by Mark Lobodzinski
· 8 years ago
7303a31
layers: Wire up ranged-enum PV VUIDs
by Mark Lobodzinski
· 8 years ago
520415c
layers: Wire in VUIDS for count/array implicit checks
by Mark Lobodzinski
· 8 years ago
7d6025c
scripts: Update vuid_mapping for missing variables
by Mark Lobodzinski
· 8 years ago
02b452b
header: Update to version 1.0.53 of the vulkan hdr
by Mark Lobodzinski
· 8 years ago
6e419d5
layers: Add VUIDs for some -parameter implicit checks
by Mark Lobodzinski
· 8 years ago
a7b8fb7
scripts: Add missing funcs/structs to mapping table
by Mark Lobodzinski
· 8 years ago
a6dc3a2
layers: Plumb in PV implicit requiredbits vuids
by Mark Lobodzinski
· 8 years ago
53bc440
scripts: Add missing variable names to vuid_mapping
by Mark Lobodzinski
· 8 years ago
Next »