aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08Fixes: More compilation warning fixesMark Young
2016-01-08layers: Gitlab 41 & 61, Fix invalid descriptor dereferences in helper codegenMark Lobodzinski
2016-01-08layers: MR124, Fix semaphore ordering validation in mem tracker layerNorbert Nopper
2016-01-08layers: LX263, Validate minimum imageArrayLayers value in swapchain layerMark Lobodzinski
2016-01-07layers: Fix unique_object gpa function; no intercept of func without anJon Ashburn
2016-01-07layers: LX256, Suppress warnings on pre-signaled fences in MemTrackerMark Lobodzinski
2016-01-07misc: make sure host memory alignment is a power of twoJon Ashburn
2016-01-07layers: MR123, Improved ObjectTracker codegenTobin Ehlis
2016-01-07swapchain: MR122, queueFamilyIndexCount must be > 1 for CONCURRENTIan Elliott
2016-01-07layers: MR121, Use _BitScanForward for u_ffs on windowsMike Stroyan
2016-01-07layers: Output function names for deferred memory validation checksMark Lobodzinski
2016-01-07layers: MR119, Defer validation until command buffer has been submittedMichael Lentine
2016-01-07misc: Remove the unique_objects layer from being enabled in tests and demosJon Ashburn
2016-01-07tests: Fix a couple of test bugs revealed by unique_objects layerTobin Ehlis
2016-01-07layers: UniqueObject updates based on reviewTobin Ehlis
2016-01-07layers: Updated UniqueObjects with improved codegenTobin Ehlis
2016-01-07layers: Add UniqueObjects layer to wrap objects in unique ptrTobin Ehlis
2016-01-07update_external_sources: backed out last commit, broke win64 buildDavid Pinedo
2016-01-07layers: Minor fixes to draw_state for new semaphore checksTobin Ehlis
2016-01-07layers: MR118, Add validation for semaphore orderingMichael Lentine
2016-01-07layers: MR109, Fix second command buffer validationMichael Lentine
2016-01-07layers: MR108, Merge related updates and fixesMark Lobodzinski
2016-01-07layers: MR108, Validate get queriesMichael Lentine
2016-01-07icd: Use new loader interface for finding ICD entry points Remove library exp...Jon Ashburn
2016-01-07loader: Find ICD entrypoints via vk_icdGetInstanceProcAddr first in ICD libraryJon Ashburn
2016-01-07Fixes: Fixed more Visual Studio warnings which appeared with the mergeMark Young
2016-01-07Fixes: Fixed a missing file change with Visual Studio warnings.Mark Young
2016-01-07Fixes: Fixed Visual Studio warnings during compilation.Mark Young
2016-01-07Fixes: Automatically detect Visual Studio version on WindowsMark Young
2016-01-07Added X server DRI3 config info for Ubuntu 14.04.3 LTS.Karl Schultz
2016-01-06draw_state layer: add validateAndIncrementResources return valueDavid Pinedo
2016-01-06Bump Windows ABI to 1David Pinedo
2016-01-06layers: Update layer details doc for new validation errorsMark Lobodzinski
2016-01-06layers: MR107, Verify that clear is not used when first use is shader readMichael Lentine
2016-01-06layers: MR82, merge-related fixesMark Lobodzinski
2016-01-06layers: MR82, Add lifetime validation for buffers to DrawStateMichael Lentine
2016-01-06layers: LX259, Clarify draw_state accessMask warningsMark Lobodzinski
2016-01-06Swapchain: Reconcile MD file with Swapchain layer.Ian Elliott
2016-01-06Bug 15392 (Swapchain): Don't check VkPresentInfoKHR's waitSemaphoreCount & pW...Ian Elliott
2016-01-06Swapchain: Use an INFO instead of an ERROR for when pNext is non-NULL.Ian Elliott
2016-01-06Swapchain: Change way p*Count is checked--make sure not bigger than should be.Ian Elliott
2016-01-06Swapchain: Only check that queueFamilyIndexCount is greater than 0.Ian Elliott
2016-01-06Swapchain: Update my authorship to include Google.Ian Elliott
2016-01-06Swapchain: No longer validate VkSwapchainKHR (object_track will do) ...Ian Elliott
2016-01-06Swapchain: No longer validate VkDevice (object_track will do).Ian Elliott
2016-01-06Swapchain: No longer validate VkPhysicalDevice (object_track will do).Ian Elliott
2016-01-06Swapchain: No longer validate VkInstance (object_track will do).Ian Elliott
2016-01-06Swapchain: Remove tracking/validation of VkSurfaceKHR object.Ian Elliott
2016-01-06Bug 15383 (Swapchain): Treat VkSurfaceKHR as opaque--don't look inside it.Ian Elliott
2016-01-06Swapchain: Track/use enablement of the WSI platform extensions.Ian Elliott