aboutsummaryrefslogtreecommitdiff
path: root/layers/vk_layer_utils.h
AgeCommit message (Collapse)Author
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2016-03-24layers: fix bad api versionJon Ashburn
Change-Id: I664a773b7e8dfd7453754227f6a424311c4aa734
2016-03-22misc: Update to header version 1.0.6Jon Ashburn
Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec
2016-03-17layers: Fix 'Debug Report callbacks not removed' error messagesMark Lobodzinski
Change-Id: If214e07ab7fd8e50af0528c36595bf92716357f3
2016-03-16layers: Move layer debug action initialization into layer_utilsMark Lobodzinski
Also removed dead code from the layer generation script. Change-Id: I64fdcaaf1aed8152de62079568c8e247333d8c61
2016-03-08layers: clang-format layers directoryJon Ashburn
Change-Id: I318e3759829f33441e57aafedec1e9ec06d658c4
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-08layers: Add string validation to param_checkerMark Lobodzinski
2016-02-08layers: Add UTF-8 String validation utilityMark Lobodzinski
2016-02-03Revert "layers: Clang-format changes for files in layers dir of repo"Mark Lobodzinski
This reverts commit e260acfb96ea20945149ede6a250ef622ca7fd03. The clang-format changes need to be postponed until just prior to public release to facilitate MRs.
2016-02-02layers: Clang-format changes for files in layers dir of repoMark Lobodzinski
2016-02-02layers: Validation Layer Copyright UpdatesMark Lobodzinski
2016-01-18layers: LX257, Validate Uniform/Storage buffer offset alignmentsMark Lobodzinski
2016-01-11layers: LX264, Validate immutable format bit in image layerMark Lobodzinski
2016-01-07layers: MR121, Use _BitScanForward for u_ffs on windowsMike Stroyan
The linux ffs function scans from least-significant-bit. To match that, u_ffs on windows should use _BitScanForward instead of _BitScanReverse.
2016-01-05layers: Fix circular make depencyMark Lobodzinski
2016-01-05layers: LX255, Print readable version of VkAccessFlagsMark Lobodzinski
Also update related validation messages to indicate src/dest accessMask
2015-12-17layers: Fix find-first-set bitscan utilMark Lobodzinski
On win32, was using leading-zero count instead of find-first-set. Caused random failures on Windows release builds.
2015-11-04layers: update copyright and authorship on some filesJon Ashburn
2015-10-27misc: Add intrin.h to support ffs utilityCourtney Goeltzenleuchter
2015-10-26layers: Add state-dependent image aspect/format checksMark Lobodzinski
2015-10-23WIP bug-14815: VkShaderStageCourtney Goeltzenleuchter
2015-09-22intel: Removed ICD validation checks from img.cMark Lobodzinski
Moved validation into device_limits layer, created layer utils files for format utilities, added validation tests, updated validation doc, updated test framework to call GetPhysicalDeviceProperties.