aboutsummaryrefslogtreecommitdiff
path: root/layers
AgeCommit message (Expand)Author
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-25layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RPMark Lobodzinski
2015-09-24layers: Note pending work for ObjectTrackerMike Stroyan
2015-09-24layers: Added Image layer to validation test suite with new test for bad Imag...Tobin Ehlis
2015-09-24layers: Update Image layer to support validation callback error return statusTobin Ehlis
2015-09-24layers: Update Image layer to offload view.c validation checks from driverTobin Ehlis
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23layers: Remove unneeded layer_common.hCourtney Goeltzenleuchter
2015-09-23layers: release mutex in DrawStateMike Stroyan
2015-09-23Added request for VkShaderCreateInfo.stage checkJens Owen
2015-09-23bug-14365: add dynamic state to PSOCourtney Goeltzenleuchter
2015-09-23bug 14365: make separate viewport and scissor cmdsCourtney Goeltzenleuchter
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
2015-09-23layers: Add function to check if msg will be loggedCourtney Goeltzenleuchter
2015-09-22intel: Removed ICD validation checks from img.cMark Lobodzinski
2015-09-22layers: DeviceLimits warns if queue properties not queried prior to vkCreateD...Tobin Ehlis
2015-09-22layers: ShaderChecker can attempt calls on errorsMike Stroyan
2015-09-22layers: fix ShaderChecker hang on stage mismatchMike Stroyan
2015-09-22layers: make DrawState globals staticMike Stroyan
2015-09-21Finished migration of validation checks out of cmd_pipeline.cTobin Ehlis
2015-09-21layers: Add Idx buffer alignment check to DrawStateTobin Ehlis
2015-09-21Remove old checks from pipeline.c and verify that they're handled in validationTobin Ehlis
2015-09-21layers: Fix bug where logging_callback was not being correctly cleaned upTobin Ehlis
2015-09-20layers: Make passing a non-SPIRV shader to CreateShaderModule an errorChris Forbes
2015-09-18layers: Fix APIDump to handle "stdout" special caseTobin Ehlis
2015-09-18layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTORCody Northrop
2015-09-18layers: Require pipeline layout to contain all referenced descriptorsChris Forbes
2015-09-18layers: Collect descriptor usage from SPIRV imagesChris Forbes
2015-09-18layers: Shadow descriptor set layout in ShaderCheckerChris Forbes
2015-09-17layers: Update DrawState array of PIPELINE_NODEs to be vectorTobin Ehlis
2015-09-17Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfoCourtney Goeltzenleuchter
2015-09-17bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BITCourtney Goeltzenleuchter
2015-09-17shader_checker: Do not hold lock across API call.Courtney Goeltzenleuchter
2015-09-17Bug 14643: use VkClearDepthStencilValueCourtney Goeltzenleuchter
2015-09-17bug-14538: Remove validation error codesCourtney Goeltzenleuchter
2015-09-17bug 14509: Rename Layer and Extension queriesCourtney Goeltzenleuchter
2015-09-17layers: Move some fixed code into header files for APIDump and GenericJon Ashburn
2015-09-17layers: Fix intercept of WSI instance entrypointsJon Ashburn
2015-09-17layers: Fix several bugs in WSI extension handling in layersJon Ashburn
2015-09-17layers: No assert on init instance table map.size != 1Jon Ashburn
2015-09-17layers: Update DrawState to handle creation of multiple gfx pipelinesTobin Ehlis
2015-09-17layers: Various memtracker TODOs, fixed some error messagesMark Lobodzinski
2015-09-17layers: Update vk_layer_settings.txt to clarify CALLBACK option and change De...Tobin Ehlis
2015-09-17layers: Improve invalid object checks of ObjectTrackerTobin Ehlis
2015-09-16layers: Add return value to non-void functionCody Northrop
2015-09-16layers: Migrate Fence checks from ObjectTracker to MemTrackerTobin Ehlis
2015-09-16layers: Example vk_layer_settings.txt fileTobin Ehlis
2015-09-16layers: Fix layer STDOUT loggingTobin Ehlis
2015-09-15layers: Migrate MemTracker to allow log_msg callback to signal early returnMark Lobodzinski
2015-09-15layers: Another CreateDevice fix (was using WSI instance extension name)Ian Elliott