Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
2456f9922d1ee2edb89d49c4ae9046af5708c023
2456f99
layers: Fix typos in ValidateUpdateDescriptorSets
by Artem Kharytoniuk
· 7 years ago
d838ace
layers: Make bind more robust to invalid memory
by John Zulauf
· 7 years ago
29eddbd
tests: Add buffer creation zero size test
by Petr Kraus
· 7 years ago
cb4f295
tests: Add mipLevels and arrayLayers zero tests
by Petr Kraus
· 7 years ago
1e426f7
tests: Update CreateImageLimitsViolationMinWidth
by Petr Kraus
· 7 years ago
e5c3765
layers: Make ValidateGreaterThan report vuid etc.
by Petr Kraus
· 7 years ago
3f68596
tests: add tests for descriptor limit VUs
by Dave Houlton
· 7 years ago
88e30e3
layers: add remaining descriptor limit VUs
by Dave Houlton
· 7 years ago
8ed1d89
TEST: Create pre-instance intercept test case
by Lenny Komow
· 7 years ago
eb80aca
MikeW's private development tools.
by Mike Weiblen
· 7 years ago
32846e5
docs: Update loader doc for pre-instance layers
by Lenny Komow
· 7 years ago
3cf3ac7
loader: Add pre-instance functions for layers
by Lenny Komow
· 7 years ago
060a8e3
scripts: Default doc validator to non-verbose mode
by Mark Lobodzinski
· 7 years ago
dbc4ddd
scripts: Remove unused source_line_info.py
by Mark Lobodzinski
· 7 years ago
508d13a
layers: Make DescriptorSetLayout robust for CTS
by John Zulauf
· 7 years ago
dbe7dce
header: Update to version 1.0.67 of the Vulkan hdr
by Mark Lobodzinski
· 7 years ago
f0375cf
docs: Updates for governance, readme
by Mark Lobodzinski
· 7 years ago
74371b7
Add .vscode to .gitignore
by Joey Bzdek
· 7 years ago
8e1425e
build: Allow more control in windows build script
by Karl Schultz
· 7 years ago
0e41713
build: Improve update ext srcs script for better CI
by Karl Schultz
· 7 years ago
2159495
layers: Remove unique_objects ext list generation
by Mark Lobodzinski
· 7 years ago
75a4631
layers: Use common ext lists in unique_objects
by Mark Lobodzinski
· 7 years ago
fc9451f
layers: Create instance & device extension lists
by Mark Lobodzinski
· 7 years ago
83a744e
docs: Updated for README formatting on github
by Mark Lobodzinski
· 7 years ago
4d01bfc
docs: Additional updates and corrections
by Mark Lobodzinski
· 7 years ago
863defa
docs: Add governance doc, Update readme, contributing
by Mark Lobodzinski
· 7 years ago
48a6a70
layers: Add validation caching for draw/dispatch
by John Zulauf
· 7 years ago
b6d7120
layers: Replace iterative DS Get.* with maps/sets
by John Zulauf
· 7 years ago
4c7b552
layers: Add cache of memory binding set for perf
by John Zulauf
· 7 years ago
c483f44
layers: Combine global binding start/end lookup
by John Zulauf
· 7 years ago
fdbd345
icd: GetImageSubresourceLayout zeros passed layout
by John Zulauf
· 7 years ago
607f9d0
build: Fix application of /bigobj compile flag
by Karl Schultz
· 7 years ago
b91d5df
Update android-build/cmake scripts to build with Android Studio 3.0.0+
by guanghuafan
· 7 years ago
0c9cd98
icd: Move include to header to fix clang build
by Karl Schultz
· 7 years ago
166f5e9
build: Retarget AppVeyor build to VS2013
by Mike Schuchardt
· 7 years ago
8314e54
loader: Change overzealous warning to debug msg
by Lenny Komow
· 7 years ago
a0c3990
build: Update BUILD.md to specify VS2013
by Mike Schuchardt
· 7 years ago
0bc8e7a
tests: Explicit move constructor/assignment
by Mike Schuchardt
· 7 years ago
0cf0d13
tests: Add a guard around noexcept in vktestbinding.h
by Dave Houlton
· 7 years ago
b42fd03
build: Remove APP_MODULES from android Application.mk
by Mark Lobodzinski
· 7 years ago
724fe3b
tests: test non-unique shader capabilities
by Dave Houlton
· 7 years ago
eb10ea8
layers: Accept non-unique shader caps
by Dave Houlton
· 7 years ago
7eed14f
Proper decoding for msbuild version number readout
by saschawillems
· 7 years ago
e7d1038
tests: Fix use of uninitialized var in VkBufferTest
by Petr Kraus
· 7 years ago
7a5775a
layers: Change target name for devsim json
by Joey Bzdek
· 7 years ago
5ccfd6e
layers: Fix git.bat fallback on Windows.
by Jamie Madill
· 7 years ago
6811b5d
build: Address clang compilation warnings
by Karl Schultz
· 7 years ago
69d11db
android: Roll back to NDK r15c
by Cody Northrop
· 7 years ago
4a778f1
android: Add missing shaderc file
by Cody Northrop
· 7 years ago
e952674
tests: Transition to VkPipelineLayoutObj
by Petr Kraus
· 7 years ago
65ccc88
tests Add VkPipelineLayoutObj
by Petr Kraus
· 7 years ago
32a2ad1
tests: Transition to VkDescriptorSetLayoutObj
by Petr Kraus
· 7 years ago
32ea608
tests: Add VkDescriptorSetLayoutObj
by Petr Kraus
· 7 years ago
858bacd
tests: Add Obj vector transformation helpers
by Petr Kraus
· 7 years ago
b3d2c82
tests: Make Handles moveable
by Petr Kraus
· 7 years ago
c47ddf9
scripts: Scan CWD in object tracker generator.
by Jamie Madill
· 7 years ago
860d441
tests: Turn off tr1 namespace deprecation warning
by Mike Schuchardt
· 7 years ago
beb5f61
tests:Remove functional check from ExternalMemory
by Tobin Ehlis
· 7 years ago
b786394
layers: Remove unused variable from core validation.
by Jamie Madill
· 7 years ago
a53b35f
build: Add clang-format checking of pull request changes to CI
by Karl Schultz
· 7 years ago
d2a74c7
tests: Add pos. test for ignored pImmutableSamplers
by Petr Kraus
· 7 years ago
42f6f8d
layers: Ignore pImmutableSamplers on non-samplers
by Petr Kraus
· 7 years ago
9737e62
layers:Kill PV return code check
by Tobin Ehlis
· 7 years ago
26828e1
layers: Work around bugs in old STL versions.
by Jamie Madill
· 7 years ago
aa83e7f
android: Update to NDK r16b
by Cody Northrop
· 7 years ago
74627c4
scripts: Scan CWD in parameter validation script.
by Jamie Madill
· 7 years ago
c66b22c
scripts: Prefer git.bat on Windows.
by Jamie Madill
· 7 years ago
e91f7a1
layers: Fix Graphics Pipeline pointers not ignored
by Petr Kraus
· 7 years ago
94a0037
layers: improve const-ness in buffer_validation.cpp
by Dave Houlton
· 7 years ago
ee281a5
layers: Repro and fix GH 2239
by Dave Houlton
· 7 years ago
5f08eee
tests: Refactor DSBufferLimitErrors
by Mike Schuchardt
· 7 years ago
52c3ce2
layers: Fix PV overflow
by Mike Schuchardt
· 7 years ago
78354e7
tests: Fix InvalidCmdBufferPipelineDestroyed
by Mike Schuchardt
· 7 years ago
915c17c
tests:Re-enable DS attachment for TriTest
by Tobin Ehlis
· 7 years ago
3adc415
layers:Add VUID to existing check
by Tobin Ehlis
· 7 years ago
deec4ce
tests:Driver Workaround and notes
by Tobin Ehlis
· 7 years ago
131035b
tests:Correctly treat failMask as enum
by Tobin Ehlis
· 7 years ago
e5f5f4b
tests: Clean up VKTriangleTest
by Petr Kraus
· 7 years ago
f161746
tests: Use avail. utils in pipeline viewport tests
by Petr Kraus
· 7 years ago
7970df0
layers: Add some missings locks of global_lock
by Jean-François Marquis
· 7 years ago
13c98a6
build: Clear some compiler warnings
by Petr Kraus
· 7 years ago
7202c74
tests: Add tests for VUs 0fe0023c-246
by Dave Houlton
· 7 years ago
fea08a9
layers: Add descriptor limit checks to vkCreatePipelineLayout()
by Dave Houlton
· 7 years ago
baf5fee
tests: Fix MiscImageLayerTests unsupported format
by Petr Kraus
· 7 years ago
b9659a0
test: Fix image usage-feature check
by Petr Kraus
· 7 years ago
540a67d
tests: Fix empty queue families in device creation
by Petr Kraus
· 7 years ago
4d7e5ac
tests: Fix missing usage in ClearImageErrors
by Petr Kraus
· 7 years ago
b23999b
tests: Fix unsupported format in InvalidImageLayout
by Petr Kraus
· 7 years ago
8eb6efe
Revert "layers: Add descriptor limit checks to vkCreatePipelineLayout()"
by Dave Houlton
· 7 years ago
4dc358a
Revert "tests: Add tests for VUs 0fe0023c-246"
by Dave Houlton
· 7 years ago
6da23bb
winsdk: Move file copying into NSIS installer
by Lenny Komow
· 7 years ago
2db5107
tests: Add tests for VUs 0fe0023c-246
by Dave Houlton
· 7 years ago
64472be
layers: Add descriptor limit checks to vkCreatePipelineLayout()
by Dave Houlton
· 7 years ago
97662b0
layers: VS2013 compatibility
by Mike Schuchardt
· 7 years ago
1e3c0fb
build: Remove clumsy syntax in Travis-CI config
by Karl Schultz
· 7 years ago
dd79058
tests: Add missing lineWidth parameters
by Petr Kraus
· 7 years ago
2107845
tests: Separate LogicOp test
by Petr Kraus
· 7 years ago
3a77f03
tests: Update MismatchedQueueFamiliesOnSubmit
by Petr Kraus
· 7 years ago
2d12771
tests:Add new case to ClearDepthStencilImageErrors
by Tobin Ehlis
· 7 years ago
cb5937e
tests:Fix unexpected error
by Tobin Ehlis
· 7 years ago
Next »