platform/upstream/Vulkan-Tools.git
2016-04-06 Dustin Graveslayers: Explicit VK_TRUE/VK_FALSE checks
2016-04-06 Dustin Graveslayers: Fix unsafe bool mix warnings (part 2)
2016-04-06 Dustin Graveslayers: Fix unsafe bool mix warnings
2016-04-06 Karl Schultzloader: remove unused instance_dispatch.png
2016-04-05 David Pinedowinrtinstaller: sort in config script: <prerelease...
2016-04-05 David Pinedowinrtinstaller: fix install dir not being removed on...
2016-04-05 Jeremy Hayesloader: bump linux version
2016-04-05 Jon Ashburnloader: Temp workaround to add WSI surface extensions...
2016-04-05 Jamie Madilllayers: Fix return values of bool functions.
2016-04-05 Jamie Madilllayers: Change include order of loader platform.
2016-04-05 Jamie MadillFix 4 MSVS warnings in loader and layers.
2016-04-04 Tobin Ehlislayers: Clean up PIPELINE_NODE using safe_struct
2016-04-04 Jon Ashburnloader: ghlvl #204, Use __secure_getenv if secure_geten...
2016-04-04 David Pinedowinrtinstaller: Re-sign powershell loader config script
2016-04-04 Michael Mc... layers: Fix 7 signed/unsigned comparison warnings on...
2016-04-04 Jamie Madilllayers: Fix MSVS shadowing warning in core_validation.
2016-04-04 Jamie Madilllayers: Fix MSVS noexcept warning in core_validation.
2016-04-04 Dustin Graveslayers: Fix paramcheck struct array NULL indexing
2016-04-04 Tony BarbourRevert "layers: LX265 Error if color blend attch count...
2016-04-04 Michael LentineFix find layout to search on each aspect bit.
2016-04-04 Tobin Ehlislayers: GH226 Add check for descriptor slot to make...
2016-04-04 Jon Ashburnlayers: Update to version 1.0.8 JSON files
2016-04-04 Jon Ashburnheader: update to vers 1.0.8 which had no changes
2016-04-04 Jamie MadillFix def file generation to depend on vulkan.py.
2016-04-04 Jamie MadillAllow vk-generate.py to work in Python 2.
2016-04-04 Tobin Ehlislayers: Removed duplicate dynamicOffsets from core_vali...
2016-04-04 Chris Forbestests: Add test case for patch decoration mismatch
2016-04-04 Chris Forbeslayers: Flag difference in patch decoration correctly
2016-04-04 Chris Forbeslayers: Strip array level from both sides of TCS->TES...
2016-04-04 Chris Forbeslayers: Rework array-of-verts stripping a bit to suppor...
2016-04-04 Chris Forbeslayers: Collect whether an interface_var has patch...
2016-04-02 Eric Engestromdocs: fix spelling mistakes
2016-04-02 Eric Engestromloader: fix spelling mistakes
2016-04-02 Eric Engestromlayers: fix spelling mistakes
2016-04-01 Mark Lobodzinskilayers: Enable safety check for invalid QueryObject
2016-04-01 Dustin Graveslayers: LX414: Fix device_limits alignment check
2016-04-01 Dustin Graveslayers: Fix param checker struct array handling
2016-04-01 Dustin Graveslayers: Update param_checker VkResult validation
2016-04-01 Dustin Graveslayers: Codegen VkBool32/enum parameter validation
2016-04-01 Dustin Graveslayers: 1.0.7 update for XML Registry files
2016-04-01 Dustin Graveslayers: Fix VS2013 build
2016-04-01 Mark Lobodzinskilayers: LX459,GH#99,#100, Fix semaphore reference count
2016-04-01 Jeremy Hayesloader: report implicit instance extensions
2016-04-01 Mark Younglayers: LX250 Verify color and depth/stencil are different.
2016-04-01 Dominik Witczak#238: Fixes the "num samples mismatch" error being...
2016-04-01 Chris Forbeslayers: Replace GLOBAL_CB_NODE::pMemObjList with unorde...
2016-04-01 Chris Forbeslayers: Get rid of a bunch of linked list copying when...
2016-04-01 Chris Forbeslayers: trivial: remove stray () from end of error...
2016-04-01 Chris Forbeslayers: Replace DEVICE_MEM_INFO::pCommandBufferBindings...
2016-04-01 Chris Forbeslayers: Replace DEVICE_MEM_INFO::pObjBindings with...
2016-04-01 Chris Forbeslayers: Get rid of DEVICE_MEM_INFO::refCount
2016-04-01 GregFSPIRV: Adjust to spirv-tools library move
2016-04-01 Michael Mc... layers: Fix signed/unsigned comparison warnings in...
2016-04-01 Ian Elliottloader: vk{Create|Destroy}Instance can have multiple...
2016-04-01 Karl Schultzdemos: Try for std val layer and fallback the same...
2016-04-01 Jon Ashburnloader: Fix createDev treminator to init the logicalDev...
2016-04-01 Piers Daniellloader: Remove trampoline/terminator dependency in...
2016-04-01 Piers Daniellloader: Trampoline vkEnumeratePhysDev should use layer...
2016-04-01 Piers Daniellloader: Fix loader_unwrap_physical_device() to cast...
2016-04-01 Jon Ashburnloader: Add device callback to set dispatchable object
2016-04-01 Jon Ashburnloader: Remove the device_info in the layer chain structure
2016-04-01 Jon Ashburnloader: Add instance callback to set dispatchable objects
2016-04-01 Jon Ashburnloader: Remove the instance_info in the layer chain...
2016-03-31 Tobin Ehlislayers: GH218 Reset availableSets count in vkResetDescr...
2016-03-31 Mark Lobodzinskilayers: Update layer validation doc for CopyImage valid...
2016-03-31 Mark Lobodzinskilayers: LX458, Extend image extent validation for CmdCo...
2016-03-31 Tony Barbourlayers: Accept a wider range of utf8 characters as...
2016-03-31 Cody Northroptoolchain: Fix android build
2016-03-31 Mark Younglayers: Fix layer_validation_tests errors and update...
2016-03-31 Mark Younglayers: LX265 Error if color blend attch count != subpa...
2016-03-31 Michael Lentinelayers: Adding attachment checks to make sure they...
2016-03-31 Michael LentineDon't validate memory if used for both input and output.
2016-03-31 Tony BarbourTurn off XLIB define
2016-03-31 Chris Forbeslayers: Fix remaining leak in vkDestroyFramebuffers
2016-03-31 Chris Forbeslayers: Don't leak a VkFramebufferCreateInfo from vkCre...
2016-03-31 Chris Forbeslayers: Fix the other half of #212 (bad error)
2016-03-31 Chris Forbeslayers: Don't stash pointer to caller memory in bound...
2016-03-31 GregFSPIR-V: Update glslang and spriv-tools to latest
2016-03-30 David Pinedowinrtinstaller: fix typos in windowsRuntimeInstaller...
2016-03-30 Dominik Witczaklayers: GH215 Removes an invalid check in vkCmdBindDesc...
2016-03-30 Cody Northropdocs: Add OSX and Android build steps
2016-03-30 Cody Northroptoolchain: Add Android specific update scripts
2016-03-30 Tobin Ehlislayers: Update descriptor tracking in core_validation
2016-03-30 Dominik Witczak#37: vkAcquireNextImageKHR() will no longer treat VK_NU...
2016-03-30 Chris Forbeslayers: Build up next layer for compute shader validation
2016-03-30 Chris Forbeslayers: More slight tidying of SC pass
2016-03-30 Chris Forbeslayers: Make some SC error reporting slightly less...
2016-03-30 Chris Forbeslayers: Separate out validation of a single pipeline...
2016-03-30 Chris Forbeslayers: Add device handle in CV layer data
2016-03-30 Chris Forbeslayers: Remove dead render_pass forward declaration
2016-03-30 Chris Forbeslayers: Reduce noise in string conversion of objects
2016-03-30 Chris Forbeslayers: remove unused getTIDIndex function and associat...
2016-03-30 Mark Lobodzinskilayers: LX446, Allow GetDeviceQueue to be called multip...
2016-03-30 Chris Forbeslayers: Relax descriptor type match for texel buffers...
2016-03-29 Tobin Ehlislayers: GH195 Fix core_validation dynamic state checks
2016-03-29 David Pinedowinrtinstaller: removed vulkaninfo from RT Start Menu
2016-03-29 David Pinedowinrtinstaller: convert RT installer log file to ascii
2016-03-29 Mark Lobodzinskilayers: Improve core_validation image layout error...
2016-03-29 Mark Lobodzinskilayers: Michael's fix for uninit'd data in FindLayout
2016-03-29 Tony BarbourRemove device from layer_data_map at destroy in paramet...
next