platform/upstream/Vulkan-Tools.git
2016-04-07 Mike StroyanChange from using lxml to xml.etree
2016-04-07 Mike Stroyanlayers: sort dictionaries affecting code order
2016-04-07 Mike Stroyanlayers: remove unicode header from vk-layer-generate.py
2016-04-07 David Pinedowinrtinstaller: don't delete non-SDK layer registry...
2016-04-07 Karl Schultzbuild: Fix whitespace
2016-04-07 Cody Northropandroid: Update to get gradlew working again
2016-04-07 Cody Northropandroid: Update documentation
2016-04-07 Cody Northropandroid: Clean up Android.mk
2016-04-07 Cody Northropandroid: Fix typo in Mac steps
2016-04-07 guanghuafanandroid: minor indentation correction in Android.mk
2016-04-07 guanghuafanandroid: Minor clean up for windows build template
2016-04-07 guanghuafanandroid: fixed issues in windows build
2016-04-07 guanghuafanandroid: set hard float for arm7 correctly and minor...
2016-04-07 guanghuafanandroid: Changed android-generated.bat for windows...
2016-04-07 guanghuafanandroid: Adding template for gradle wrapper build
2016-04-07 Tobin Ehlislayers: GH241 vkSetEvent should affect queue stageMasks
2016-04-07 Jon Ashburnloader: Fix the std_validation version to really be...
2016-04-07 David Pinedowinrtinstaller: re-sign powershell script
2016-04-07 Karl Schultzlayers: INVALID_ATTACH_COUNT -> INVALID_ATTACHMENT_COUNT
2016-04-07 Chris Forbesloader: Preserve order during layer list expansion
2016-04-07 Chris Forbesloader: Don't scribble on caller memory in CreateInstan...
2016-04-07 Karl Schultzdemos: Add missing spaces in error messages.
2016-04-07 Ian ElliottMR 289: layers: Changed other text/variables from ...
2016-04-07 Ian ElliottMR 289: layers: Change the test about "too many images".
2016-04-07 Jon Ashburnloader: temp workaround for advertising linux wsi surfa...
2016-04-07 Michael Lentinelayers: Don't exceed max allowed color attachments.
2016-04-07 Tony Barbourlayers: Move call to validateCommandBuffersNotInUse...
2016-04-07 Jon Ashburnloader: Update specification doc for dispatchable objec...
2016-04-06 Dustin Graveslayers: Fix 32-bit Windows build
2016-04-06 Michael Lentinelayers: Ensure bind point for subass is graphics.
2016-04-06 Dustin Graveslayers: Fix MSVS value truncation warning
2016-04-06 Dustin Gravesdemos/tests: Fix MSVS type warnings
2016-04-06 Chris Forbeslayers: Remove plumbing through of unused dispatchable...
2016-04-06 Tobin Ehlislayers: Merge binding maps into image and buffer maps
2016-04-06 Vinjn ZhangUpdate vk_layer.h
2016-04-06 Piers Daniellloader: Fix regression with dEQP-VK.api.object_manageme...
2016-04-06 Chris Forbeslayers: Insist on each shader's stage being unique...
2016-04-06 Michael LentineValidate attachment index is in range.
2016-04-06 Chris Forbeslayers: Implement relaxed vec-vec and vec-scalar matchi...
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
next