- 7deb731 layers: Fix draw_state handling of special image layouts in CmdPipelineBarrier by Mark Lobodzinski · 9 years ago
- f7b5388 loader: fix cmake file so it doesn't always build loader with DEBUG by David Pinedo · 9 years ago
- 4cb315d layers: Fix helper script to not dereference strings with a NULL pointer. by Jon Ashburn · 9 years ago
- 19447d1 layers: Update layer validation details document by Mark Lobodzinski · 9 years ago
- 3a1bce2 layers: GH99 Track all command buffers submitted at once at the same time. by Michael Lentine · 9 years ago
- f490116 layers: GH96 Fix error messages for bad layout by Tobin Ehlis · 9 years ago
- e20886d layers: GH98 Only check fence in-use once per QueueSubmit by Tobin Ehlis · 9 years ago
- e4778f7 docs: Update README.md by Jon Ashburn · 9 years ago
- 4b12a5c Update BUILD.md by Karl Schultz · 9 years ago
- ff148d1 Update CONTRIBUTING.md by Karl Schultz · 9 years ago
- 5b3f97d layers: GH94 Correctly map bindingToIndex in draw_state (thanks @baldurk) by Tobin Ehlis · 9 years ago
- b0b3cac Update CONTRIBUTING.md by Karl Schultz · 9 years ago
- b626682 layers: Add checking for may alias bit. by Michael Lentine · 9 years ago
- 09bc70c layers: Format updates for attachments overlapping memory code in draw_state by Michael Lentine · 9 years ago
- adb084a layers: Lighten object tracker slightly by Chris Forbes · 9 years ago
- 11fb43b layers: Remove documentation for now-defunct check "FS_MIXED_BROADCAST" by Tobin Ehlis · 9 years ago
- 637ed78 layers: Add descriptor type matching to DrawState by Chris Forbes · 9 years ago
- 491a3cd layers: clang-format layers directory by Jon Ashburn · 9 years ago
- c3fbcf8 layers: Add string array parameter checking by Dustin Graves · 9 years ago
- 4687f26 layers: Remove redundant/unused param checker code by Dustin Graves · 9 years ago
- c247060 layers: LX430, Modfiy object_tracker to handle multiple instances by Mark Lobodzinski · 9 years ago
- a258a30 layers: GH83 Fix updates of copies descriptor sets in draw_state by Tobin Ehlis · 9 years ago
- 5331a71 layers: Fix layer documentation so that it can be auto-validated by Tobin Ehlis · 9 years ago
- f66fb73 layers: Count attachments as the same if they have overlapping memory. by Michael Lentine · 9 years ago
- 48cd3ae loader: Fix issue passing wrong instance if layer wraps instances by Jon Ashburn · 9 years ago
- fc86ab7 layers: LX405 Avoid some checks when rastrization is disabled. by Karl Schultz · 9 years ago
- f666223 codegen: LX424 Generate code for WSI-specific funs in GIPA. by Karl Schultz · 9 years ago
- 78ba38e Bump api_version to 1.0.5 in json files by Tony Barbour · 9 years ago
- 3e646e3 layers: Add func pointer NULL checks by Dustin Graves · 9 years ago
- 381dd10 layers: GH41 Flag error if cmd buffer references destroyed framebuffer by Tobin Ehlis · 9 years ago
- a2294ac layers: Fix android build of draw_state by Tobin Ehlis · 9 years ago
- 3f80d21 layers: Fix android build from linux or Win32 system by Tobin Ehlis · 9 years ago
- 9687093 Use size_t types for output size_t. by Michael Lentine · 9 years ago
- b2ec2fd build: Enable Xlib support to default ON on Linux builds by Jon Ashburn · 9 years ago
- 00df045 loader: gllvl #50, Add support for the WSI extension KHR_display by Jon Ashburn · 9 years ago
- ac11791 layers: LX431, FENCE_NODE structures not initialized by Mark Lobodzinski · 9 years ago
- 2dc4836 build: Fix CMake Xlib DisplayServer name. by Karl Schultz · 9 years ago
- b7cfe36 loader: VulkanTools PR 13 Resolve ...XlibPresentationSupportKHR by Karl Schultz · 9 years ago
- cef8d70 tests: Remove BindPipelineNoRenderPass from layer_validation_tests by Mark Lobodzinski · 9 years ago
- 4f504a7 demos: Change layer order in cube.c to put param_check sooner. by Karl Schultz · 9 years ago
- a97e8d0 glslang / spirv-tools: get latest versions by GregF · 9 years ago
- 3ec16a5 demos: Remove allocation callback code from tri demo by Tony Barbour · 9 years ago
- bba4211 layers: GHLVL88, Fix ValidateBarriers in draw_state by Mark Lobodzinski · 9 years ago
- 7350d13 layers: GHLVL87, Fix cut/paste VerifyImageLayout call in draw_state by Mark Lobodzinski · 9 years ago
- 8e3e45e layers: LX402, Invalid CmdBindPipeline validation error by Mark Lobodzinski · 9 years ago
- b68d473 header: update to version 1.0.5 by Jon Ashburn · 9 years ago
- 89ad854 misc: Update to header version 1.0.4 by Jon Ashburn · 9 years ago
- 80c0dea layers: Add param checks for CreateInstance/Device by Dustin Graves · 9 years ago
- af0d6dc layers: Add NULL/sType checks for struct members by Dustin Graves · 9 years ago
- af1f1b8 layers: Handle indirection in param_checker by Dustin Graves · 9 years ago
- cfdbfae layers: Add vkFreeCommandBuffers param check by Dustin Graves · 9 years ago
- b096a9a layers: LX413, Fix dynamicOffsets crash in draw_state by Mark Lobodzinski · 9 years ago
- 1780cb8 Fix assert for layouts. by Michael Lentine · 9 years ago
- a307f49 layers: GL156 Ignore pQueueFamilyIndices if exclusive sharing mode is requested by Dominik Witczak · 9 years ago
- 9610a35 Regester event on creation and delete on deletion. by Michael Lentine · 9 years ago
- 1fa299a layers: Validate subpass index in CreateGraphicsPipelines by Chris Forbes · 9 years ago
- 18e6eaf layers: Remove vestigial bits of old derivatives API from DS by Chris Forbes · 9 years ago
- e35a561 layers: Validate pipeline derivative requirements in DrawState by Chris Forbes · 9 years ago
- 62210e0 Merge pull request #80 from lentinem/mlentine-buildfix by tobine · 9 years ago
- 1dfa852 Remove unused var. by Michael Lentine · 9 years ago
- a548381 layers: LX423 Set string var with handle value before using. by Karl Schultz · 9 years ago
- 877cc72 add generated files for smoke demo. by Karl Schultz · 9 years ago
- c7dea5e validation: Promote validation warnings to errors by Tony Barbour · 9 years ago
- dba9cd2 layers: LX401, Handle VK_WHOLE_SIZE in flush/invalidateMappedMemoryRanges by Mark Lobodzinski · 9 years ago
- be090f1 layers: LVLGH47 DS Include swapchain images in search by Karl Schultz · 9 years ago
- 4c90acf loader: gllavl#46 add check for device extensions by Jeremy Hayes · 9 years ago
- 29224c4 Merge pull request #59 from chrisforbes/ds-more-fixes by tobine · 9 years ago
- 17522e0 winrtinstaller: sign uninstaller by David Pinedo · 9 years ago
- ece1212 Remove generated files from source control by Tony Barbour · 9 years ago
- 3a1896c layers: GHPR43, Add tracking of total number of levels and layers for images by Chris Forbes · 9 years ago
- 90ee20e build: LVLPR65, Fix android extensions support in unique_objects by Michael Lentine · 9 years ago
- 62c0753 Merge pull request #42 from chrisforbes/push-constants by tobine · 9 years ago
- 680e9b7 tests: Add a test for push constant block used in shader but missing by Chris Forbes · 9 years ago
- 47fca36 layers: validate push constant ranges accessed by shader by Chris Forbes · 9 years ago
- af2b2c6 layers: add more shader checker error codes by Chris Forbes · 9 years ago
- e30ddbf layers: move get_shader_stage_id up a bit by Chris Forbes · 9 years ago
- a2d2b21 layers: extract helper for getting to block/struct type by Chris Forbes · 9 years ago
- c8aa57c layers: Add push constant storage class to stringify support by Chris Forbes · 9 years ago
- 6e7de63 layers: Remove nonsense `sinterface` param from by Chris Forbes · 9 years ago
- 06efd6e tests: Enable VF->VS array type test by Chris Forbes · 9 years ago
- b330233 layers: Add push constant validation to draw_state by Tobin Ehlis · 9 years ago
- a9b9344 winrtinstaller: Don't create a menu item for each version of RT installed by David Pinedo · 9 years ago
- 57b2361 winrtinsaller: change comment by David Pinedo · 9 years ago
- f94d49c misc: Remove lunarg_debug_marker extension by Jon Ashburn · 9 years ago
- 188e7b6 layers: Allow use of QUEUE_FAMILY_IGNORED for BufferMemoryBarriers by Michael Lentine · 9 years ago
- 02bf2f1 layers: add missing error check by Jeremy Hayes · 9 years ago
- 216a01b loader: Update documentation to remove editing comments. by Jon Ashburn · 9 years ago
- 171dec8 layers: fix imageLayout bug by Jeremy Hayes · 9 years ago
- 6062c62 layers: Fix false positive on initialLayout in image layer by Tony Barbour · 9 years ago
- 35b09ff tests: Clean up misc validation warnings by Tony Barbour · 9 years ago
- c67708d tests: Remove unused mip levels from rendersystem image creation by Tony Barbour · 9 years ago
- e5c3da5 tests: Fix image creation with invalid initial layout by Tony Barbour · 9 years ago
- 61a1cd6 tests: LEx 294 Don't create empty descriptor pools by Tony Barbour · 9 years ago
- 8766043 loader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice by Jon Ashburn · 9 years ago
- a70e3fe LX #410 - Use ${PYTHON_EXECUTABLE} for PYTHON_CMD by Tony Barbour · 9 years ago
- 3ac4fee smoke: use $<TARGET_FILE> instead of LOCATION prop by Tony Barbour · 9 years ago
- 29f62bd layers: DS: populate features correctly by Chris Forbes · 9 years ago
- d47367b layers: gllavl#78 validate base pipeline by Jeremy Hayes · 9 years ago
- 2a0fcb9 layers: gllavl#77 validate layout during clear by Jeremy Hayes · 9 years ago
- a4bb52d layers: gllavl#76 validate initialLayout by Jeremy Hayes · 9 years ago