platform/upstream/Vulkan-Tools.git
2015-10-01 Courtney Goeltzenleu... sdk: Update release notes for 0.9 SDK
2015-10-01 Jon Ashburnloader: Fix vkGetInstanceProcAddr to handle debug_repor...
2015-10-01 Mark Lobodzinskilayers: Validate draw commands appropriately inside...
2015-10-01 Tobin Ehlislayers: Fix DrawState to correctly handle dynamic state...
2015-10-01 Tobin Ehlislayers: DrawState allows callback to set fail on Descri...
2015-10-01 Tobin EhlisMerge branch 'mlentine_layers4' into 'master'
2015-09-30 Piers DaniellSet dynamic pipeline state as dynamic
2015-09-30 Michael LentineMake reseting an unsignaled fence a warning.
2015-09-30 Jon Ashburnloader: Change GetXXProcAddr to support NULL dispatchab...
2015-09-30 Tobin Ehlislayers: DrawState handles dynamic state set via PSO
2015-09-29 Tobin Ehlislayers: Intercept vkEnumerateInstance[Layer|Extension...
2015-09-29 Tobin EhlisFix windows build issues in cube.c and device_limits.cpp
2015-09-29 Tobin Ehlislayers: DeviceLimits device feature checks and dead...
2015-09-29 Tobin Ehlisdemos: Query device features in cube prior to creating...
2015-09-28 Cody Northroplayers: Add constructors for layer_data
2015-09-28 Mike Stroyanlayers: Remove object map before vkDestroy*
2015-09-28 Ian ElliottWSI Validation: Removed 2 checks that are driver-specific.
2015-09-28 Jon Ashburnmisc: Change all JSON files to abi version 0.9.0
2015-09-28 David Pinedodemos: vulkaninfo: increase console buffer size so...
2015-09-25 Mike Stroyanlayers: remove static declaration of get_my_data_ptr
2015-09-25 Mike Stroyanlayers: Image layer does not need to reserve space
2015-09-25 Mike Stroyanlayers: don't memset layer data in get_my_data_ptr
2015-09-25 Ian ElliottRemove WSI from "General Pending Work" section of layer...
2015-09-25 Ian ElliottMove documentation for Swapchain -> it's a validation...
2015-09-25 Ian ElliottWSI Validation: Add error enum and document Swapchain...
2015-09-25 Courtney Goeltzenleu... misc: Move snprintf define to vk_sdk_platform.h
2015-09-25 Michael LentineMake layers build on android.
2015-09-25 Courtney Goeltzenleu... tri: cleanup valgrind errors
2015-09-25 Courtney Goeltzenleu... cube: Fix valgrind warnings
2015-09-25 Ian ElliottChange ERROR -> PERF_WARN in vkAcquireNextImageKHR().
2015-09-25 Ian ElliottWSI Validation: Initial WSI "swapchain" validation...
2015-09-25 Dominik Witczakcube/tri: Changed invalid <size> argument value for...
2015-09-25 Mark Lobodzinskilayers: LunarXChange #123 fix - Validate Update/FillBuf...
2015-09-24 Mike Stroyanlayers: Note pending work for ObjectTracker
2015-09-24 Tobin Ehlislayers: Added Image layer to validation test suite...
2015-09-24 Tobin Ehlislayers: Update Image layer to support validation callba...
2015-09-24 Tobin Ehlislayers: Update Image layer to offload view.c validation...
2015-09-24 Courtney Goeltzenleu... bug-14715: DrawIndirect fix
2015-09-24 Courtney Goeltzenleu... layers: Remove unneeded layer_common.h
2015-09-24 Courtney Goeltzenleu... layers: layer generate confused by Count parameter
2015-09-23 Mark Lobodzinskiloader: Remove instance validation checks from debug_re...
2015-09-23 Mike Stroyanlayers: release mutex in DrawState
2015-09-23 Mike Stroyanlayers: VkDestroyInstance+VkDestroyDevice clear ObjectT...
2015-09-23 Jens OwenAdded request for VkShaderCreateInfo.stage check
2015-09-23 GregFbuild: fix update_external_sources.bat to pick up SPIRV...
2015-09-23 Mark Lobodzinskiloader: Remove validation checks from loader.c
2015-09-23 Courtney Goeltzenleu... bug-14365: add dynamic state to PSO
2015-09-23 Courtney Goeltzenleu... bug 14365: make separate viewport and scissor cmds
2015-09-23 Courtney Goeltzenleu... bug 14365: replace dynamic state objects
2015-09-23 Courtney Goeltzenleu... layers: Add function to check if msg will be logged
2015-09-23 Mark Lobodzinskiintel: Removed ICD validation checks from dev.c
2015-09-22 GregFbuild: move to SPIR-V rev 32
2015-09-22 Mark Lobodzinskiintel: Removed ICD validation checks from img.c
2015-09-22 Tony BarbourRemove libpng and zlib dependencies, add copyrights
2015-09-22 Jon Ashburnloader: Add lock around cJSON so big loader lock is...
2015-09-22 Tobin Ehlislayers: DeviceLimits warns if queue properties not...
2015-09-22 Tobin Ehlisdemos: Update Cube to select graphics queue based on...
2015-09-22 GregFbuild: fixes for latest SPIR-V rev 31
2015-09-22 Ian ElliottWSI: Small code changes to deal with latest WSI header.
2015-09-22 Ian ElliottWSI: Update vk_ext_khr_device_swapchain.h to revision...
2015-09-22 Mike Stroyanlayers: ShaderChecker can attempt calls on errors
2015-09-22 Mike Stroyanlayers: fix ShaderChecker hang on stage mismatch
2015-09-22 Mike Stroyanlayers: make DrawState globals static
2015-09-21 GregFbuild: bring update_external_sources.sh to latest rev...
2015-09-21 Tobin EhlisFinished migration of validation checks out of cmd_pipe...
2015-09-21 Tobin Ehlislayers: Add Idx buffer alignment check to DrawState
2015-09-21 Tobin EhlisRemove old checks from pipeline.c and verify that they...
2015-09-21 Tobin Ehlislayers: Fix bug where logging_callback was not being...
2015-09-20 Chris Forbeslayers: Make passing a non-SPIRV shader to CreateShader...
2015-09-18 Tobin Ehlislayers: Fix APIDump to handle "stdout" special case
2015-09-18 Jon Ashburnloader: Fix a few possibly unitialized variables
2015-09-18 Cody Northroplayers: Add documentation for SHADER_CHECKER_MISSING_DE...
2015-09-18 Chris Forbeslayers: Require pipeline layout to contain all referenc...
2015-09-18 Chris Forbeslayers: Collect descriptor usage from SPIRV images
2015-09-18 Chris Forbeslayers: Shadow descriptor set layout in ShaderChecker
2015-09-17 Tobin Ehlislayers: Update DrawState array of PIPELINE_NODEs to...
2015-09-17 Tobin Ehlislayers: Add return value for Generic vkCreateInstance...
2015-09-17 Courtney Goeltzenleu... misc: Enable nulldriver on Linux
2015-09-17 Courtney Goeltzenleu... bug 14537: nulldrv: add CreateFlags to ImageFormatPrope...
2015-09-17 Courtney Goeltzenleu... nulldrv: Remove unused function
2015-09-17 Courtney Goeltzenleu... nulldrv: Remove return code for void functions
2015-09-17 Courtney Goeltzenleu... misc: bump header version to 170
2015-09-17 Courtney Goeltzenleu... Bug 14318: Clarify image layout transitions in a RenderPass
2015-09-17 Courtney Goeltzenleu... bug 14640: add pNext/sType to VkDeviceQueueCreateInfo
2015-09-17 Courtney Goeltzenleu... Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCr...
2015-09-17 Courtney Goeltzenleu... bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BIT
2015-09-17 Courtney Goeltzenleu... misc: Bump header version
2015-09-17 Courtney Goeltzenleu... shader_checker: Do not hold lock across API call.
2015-09-17 Courtney Goeltzenleu... bug 14564: and initial layout for image creation
2015-09-17 Courtney Goeltzenleu... misc: Add maxVertexInputBindings
2015-09-17 Courtney Goeltzenleu... misc: code movement due to header build changes
2015-09-17 Courtney Goeltzenleu... Bug 14643: use VkClearDepthStencilValue
2015-09-17 Courtney Goeltzenleu... bug-14538: Remove validation error codes
2015-09-17 Courtney Goeltzenleu... bug 14509: Rename Layer and Extension queries
2015-09-17 Jon Ashburnlayers: Move some fixed code into header files for...
2015-09-17 Jon Ashburnlayers: Fix intercept of WSI instance entrypoints
2015-09-17 Jon Ashburnlayers: Fix several bugs in WSI extension handling...
2015-09-17 Jon Ashburnlayers: No assert on init instance table map.size != 1
2015-09-17 Jon Ashburnlayers: Remove the DEBUG_REPORT entrypoints from device...
2015-09-17 Jon Ashburnloader: Remove windows disable of global optimization.
next