platform/upstream/Vulkan-Tools.git
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...
2016-03-29 David Pinedowinrtinstaller: Add logging support to Windows Runtime...
2016-03-29 Chris Forbeslayers: Get rid of 1K limit on debug message length
2016-03-28 Jon Ashburnloader: Fix MSVC post-build event so copy with non...
2016-03-28 Michael Lentinelayers: Clarify message when query has not been performed.
2016-03-28 Michael LentineRevert "layers: Make layout checks warnings for pass...
2016-03-28 Jon Ashburnlayers: update json to 1.0.7
2016-03-28 Jon Ashburnheader: update to version 1.0.7
2016-03-28 Jesse HallMerge pull request #201 from critsec/vkjson-build-fixes
2016-03-28 Jon Ashburndemos: Change MSVC proj files to remove PATH and add...
2016-03-25 Jon Ashburncmake: Add post build event for MSVC for vulkan dll...
2016-03-25 Karl Schultzdemos: Fix 32-bit Windows compilation problem.
2016-03-25 Karl Schultzdemos: add missing signal.h to tri.
2016-03-25 Karl Schultzdemos: Implement --break for cube and tri.
2016-03-25 Tony Barbourlayers: DL - Get inheritedQueries support from physical...
2016-03-25 Jon Ashburnloader: ghlvl#79, Fix to not report unsupported WSI...
2016-03-25 Jon Ashburndemos: Simplify vulkaninfo to not enable any extensions.
2016-03-25 Karl Schultzlayers: Use vector::resize instead of reserve to avoid...
2016-03-25 Mark Younglayers: Fix issue when sub-passes have diff attachment...
2016-03-25 Ian Elliottloader: Fix bugs found in code review.
2016-03-25 Ian Elliottcube: Call vkCreateInstance so that it sets up a tempor...
2016-03-25 Ian Elliottloader: Setup temporary callback for vkDestroyInstance
2016-03-25 Tobin Ehlislayers: Replace ptr-to-ptr descriptor data struct with...
2016-03-25 Michael Lentinelayers: Add check for renderArea being within framebuff...
2016-03-25 Karl Schultzlayers: LX453 fix typo in output message.
2016-03-25 Michael Lentinelayers: Make layout checks warnings for pass begin.
2016-03-25 Michael Lentinelayers: Update layout mismatch message to provide more...
2016-03-25 Karl Schultzdemos: Unify cmd arg handling between cube and tri.
2016-03-24 Jon Ashburnloader: Fix some typos from the recent WSI checkins...
2016-03-24 Ian Elliottloader: Convert fprintf() calls to loader_log()
2016-03-24 Ian Elliottlayers: WSI functions should not work unless enabled.
2016-03-24 Jon Ashburnloader: ghlvl 116 Fix CreateDevice to use the proper...
2016-03-24 Tobin Ehlislayers: Migrate active_sets to active_slots
2016-03-24 Michael Lentinelayers: Fix layout transitions for combined aspect...
2016-03-24 Cody Northropandroid: Re-enable layer validation tests using shaderc...
next