Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
f745e62c3c76f899eeb6b066b031b44dd898d612
/
layers
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
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
4ff11cc
bug-14715: DrawIndirect fix
by Courtney Goeltzenleuchter
· 9 years ago
d4d26dd
layers: Remove unneeded layer_common.h
by Courtney Goeltzenleuchter
· 9 years ago
d9dd007
layers: release mutex in DrawState
by Mike Stroyan
· 9 years ago
bdd448b
Added request for VkShaderCreateInfo.stage check
by Jens Owen
· 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
ddaecf8
intel: Removed ICD validation checks from img.c
by Mark Lobodzinski
· 9 years ago
7684384
layers: DeviceLimits warns if queue properties not queried prior to vkCreateDevice()
by Tobin Ehlis
· 9 years ago
e388118
layers: ShaderChecker can attempt calls on errors
by Mike Stroyan
· 9 years ago
223e4d0
layers: fix ShaderChecker hang on stage mismatch
by Mike Stroyan
· 9 years ago
74b430c
layers: make DrawState globals static
by Mike Stroyan
· 9 years ago
5f728d3
Finished migration of validation checks out of cmd_pipeline.c
by Tobin Ehlis
· 9 years ago
8d199e5
layers: Add Idx buffer alignment check to DrawState
by Tobin Ehlis
· 9 years ago
2069317
Remove old checks from pipeline.c and verify that they're handled in validation
by Tobin Ehlis
· 9 years ago
44f667b
layers: Fix bug where logging_callback was not being correctly cleaned up
by Tobin Ehlis
· 9 years ago
96b8176
layers: Make passing a non-SPIRV shader to CreateShaderModule an error
by Chris Forbes
· 9 years ago
ebd3468
layers: Fix APIDump to handle "stdout" special case
by Tobin Ehlis
· 9 years ago
f03481c
layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTOR
by Cody Northrop
· 9 years ago
76ce788
layers: Require pipeline layout to contain all referenced descriptors
by Chris Forbes
· 9 years ago
118e5e0
layers: Collect descriptor usage from SPIRV images
by Chris Forbes
· 9 years ago
e0e9499
layers: Shadow descriptor set layout in ShaderChecker
by Chris Forbes
· 9 years ago
76c1885
layers: Update DrawState array of PIPELINE_NODEs to be vector
by Tobin Ehlis
· 9 years ago
d9e966a
Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo
by Courtney Goeltzenleuchter
· 9 years ago
2adc7a3
bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BIT
by Courtney Goeltzenleuchter
· 9 years ago
0b59060
shader_checker: Do not hold lock across API call.
by Courtney Goeltzenleuchter
· 9 years ago
315ad99
Bug 14643: use VkClearDepthStencilValue
by Courtney Goeltzenleuchter
· 9 years ago
ac544f3
bug-14538: Remove validation error codes
by Courtney Goeltzenleuchter
· 9 years ago
74c4ce9
bug 14509: Rename Layer and Extension queries
by Courtney Goeltzenleuchter
· 9 years ago
d3e4a76
layers: Move some fixed code into header files for APIDump and Generic
by Jon Ashburn
· 9 years ago
de4f110
layers: Fix intercept of WSI instance entrypoints
by Jon Ashburn
· 9 years ago
83334db
layers: Fix several bugs in WSI extension handling in layers
by Jon Ashburn
· 9 years ago
ae3ed41
layers: No assert on init instance table map.size != 1
by Jon Ashburn
· 9 years ago
e48be20
layers: Update DrawState to handle creation of multiple gfx pipelines
by Tobin Ehlis
· 9 years ago
9d30cb1
layers: Various memtracker TODOs, fixed some error messages
by Mark Lobodzinski
· 9 years ago
2b5e541
layers: Update vk_layer_settings.txt to clarify CALLBACK option and change DebugAction for all layers to "LOG_MSG"
by Tobin Ehlis
· 9 years ago
87f115c
layers: Improve invalid object checks of ObjectTracker
by Tobin Ehlis
· 9 years ago
866bb9c
layers: Add return value to non-void function
by Cody Northrop
· 9 years ago
21d6a74
layers: Migrate Fence checks from ObjectTracker to MemTracker
by Tobin Ehlis
· 9 years ago
1dc3196
layers: Example vk_layer_settings.txt file
by Tobin Ehlis
· 9 years ago
b4b6e7c
layers: Fix layer STDOUT logging
by Tobin Ehlis
· 9 years ago
87db501
layers: Migrate MemTracker to allow log_msg callback to signal early return
by Mark Lobodzinski
· 9 years ago
b606726
layers: Another CreateDevice fix (was using WSI instance extension name)
by Ian Elliott
· 9 years ago
395eafe
vktrace: Really put vktrace_layer.json and vktrace_layer.dll in the correct output dirs
by David Pinedo
· 9 years ago
52f7546
vktrace: Put vktrace_layer.json and vktrace_layer.dll in the correct output dirs
by David Pinedo
· 9 years ago
4f7bb0a
bug-14583: Remove the unneeded vkBufferViewType
by Courtney Goeltzenleuchter
· 9 years ago
b88d01e
vulkan: Add missing _BIT to some bitfield enums.
by Courtney Goeltzenleuchter
· 9 years ago
aeffeae
Bug 12998: change ImageSubresourceRange's aspect to aspectMask
by Courtney Goeltzenleuchter
· 9 years ago
f2f9740
layers: Migrate ObjectTracker to updated Validation error reporting
by Tobin Ehlis
· 9 years ago
be0eb4e
layers: Fix spurious WSI memory binding error messages in MemTracker
by Mark Lobodzinski
· 9 years ago
48ddcb8
layers: Migrate DrawState to new error reporting allowing for callback to signal early return
by Tobin Ehlis
· 9 years ago
7ed1059
Bug 12998: Document required depth formats and layouts in buffer memory
by Courtney Goeltzenleuchter
· 9 years ago
ec9dedf
bug 14530: Remove IMAGE_CREATE_INVARIANT_DATA_BIT
by Courtney Goeltzenleuchter
· 9 years ago
c6d66ec
Bug 14587: Rename flags: XXX_CREATE_SPARSE_BIT
by Courtney Goeltzenleuchter
· 9 years ago
7529579
Bug 14313: Remove VK_FORMAT_FEATURE_CONVERSION_BIT
by Courtney Goeltzenleuchter
· 9 years ago
c3b8eea
bug 14516: rename VK_IMAGE_USAGE_DEPTH_STENCIL_BIT
by Courtney Goeltzenleuchter
· 9 years ago
5162441
bug 14541: rename VkTexAddress to VkTexAddressMode
by Courtney Goeltzenleuchter
· 9 years ago
83c95f8
bug 14537: Improve VkImageFormatProperties
by Courtney Goeltzenleuchter
· 9 years ago
d3d0016
layers: Reenable MemTracker reference tracking
by Mark Lobodzinski
· 9 years ago
67b42b7
vulkan.h: Change return types of some functions to void
by Mark Lobodzinski
· 9 years ago
f004499
layers: Add note about vkCreateDevice behavior
by Courtney Goeltzenleuchter
· 9 years ago
3abd86e
draw_state: Implement bailout case for one test
by Courtney Goeltzenleuchter
· 9 years ago
0d6857f
layers: Add bailout flag to debug report callback
by Courtney Goeltzenleuchter
· 9 years ago
f30bd91
mem_tracker: validation comment
by Courtney Goeltzenleuchter
· 9 years ago
a54b76a
bug-14538: Remove driver validation checks
by Courtney Goeltzenleuchter
· 9 years ago
d4d7c5e
layers: Remove unused functions
by Courtney Goeltzenleuchter
· 9 years ago
2f7dd7d
layers: Add DeviceLimits json files
by Cody Northrop
· 9 years ago
d28acef
layers: In DrawState only validate bound VBO index at the time of Draw
by Tobin Ehlis
· 9 years ago
12ab7dc
layers: DrawState fix to prevent false positives when matching PipelineLayouts
by Tobin Ehlis
· 9 years ago
d8dd86b
layers: Fix ScreenShot layer to handle EnumeratePhysicalDevices query count case
by Tobin Ehlis
· 9 years ago
c345b8b
layers: Initial framework for DeviceLimits layer
by Tobin Ehlis
· 9 years ago
2db0804
loader: Use GetProcAddr function names from layer manifest file
by Jon Ashburn
· 9 years ago
7dae686
vulkan.h: Refactoring physical device sparse properties and limits, bug# 13139
by Mark Lobodzinski
· 9 years ago
338dedb
WSI: Convert WSI swapchain extension usage to new KHR style
by Ian Elliott
· 9 years ago
af14e9f
layers: If layers receive bad filename for output log, report ERROR and fallback to stdout
by Tobin Ehlis
· 9 years ago
8354e02
layers: Update some layers to avoid repeated call to get_dispatch_key()
by Tobin Ehlis
· 9 years ago
7db1fed
bug 14517: Rename cs parameter to stage
by Courtney Goeltzenleuchter
· 9 years ago
6aa1abd
layers: MemTracker fixes for image usage flag validation.
by Mark Lobodzinski
· 9 years ago
1856d6f
Bug 14522: Remove VkAttachmentView
by Courtney Goeltzenleuchter
· 9 years ago
46d92c0
windows: Fix a couple signed/unsigned warnings
by Cody Northrop
· 9 years ago
46d10d0
layers: Modify ScreenShot usage and layout flags to work cross vendor
by Cody Northrop
· 9 years ago
98fb22a
layers: Port screenshot fixes to master
by Cody Northrop
· 9 years ago
f993d54
headers: Moved utility routine out of to-be-upstreamed header file
by Mark Lobodzinski
· 9 years ago
236717c
layers: Automated checking of validation layer documentation
by Tobin Ehlis
· 9 years ago
2235fbc
layers: Various corrections to vk_validation_layer_details.md
by Tobin Ehlis
· 9 years ago
70fd085
layers: Add todo flagging destroy while on queue
by Mike Stroyan
· 9 years ago
0f2b9e2
vk_platform: Update to upstream vk_platform.h
by Courtney Goeltzenleuchter
· 9 years ago
5addc5e
check that cube array views are complete cubes
by Cass Everitt
· 9 years ago
e4bc694
v156: Bug 14451 - Rename dynamic state objects
by Cody Northrop
· 9 years ago
fe27ad5
Bug 14474: Remove *_USAGE_GENERAL
by Cody Northrop
· 9 years ago
2605cb0
Bug 14406: Add support for front/back stencil reference dynamic state
by Cody Northrop
· 9 years ago
9e8b03f
Bug 14400: Add FORMAT_FEATURES for blits
by Cody Northrop
· 9 years ago
Next »