Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
cc2c74c66077f22fce200003ca1f227ad6d10412
cc2c74c
update_external_sources: Fix svn LunarGLASS checkout for Linux
by Cody Northrop
· 9 years ago
6885ef2
misc: do not need pull if using git checkout
by Courtney Goeltzenleuchter
· 9 years ago
f73135a
layers: Remove obsolete dbg message logging header
by Jon Ashburn
· 9 years ago
649d0ca
layers: Add support for debug_report extension in generic layer
by Jon Ashburn
· 9 years ago
5bd87b9
vktrace: Fix windows compile warnings
by Jon Ashburn
· 9 years ago
f1e6810
loader: Fix comile warning on Window
by Jon Ashburn
· 9 years ago
5d1b3b3
loader, icd: correct use of _aligned_malloc
by Mike Stroyan
· 9 years ago
58c279c
layers: Remove dead code from MemTracker
by Mark Lobodzinski
· 9 years ago
806aa6a
layers: Fix DeviceLimits error return codes
by Mark Lobodzinski
· 9 years ago
6f3403c
layers: Add validation for Image Aspect settings
by Mark Lobodzinski
· 9 years ago
6712dea
loader: match free to alloc in dirent functions
by Mike Stroyan
· 9 years ago
b7c5b23
layers: LunarXchange #145: Fix windows printf format errors
by Mark Lobodzinski
· 9 years ago
42cbe3b
tests: Add required graphics pipeline states to unblock creation
by Cody Northrop
· 9 years ago
1a0f3e6
tests: Add fragment stage to several layer validation tests
by Cody Northrop
· 9 years ago
a1eef1a
loader: Fix GetInstanceProcAddr for CreateDevice
by Jon Ashburn
· 9 years ago
6e04614
tests: Check color attachment feature before selecting mem types
by Tony Barbour
· 9 years ago
e1b115f
Demos: increase console buffer size for vulkaninfo
by David Pinedo
· 9 years ago
21c738f
tests: Allow GetPhysicalDeviceFormatProperties to return VK_UNSUPPORTED
by Jon Ashburn
· 9 years ago
1af2892
tests: Allow querypool to return VK_NOT_READY
by Jon Ashburn
· 9 years ago
87c8fe9
loader: Add warning message for unreconized layer names from env var
by Jon Ashburn
· 9 years ago
3c2a7d3
tests: Set viewport state pointers to NULL
by Tony Barbour
· 9 years ago
36b5915
update_external_sources: get glslang from gitlab
by Greg Fischer
· 9 years ago
9114f39
update_external_sources: get glslang from gitlab
by GregF
· 9 years ago
d833b88
Only check blend state if blend is enabled.
by Michael Lentine
· 9 years ago
6715e52
Add basic validation for the shader module.
by Michael Lentine
· 9 years ago
a88e2f5
layers: Add DrawState checks for dynamically set Viewport and Scissors
by Tobin Ehlis
· 9 years ago
9e839e5
layers: Drawstate verify viewport and scissor state at PSO creation time
by Tobin Ehlis
· 9 years ago
0c5eea2
loader: Fixes in trampoline code to support layers which wrap objects
by Jon Ashburn
· 9 years ago
ea10a5e
vktrace: Update README
by Jon Ashburn
· 9 years ago
5e8a0bc
tests: Add DeviceLimts and Image layers to run_all_tests_with_layers.sh
by Tobin Ehlis
· 9 years ago
7024484
layers: Validation -- updated layer validation doc file
by Mark Lobodzinski
· 9 years ago
a73e50c
loader: fix use of freed memory
by Mike Stroyan
· 9 years ago
173d93e
layers: Updated README.md and details doc
by Tobin Ehlis
· 9 years ago
609caa0
Add "Swapchain" layer to the "run_all_tests_with_layers" test.
by Ian Elliott
· 9 years ago
3d40696
Build doc: Correction to the cmake command to be used for windows
by David Pinedo
· 9 years ago
3bf020c
vulkaninfo demo: Reduce the size of the console window so it fits on smaller screens
by David Pinedo
· 9 years ago
c66236e
sdk: Update release notes for 0.9 SDK
by Courtney Goeltzenleuchter
· 9 years ago
05b4ec6
loader: Fix vkGetInstanceProcAddr to handle debug_report extension
by Jon Ashburn
· 9 years ago
a0f061c
layers: Validate draw commands appropriately inside/outside render pass
by Mark Lobodzinski
· 9 years ago
c2033a0
tests: Update ResetUnsignaledFence test to expect WARN rather than ERROR
by Tobin Ehlis
· 9 years ago
3dec46c
layers: Fix DrawState to correctly handle dynamic state from PSO and CmdSet* calls
by Tobin Ehlis
· 9 years ago
3b34109
layers: DrawState allows callback to set fail on DescriptorType mismatch
by Tobin Ehlis
· 9 years ago
1858875
Merge branch 'mlentine_layers4' into 'master'
by Tobin Ehlis
· 9 years ago
2f5deb5
bug-14365: fix misunderstanding in dynamic state
by Courtney Goeltzenleuchter
· 9 years ago
1c9f989
vktools: Need to capture & replay new pDynamicState
by Courtney Goeltzenleuchter
· 9 years ago
811eb74
Set dynamic pipeline state as dynamic
by Piers Daniell
· 9 years ago
bfb5fd6
Make reseting an unsignaled fence a warning.
by Michael Lentine
· 9 years ago
d7770ed
vktrace: Some TODO additions and deletions
by Jon Ashburn
· 9 years ago
8aa75cb
loader: Change GetXXProcAddr to support NULL dispatchable object
by Jon Ashburn
· 9 years ago
f6cb467
layers: DrawState handles dynamic state set via PSO
by Tobin Ehlis
· 9 years ago
48837d1
layers: Disable vktrace layer if loaded incorrectly
by Mark Lobodzinski
· 9 years ago
6baf440
tests: Remove std140 to avoid warnings
by Tony Barbour
· 9 years ago
c95fa8d
layers: Intercept vkEnumerateInstance[Layer|Extension]Properties() funcs in DeviceLimits
by Tobin Ehlis
· 9 years ago
6454cd9
Fix windows build issues in cube.c and device_limits.cpp
by Tobin Ehlis
· 9 years ago
8a10b1b
layers: DeviceLimits device feature checks and dead code removal
by Tobin Ehlis
· 9 years ago
795460a
demos: Query device features in cube prior to creating device
by Tobin Ehlis
· 9 years ago
73bb657
layers: Add constructors for layer_data
by Cody Northrop
· 9 years ago
e78816e
layers: Remove object map before vkDestroy*
by Mike Stroyan
· 9 years ago
7b7b61c
WSI Validation: Removed 2 checks that are driver-specific.
by Ian Elliott
· 9 years ago
63ae76b
misc: Change all JSON files to abi version 0.9.0
by Jon Ashburn
· 9 years ago
2f0f9e9
demos: vulkaninfo: increase console buffer size so that output can be read
by David Pinedo
· 9 years ago
3eefd61
layers: remove static declaration of get_my_data_ptr
by Mike Stroyan
· 9 years ago
bb0d6e7
layers: Image layer does not need to reserve space
by Mike Stroyan
· 9 years ago
445e3fd
layers: don't memset layer data in get_my_data_ptr
by Mike Stroyan
· 9 years ago
b6f0981
Remove WSI from "General Pending Work" section of layer documentation.
by Ian Elliott
· 9 years ago
90805ae
Move documentation for Swapchain -> it's a validation layer
by Ian Elliott
· 9 years ago
f81c256
WSI Validation: Add error enum and document Swapchain layer.
by Ian Elliott
· 9 years ago
c3f3742
misc: Move snprintf define to vk_sdk_platform.h
by Courtney Goeltzenleuchter
· 9 years ago
9268944
Make layers build on android.
by Michael Lentine
· 9 years ago
f745e62
tests: cleanup valgrind errors
by Courtney Goeltzenleuchter
· 9 years ago
591ac87
tri: cleanup valgrind errors
by Courtney Goeltzenleuchter
· 9 years ago
283f4a3
cube: Fix valgrind warnings
by Courtney Goeltzenleuchter
· 9 years ago
358c76e
tests: cleanup issues found by valgrind
by Courtney Goeltzenleuchter
· 9 years ago
e38ed29
Change ERROR -> PERF_WARN in vkAcquireNextImageKHR().
by Ian Elliott
· 9 years ago
329da01
WSI Validation: Initial WSI "swapchain" validation layer.
by Ian Elliott
· 9 years ago
e82d5b6
cube/tri: Changed invalid <size> argument value for vkMapMemory()
by Dominik Witczak
· 9 years ago
f5b3cc1
layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RP
by Mark Lobodzinski
· 9 years ago
b922b33
layers: Note pending work for ObjectTracker
by Mike Stroyan
· 9 years ago
342b9bf
layers: Added Image layer to validation test suite with new test for bad ImageView
by Tobin Ehlis
· 9 years ago
3561380
layers: Update Image layer to support validation callback error return status
by Tobin Ehlis
· 9 years ago
6538053
layers: Update Image layer to offload view.c validation checks from driver
by Tobin Ehlis
· 9 years ago
8b4f167
Remove validation checks from query.c
by Tobin Ehlis
· 9 years ago
4ff11cc
bug-14715: DrawIndirect fix
by Courtney Goeltzenleuchter
· 9 years ago
d4d26dd
layers: Remove unneeded layer_common.h
by Courtney Goeltzenleuchter
· 9 years ago
70a0c75
layers: layer generate confused by Count parameter
by Courtney Goeltzenleuchter
· 9 years ago
e7d8235
bug-14365: fix viewport & scissor count
by Courtney Goeltzenleuchter
· 9 years ago
2d8831a
loader: Remove instance validation checks from debug_report.c
by Mark Lobodzinski
· 9 years ago
59190f0
vktrace: remove quoting to stop cmake warnings
by Mike Stroyan
· 9 years ago
d9dd007
layers: release mutex in DrawState
by Mike Stroyan
· 9 years ago
09b7585
layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker maps
by Mike Stroyan
· 9 years ago
9f57ef2
tests: Remove duplicate calls to InitState
by Mike Stroyan
· 9 years ago
2237f52
tests: Destroy objects after each validation test.
by Mike Stroyan
· 9 years ago
bdd448b
Added request for VkShaderCreateInfo.stage check
by Jens Owen
· 9 years ago
328d16c
build: fix update_external_sources.bat to pick up SPIRV rev32 for glslang
by GregF
· 9 years ago
cc14987
loader: Remove validation checks from loader.c
by Mark Lobodzinski
· 9 years ago
e20aaa2
bug-14365: add dynamic state to PSO
by Courtney Goeltzenleuchter
· 9 years ago
932cdb5
bug 14365: make separate viewport and scissor cmds
by Courtney Goeltzenleuchter
· 9 years ago
09772bb
bug 14365: replace dynamic state objects
by Courtney Goeltzenleuchter
· 9 years ago
ee8d581
layers: Add function to check if msg will be logged
by Courtney Goeltzenleuchter
· 9 years ago
b98d54e
intel: Verified that driver validation checks are covered for fb.c
by Mark Lobodzinski
· 9 years ago
Next »