- e2e6b4e Clear priorFences on reset. by Michael Lentine · 8 years ago
- 5627e69 layers: Fix query tracking across multiple command buffers on the same queue by Michael Lentine · 8 years ago
- 860b0fe layers: Fix event tracking to differentiate reading and writing by Michael Lentine · 8 years ago
- b3f6006 layers: Move and rename validate_descriptor_availability_in_pool by Chris Forbes · 8 years ago
- 81d9521 layers: Add getPipelineLayout helper, use it by Chris Forbes · 8 years ago
- 1fa08e7 layers: Use pipeline layout -> ds layout direct map by Chris Forbes · 8 years ago
- 46ded2c layers: Use getDescriptorSetLayout helper in more places by Chris Forbes · 8 years ago
- 70858bb layers: Remove more AllocateDescriptorSets noise by Chris Forbes · 8 years ago
- 056d992 layers: Further rework to AllocateDescriptorSets by Chris Forbes · 8 years ago
- bc22feb layers: Get rid of pre-call updates in AllocateDescriptorSets by Chris Forbes · 8 years ago
- a570b7c parameter_validation: avoid invalid GIPA call in vkCreateDevice by Chia-I Wu · 8 years ago
- 02f01a3 parameter_validation: handle device commands in GetInstanceProcAddr by Chia-I Wu · 8 years ago
- a07d82c parameter_validation: no interface functions in layer functions by Chia-I Wu · 8 years ago
- 617f2a4 parameter_validation: refactor GetInstanceProcAddr by Chia-I Wu · 8 years ago
- f9b0138 parameter_validation: add intercept_core_device_command by Chia-I Wu · 8 years ago
- 76a3466 parameter_validation: improve EnumerateDeviceExtensionProperties by Chia-I Wu · 8 years ago
- 3384db8 parameter_validation: add parameter_validation::global_layer by Chia-I Wu · 8 years ago
- 01ca237 parameter_validation: drop vk prefix for layer functions by Chia-I Wu · 8 years ago
- 1a6b193 parameter_validation: put layer functions into a namespace by Chia-I Wu · 8 years ago
- 99f701c parameter_validation: move vkEnumerate*Properties around by Chia-I Wu · 8 years ago
- 5cec2c2 winrtinstaller: remove dependency on msvcrt redistributables by David Pinedo · 8 years ago
- bd1fecd layers: GH7, Replace bad var names in obj_tracker by Mark Lobodzinski · 8 years ago
- b5ccf3f tests: GH7, Fix invalid variable names by Mark Lobodzinski · 8 years ago
- 80eb92a layers: GH7, Fix bad var names in layer utils by Mark Lobodzinski · 8 years ago
- 2b46a9d headers: GH7, Fix bad variable names in vk_icd.h by Mark Lobodzinski · 8 years ago
- 0978f5f layers: GH7, Fix bad var names in core_validation by Mark Lobodzinski · 8 years ago
- 48eee0d layers: GH7, Fix bad var names in device_limits by Mark Lobodzinski · 8 years ago
- d27a107 layers: GH7, Replace bad variables in image layer by Mark Lobodzinski · 8 years ago
- 1481755 layers: GH7, Fix bad var names in threading layer by Mark Lobodzinski · 8 years ago
- 3ae5516 layers: GH7, Fix bad var names in swapchain layer by Mark Lobodzinski · 8 years ago
- 6e23d77 tests: GH535 Add tests for clear image errors by Tobin Ehlis · 8 years ago
- 6a4605b layers: Replace is_depth() in image layer with util function by Tobin Ehlis · 8 years ago
- f4d352b layers: GH535 Add checks for Clear image errors by Tobin Ehlis · 8 years ago
- e4c019d doc: Add "Pending" string back in for shader checker by Tobin Ehlis · 8 years ago
- 0e9aae7 docs: update v0 languages for device layer deprecation by Chia-I Wu · 8 years ago
- 7b4f4d6 layers: Updated validation layer details doc by Mark Lobodzinski · 8 years ago
- 56a3094 layers: DescriptorSet class clean-up by Tobin Ehlis · 8 years ago
- d41e7b6 layers: Verify that src of copy update is updated by Tobin Ehlis · 8 years ago
- 300888c layers: Refactor DescriptorSet update interface by Tobin Ehlis · 8 years ago
- ad4a2da layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
- da1cc23 layers: Simplify command buffer pool cleanup by Chris Forbes · 8 years ago
- 3535888 layers: More slight tidying by Chris Forbes · 8 years ago
- b065df0 use getFramebuffer more by Chris Forbes · 8 years ago
- 59b3654 layers: simplify TransitionSubpassLayouts by Chris Forbes · 8 years ago
- 05e03b7 layers: Add getFramebuffer() helper by Chris Forbes · 8 years ago
- c785a10 layers: Simplify CmdEndRenderPass by Chris Forbes · 8 years ago
- 967c468 layers: Add getRenderPass helper by Chris Forbes · 8 years ago
- 69f0ffc layers: Unify cb lookup in CmdBeginRenderPass by Chris Forbes · 8 years ago
- 92546ad layers: Remove lastBound state reset in destructor by Tobin Ehlis · 8 years ago
- 9906d9d layers: Improve DescriptorSet cleanup by Tobin Ehlis · 8 years ago
- 09d1671 layers: Reduce DescriptorSet map look-ups by Tobin Ehlis · 8 years ago
- 03d61de layers: Refactor DescriptorSet Update code by Tobin Ehlis · 8 years ago
- 660bcdc tests: Migrate InvalidDSUpdateStruct to parameter_validation by Tobin Ehlis · 8 years ago
- b55bc27 layers: Fix intercepts of parameter_validation by Tobin Ehlis · 8 years ago
- 8481f4d layers: Migrate types from core_validation.h by Tobin Ehlis · 8 years ago
- 17978d8 layers: Const correctness for debug_report_data param by Tobin Ehlis · 8 years ago
- c9d7fc9 doc: update layer and loader doc for device lyaer deprecation by Jon Ashburn · 8 years ago
- f5d1a09 layers: Update cmds allowed in 2nd CB subpass by Tobin Ehlis · 8 years ago
- 244fe58 layers: GH544 Allow INVALID cmd buffers to be reset by Tobin Ehlis · 8 years ago
- a061e59 layers: Update layer README.md for release by Mark Lobodzinski · 8 years ago
- f490f2e layers: Add correct IsStorage() to TexelDescriptor by Tobin Ehlis · 8 years ago
- c900f57 layers: Ignore 'noautovalidity' params w/codgen by Dustin Graves · 8 years ago
- 2adca84 layers: Fix transposed messages by Dustin Graves · 8 years ago
- 6c6d898 tests: Fix Android build by Dustin Graves · 8 years ago
- bda5df5 loader: update linux so version by Jeremy Hayes · 8 years ago
- a4bb8c1 tests: Adjust VkLayerTest.RequiredParameter by Dustin Graves · 8 years ago
- 085d27a tests: Fix failure in EnabledWsi test by Mark Lobodzinski · 8 years ago
- 8b83c40 loader: Treat GLOBAL layers same as INSTANCE layers by Jon Ashburn · 8 years ago
- ba5c686 tests: GH485, Update valid format property tests by Mark Lobodzinski · 8 years ago
- fd5e02f layers: GH485, Remove redundant format props check by Mark Lobodzinski · 8 years ago
- 9d1d6b1 layers: GH485, Strengthen image format validation by Mark Lobodzinski · 8 years ago
- c0dc07c loader: reduce message level if GDPA of a layer is not found by Jon Ashburn · 8 years ago
- 74503c7 update glslang and spirv-tools revisions by GregF · 8 years ago
- 323faa7 git: Ignore Qt generated files by Rene Lindsay · 8 years ago
- 13c1e2b tests: Adjust return code validation test by Dustin Graves · 8 years ago
- 2dc9f7a misc: Update to version 1.0.13, header, xml, JSON files by Jon Ashburn · 8 years ago
- 491cd04 loader: deprecate device layers by Jon Ashburn · 8 years ago
- c84c193 windows: Fix android-generate.bat by Cody Northrop · 8 years ago
- 940c4bd layers: Fix VkBool32 return in vk-layer-generate.py. by Jamie Madill · 8 years ago
- dbda66b layers: Add output file option to vk-generate scripts. by Jamie Madill · 8 years ago
- 0b03b93 layers: Track dynamic descriptor offsets per set index by Chris Forbes · 8 years ago
- 367c032 layers: Narrow scopes of some locals for clarity by Chris Forbes · 8 years ago
- 419a109 Fix allows to return actual storage_ and not default false value. by Norbert Nopper · 8 years ago
- d9867fc layers: Clean up old mem_tracker merge remnants by Tobin Ehlis · 8 years ago
- 51b5f05 layers: Fix android build errors by Tobin Ehlis · 8 years ago
- 077ded3 tests: Clean up InvalidMemoryAliasing test by Tobin Ehlis · 8 years ago
- 8a46c85 tests: Update doc validation by Tobin Ehlis · 8 years ago
- 3537252 tests: Add InvalidMemoryMapping test by Tobin Ehlis · 8 years ago
- d094c27 layers: Fixes to memory mapping checks by Tobin Ehlis · 8 years ago
- 680eb2b tests: Update document validation related to tests by Tobin Ehlis · 8 years ago
- d5b56ea layers: Kill MISSING_MEM_BINDINGS error by Tobin Ehlis · 8 years ago
- f11be98 tests: Add tests for INVALID_ALIASING cases by Tobin Ehlis · 8 years ago
- 89ca84a layers: Move `fb` from RENDER_PASS_NODE to GLOBAL_CB_NODE by Chris Forbes · 8 years ago
- 399c734 layers: Finish unhooking layer_data from SC pipeline validation by Chris Forbes · 8 years ago
- 337dbbb layers: Use pipeline layout ptr from pipeline node by Chris Forbes · 8 years ago
- 168d41c layers: Add PIPELINE_LAYOUT_NODE * to PIPELINE_NODE by Chris Forbes · 8 years ago
- 19b6058 layers: No longer require layer_data for stage validation by Chris Forbes · 8 years ago
- c9b826c layers: Pass in shaderModuleMap to SC by Chris Forbes · 8 years ago
- 8e97f69 layers: use RENDER_PASS_NODE* from pipeline in SC by Chris Forbes · 8 years ago
- 979fc74 layers: Add RENDER_PASS_NODE* to PIPELINE_NODE* by Chris Forbes · 8 years ago