aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-06layers: Merge binding maps into image and buffer mapsTobin Ehlis
2016-04-06Update vk_layer.hVinjn Zhang
2016-04-06loader: Fix regression with dEQP-VK.api.object_management.alloc_callback_fail...Piers Daniell
2016-04-06layers: Insist on each shader's stage being unique in a pipelineChris Forbes
2016-04-06Validate attachment index is in range.Michael Lentine
2016-04-06layers: Implement relaxed vec-vec and vec-scalar matching rulesChris Forbes
2016-04-06layers: Explicit VK_TRUE/VK_FALSE checksDustin Graves
2016-04-06layers: Fix unsafe bool mix warnings (part 2)Dustin Graves
2016-04-06layers: Fix unsafe bool mix warningsDustin Graves
2016-04-06loader: remove unused instance_dispatch.pngKarl Schultz
2016-04-05winrtinstaller: sort in config script: <prerelease> is least significantDavid Pinedo
2016-04-05winrtinstaller: fix install dir not being removed on uninstall.David Pinedo
2016-04-05loader: bump linux versionJeremy Hayes
2016-04-05loader: Temp workaround to add WSI surface extensions enumerated.Jon Ashburn
2016-04-05layers: Fix return values of bool functions.Jamie Madill
2016-04-05layers: Change include order of loader platform.Jamie Madill
2016-04-05Fix 4 MSVS warnings in loader and layers.Jamie Madill
2016-04-04layers: Clean up PIPELINE_NODE using safe_structTobin Ehlis
2016-04-04loader: ghlvl #204, Use __secure_getenv if secure_getenv is unavailableJon Ashburn
2016-04-04winrtinstaller: Re-sign powershell loader config scriptDavid Pinedo
2016-04-04layers: Fix 7 signed/unsigned comparison warnings on VS2015Michael Mc Donnell
2016-04-04layers: Fix MSVS shadowing warning in core_validation.Jamie Madill
2016-04-04layers: Fix MSVS noexcept warning in core_validation.Jamie Madill
2016-04-04layers: Fix paramcheck struct array NULL indexingDustin Graves
2016-04-04Revert "layers: LX265 Error if color blend attch count != subpass attch."Tony Barbour
2016-04-04Fix find layout to search on each aspect bit.Michael Lentine
2016-04-04layers: GH226 Add check for descriptor slot to make sure it's updatedTobin Ehlis
2016-04-04layers: Update to version 1.0.8 JSON filesJon Ashburn
2016-04-04header: update to vers 1.0.8 which had no changesJon Ashburn
2016-04-04Fix def file generation to depend on vulkan.py.Jamie Madill
2016-04-04Allow vk-generate.py to work in Python 2.Jamie Madill
2016-04-04layers: Removed duplicate dynamicOffsets from core_validationTobin Ehlis
2016-04-04tests: Add test case for patch decoration mismatchChris Forbes
2016-04-04layers: Flag difference in patch decoration correctlyChris Forbes
2016-04-04layers: Strip array level from both sides of TCS->TES interfaceChris Forbes
2016-04-04layers: Rework array-of-verts stripping a bit to support patchChris Forbes
2016-04-04layers: Collect whether an interface_var has patch decorationChris Forbes
2016-04-02docs: fix spelling mistakesEric Engestrom
2016-04-02loader: fix spelling mistakesEric Engestrom
2016-04-02layers: fix spelling mistakesEric Engestrom
2016-04-01layers: Enable safety check for invalid QueryObjectMark Lobodzinski
2016-04-01layers: LX414: Fix device_limits alignment checkDustin Graves
2016-04-01layers: Fix param checker struct array handlingDustin Graves
2016-04-01layers: Update param_checker VkResult validationDustin Graves
2016-04-01layers: Codegen VkBool32/enum parameter validationDustin Graves
2016-04-01layers: 1.0.7 update for XML Registry filesDustin Graves
2016-04-01layers: Fix VS2013 buildDustin Graves
2016-04-01layers: LX459,GH#99,#100, Fix semaphore reference countMark Lobodzinski
2016-04-01loader: report implicit instance extensionsJeremy Hayes
2016-04-01layers: LX250 Verify color and depth/stencil are different.Mark Young