| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-19 | misc: Update licenses to Apache 2.0 | Jon Ashburn | |
| Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97 | |||
| 2016-03-24 | layers: fix bad api version | Jon Ashburn | |
| Change-Id: I664a773b7e8dfd7453754227f6a424311c4aa734 | |||
| 2016-03-22 | misc: Update to header version 1.0.6 | Jon Ashburn | |
| Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec | |||
| 2016-03-17 | layers: Fix 'Debug Report callbacks not removed' error messages | Mark Lobodzinski | |
| Change-Id: If214e07ab7fd8e50af0528c36595bf92716357f3 | |||
| 2016-03-16 | layers: Move layer debug action initialization into layer_utils | Mark Lobodzinski | |
| Also removed dead code from the layer generation script. Change-Id: I64fdcaaf1aed8152de62079568c8e247333d8c61 | |||
| 2016-03-08 | layers: clang-format layers directory | Jon Ashburn | |
| Change-Id: I318e3759829f33441e57aafedec1e9ec06d658c4 | |||
| 2016-02-10 | Remove Khronos confidential clause from license text. | Karl Schultz | |
| 2016-02-08 | layers: Add string validation to param_checker | Mark Lobodzinski | |
| 2016-02-08 | layers: Add UTF-8 String validation utility | Mark Lobodzinski | |
| 2016-02-03 | Revert "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-02 | layers: Clang-format changes for files in layers dir of repo | Mark Lobodzinski | |
| 2016-02-02 | layers: Validation Layer Copyright Updates | Mark Lobodzinski | |
| 2016-01-18 | layers: LX257, Validate Uniform/Storage buffer offset alignments | Mark Lobodzinski | |
| 2016-01-11 | layers: LX264, Validate immutable format bit in image layer | Mark Lobodzinski | |
| 2016-01-07 | layers: MR121, Use _BitScanForward for u_ffs on windows | Mike 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-05 | layers: Fix circular make depency | Mark Lobodzinski | |
| 2016-01-05 | layers: LX255, Print readable version of VkAccessFlags | Mark Lobodzinski | |
| Also update related validation messages to indicate src/dest accessMask | |||
| 2015-12-17 | layers: Fix find-first-set bitscan util | Mark Lobodzinski | |
| On win32, was using leading-zero count instead of find-first-set. Caused random failures on Windows release builds. | |||
| 2015-11-04 | layers: update copyright and authorship on some files | Jon Ashburn | |
| 2015-10-27 | misc: Add intrin.h to support ffs utility | Courtney Goeltzenleuchter | |
| 2015-10-26 | layers: Add state-dependent image aspect/format checks | Mark Lobodzinski | |
| 2015-10-23 | WIP bug-14815: VkShaderStage | Courtney Goeltzenleuchter | |
| 2015-09-22 | intel: Removed ICD validation checks from img.c | Mark 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. | |||
