aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-11layers: Update unique_objects to make use of safe_structsTobin Ehlis
2016-02-11layers: Update vk_helper to generate safe_struct wrappersTobin Ehlis
2016-02-11layers: Validate specialization entry data is fully contained within the spec...Chris Forbes
2016-02-11Validate buffer barrier size and offset.Michael Lentine
2016-02-11layers: Correctly handle VK_WHOLE_SIZE for dynamic offsetsTobin Ehlis
2016-02-11layers: Validate event is not in use when deleted.Michael Lentine
2016-02-11layers: Also allow fences to be submitted via acquire next image.Michael Lentine
2016-02-11layers: Validate semaphore is not in use when deleted.Michael Lentine
2016-02-11layers: Validate fences not in use when reset.Michael Lentine
2016-02-11winrtinstaller: Fix typo in messageboxDavid Pinedo
2016-02-11winrtinstaller: add section to README on ProductVersion propertyDavid Pinedo
2016-02-11bug-135: param_checker incorrectly checking optional stringsCourtney Goeltzenleuchter
2016-02-11bug 134: param_checker using layer private data before it's been createdCourtney Goeltzenleuchter
2016-02-11licensing: Add RenderDoc to LICENSE.txtDavid Pinedo
2016-02-10Merge branch 'stroyan_draw_state_beginCB' into 'master' Tobin Ehlis
2016-02-10winrtinstaller: Remove mention of SDK from RT license fileDavid Pinedo
2016-02-10winrtinstaller: Add file properties to rt installer executableDavid Pinedo
2016-02-10More api version bumpsTony Barbour
2016-02-10layers: Update api version to 1.0.3 in json filesTony Barbour
2016-02-10include: Use single-quote no paths when including sibling headersKarl Schultz
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-10winrtinstaller: change to README so it matches sdk_1.0.3 versionDavid Pinedo
2016-02-10winrtinstaller: Add section on error return values.David Pinedo
2016-02-10winrtinstaller: add more error checks during install, uninstallDavid Pinedo
2016-02-10layers: Validate fence not in use when deleted.Michael Lentine
2016-02-10layers: Validate command buffer doesn't have duplicate query type.Michael Lentine
2016-02-10layers: Validate pipeline stats query with secondary cmdbufs.Michael Lentine
2016-02-10layers: Validate no active queries unless enabled.Michael Lentine
2016-02-10layers: Enable Wall and Werror.Michael Lentine
2016-02-10layers: draw_state allow pInheritanceInfo NULLMike Stroyan
2016-02-10layers: Don't skip over tessellation stages when validating stage interfacesChris Forbes
2016-02-09winrtinstaller: A new dir is created for reinstall of same versionDavid Pinedo
2016-02-09winrtinstaller: Allow uninstall to be run from any dirDavid Pinedo
2016-02-09winrtinstaller: fix install dir not recorded in registry correctlyDavid Pinedo
2016-02-09winrtinstaller: install to to same dir if already installed. PUBLISHER changed.David Pinedo
2016-02-09header: Update to version 1.0.3 which adds some version macrosJon Ashburn
2016-02-09loader: Change error to warning for missing layer registry keyJon Ashburn
2016-02-09loader: add Architecture and interface documentJon Ashburn
2016-02-09windowssdk: Fix 32-bit install issue with Powershell script.Mark Young
2016-02-09Add .clang-format: LLVM style with IndentWidth of 4.Karl Schultz
2016-02-09Adjust .gitignore to remove vktrace files and add cmake user file.Karl Schultz
2016-02-08draw_state: Add FIXME/TODO for vkAcquireNextImageKHR(..., fence, ...).Ian Elliott
2016-02-08layers: Redo draw_state locking--all in top-level functions.Ian Elliott
2016-02-08linux: use linux naming conventionsJeremy Hayes
2016-02-08loader: Null-terminated string checksMark Lobodzinski
2016-02-08layers: Add string validation to param_checkerMark Lobodzinski
2016-02-08layers: Add UTF-8 String validation utilityMark Lobodzinski
2016-02-08layers: lock use of threading layer cmd pool mapMike Stroyan
2016-02-08winrtinstaller: update license textDavid Pinedo
2016-02-08layers: MR215 Update spec version to match json filesCourtney Goeltzenleuchter