aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-25WSI Validation: Initial WSI "swapchain" validation layer.Ian Elliott
2015-09-25cube/tri: Changed invalid <size> argument value for vkMapMemory()Dominik Witczak
2015-09-25layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RPMark Lobodzinski
2015-09-24layers: Note pending work for ObjectTrackerMike Stroyan
2015-09-24layers: Added Image layer to validation test suite with new test for bad Imag...Tobin Ehlis
2015-09-24layers: Update Image layer to support validation callback error return statusTobin Ehlis
2015-09-24layers: Update Image layer to offload view.c validation checks from driverTobin Ehlis
2015-09-23bug-14715: DrawIndirect fixCourtney Goeltzenleuchter
2015-09-23layers: Remove unneeded layer_common.hCourtney Goeltzenleuchter
2015-09-23layers: layer generate confused by Count parameterCourtney Goeltzenleuchter
2015-09-23loader: Remove instance validation checks from debug_report.cMark Lobodzinski
2015-09-23layers: release mutex in DrawStateMike Stroyan
2015-09-23layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker mapsMike Stroyan
2015-09-23Added request for VkShaderCreateInfo.stage checkJens Owen
2015-09-23build: fix update_external_sources.bat to pick up SPIRV rev32 for glslangGregF
2015-09-23loader: Remove validation checks from loader.cMark Lobodzinski
2015-09-23bug-14365: add dynamic state to PSOCourtney Goeltzenleuchter
2015-09-23bug 14365: make separate viewport and scissor cmdsCourtney Goeltzenleuchter
2015-09-23bug 14365: replace dynamic state objectsCourtney Goeltzenleuchter
2015-09-23layers: Add function to check if msg will be loggedCourtney Goeltzenleuchter
2015-09-23intel: Removed ICD validation checks from dev.cMark Lobodzinski
2015-09-22build: move to SPIR-V rev 32GregF
2015-09-22intel: Removed ICD validation checks from img.cMark Lobodzinski
2015-09-22Remove libpng and zlib dependencies, add copyrightsTony Barbour
2015-09-22loader: Add lock around cJSON so big loader lock is not needed as muchJon Ashburn
2015-09-22layers: DeviceLimits warns if queue properties not queried prior to vkCreateD...Tobin Ehlis
2015-09-22demos: Update Cube to select graphics queue based on query of queue propertiesTobin Ehlis
2015-09-22build: fixes for latest SPIR-V rev 31GregF
2015-09-22WSI: Small code changes to deal with latest WSI header.Ian Elliott
2015-09-22WSI: Update vk_ext_khr_device_swapchain.h to revision 53 (SDK 0.9)Ian Elliott
2015-09-22layers: ShaderChecker can attempt calls on errorsMike Stroyan
2015-09-22layers: fix ShaderChecker hang on stage mismatchMike Stroyan
2015-09-22layers: make DrawState globals staticMike Stroyan
2015-09-21build: bring update_external_sources.sh to latest rev 31 SPIR-VGregF
2015-09-21Finished migration of validation checks out of cmd_pipeline.cTobin Ehlis
2015-09-21layers: Add Idx buffer alignment check to DrawStateTobin Ehlis
2015-09-21Remove old checks from pipeline.c and verify that they're handled in validationTobin Ehlis
2015-09-21layers: Fix bug where logging_callback was not being correctly cleaned upTobin Ehlis
2015-09-20layers: Make passing a non-SPIRV shader to CreateShaderModule an errorChris Forbes
2015-09-18layers: Fix APIDump to handle "stdout" special caseTobin Ehlis
2015-09-18loader: Fix a few possibly unitialized variablesJon Ashburn
2015-09-18layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTORCody Northrop
2015-09-18layers: Require pipeline layout to contain all referenced descriptorsChris Forbes
2015-09-18layers: Collect descriptor usage from SPIRV imagesChris Forbes
2015-09-18layers: Shadow descriptor set layout in ShaderCheckerChris Forbes
2015-09-17layers: Update DrawState array of PIPELINE_NODEs to be vectorTobin Ehlis
2015-09-17layers: Add return value for Generic vkCreateInstance() functionTobin Ehlis
2015-09-17misc: Enable nulldriver on LinuxCourtney Goeltzenleuchter
2015-09-17bug 14537: nulldrv: add CreateFlags to ImageFormatPropertiesCourtney Goeltzenleuchter
2015-09-17nulldrv: Remove unused functionCourtney Goeltzenleuchter