platform/upstream/Vulkan-Tools.git
2015-10-26 Mark Lobodzinskilayers: Add state-dependent image aspect/format checks
2015-10-23 Courtney Goeltzenleu... misc: Update header to v181
2015-10-23 Courtney Goeltzenleu... bug-14827: Make DescriptorInfo a union of bufferInfo...
2015-10-23 Courtney Goeltzenleu... bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags
2015-10-23 Courtney Goeltzenleu... bug-14786: Addressing layered subresources in vkCmdCopy...
2015-10-23 Courtney Goeltzenleu... bug-14786: minor renames
2015-10-23 Courtney Goeltzenleu... misc: Change clear rectangle to include array layer...
2015-10-23 Courtney Goeltzenleu... bug-14542: Remove VK_UNSUPPORTED from success return...
2015-10-23 Courtney Goeltzenleu... WIP bug-14815: VkShaderStage
2015-10-23 Courtney Goeltzenleu... WIP bug-14815: VkImageAspect
2015-10-23 Courtney Goeltzenleu... misc: Bump header version to v180
2015-10-23 Courtney Goeltzenleu... misc: change is unneeded?
2015-10-23 Courtney Goeltzenleu... bug-14746: add batched submit for semaphores and comman...
2015-10-23 Courtney Goeltzenleu... misc: match upstream header v179
2015-10-23 Courtney Goeltzenleu... Bug 14621: Change vkGet* functions to not return VkResult
2015-10-23 Courtney Goeltzenleu... bug-14580: add dataSize to vkGetPipelineCacheData
2015-10-23 Courtney Goeltzenleu... bug-14809: Need VK_ERROR_FEATURE_NOT_PRESENT
2015-10-23 Courtney Goeltzenleu... misc: make enum boundary names consistent
2015-10-23 Courtney Goeltzenleu... bug-14808: report number of valid bits in timesamps
2015-10-23 Courtney Goeltzenleu... misc: upstream header v176
2015-10-23 Courtney Goeltzenleu... misc: Remove WRITE_COMBINED
2015-10-23 Courtney Goeltzenleu... misc: Fix compile warnings about undefined _MSC_VER
2015-10-23 Courtney Goeltzenleu... bug-14737: Move alphaToCoverageEnable to MultisampleSta...
2015-10-23 Courtney Goeltzenleu... bug-14646: remove VK_SUBPASS_DESCRIPTION_NO_OVERDRAW_BIT
2015-10-23 Courtney Goeltzenleu... misc: bump header version 174
2015-10-23 Courtney Goeltzenleu... bug-14084: Replace abbreviations in VkQueryPipelineStat...
2015-10-23 Courtney Goeltzenleu... bug-14531: Expand tess abbreviation to tessellation
2015-10-23 Courtney Goeltzenleu... misc: Bump header to align with upstream
2015-10-23 Courtney Goeltzenleu... bug-14642: Rename queueRecordCount to requestedQueueCount
2015-10-23 Courtney Goeltzenleu... misc: Bump header to align with upstream
2015-10-23 Courtney Goeltzenleu... bug-14291: combine color and depth/stencil clears
2015-10-23 Courtney Goeltzenleu... misc: Rename depthClip to depthClamp
2015-10-23 Tony Barbourdemos: Check all return values
2015-10-23 Michael LentineReturn empty string instead of null
2015-10-22 Jon Ashburnloader: Fix heap_realloc function to return newly alloc...
2015-10-22 Tobin Ehlislayers: Remove mid() & mdd() functions from DrawState
2015-10-22 Tobin Ehlislayers: Add DrawState check for DescriptorSet availabil...
2015-10-22 Tobin Ehlislayers: DrawState layout tracking improvements
2015-10-22 Tobin Ehlislayers: Added TODO comments to DrawState for missing...
2015-10-22 Tobin Ehlislayers: Fix indices in DrawState error message
2015-10-22 Tobin Ehlislayers: Comment in DrawState for missing validation...
2015-10-21 Tony Barbourdemos: Add mem barrier to change layout to present
2015-10-21 Tony Barbourdemos: check return value from vkQueueWaitSemaphore
2015-10-21 Tony Barbourdemos: Handle paint events and call RedrawWindow to...
2015-10-21 Cody NorthropFix "_out64" -> "build" references accidentally removed
2015-10-21 Cody NorthropFix formatting in BUILD.md
2015-10-21 David PinedoBUILD.md: changed "_out64" to "build"
2015-10-19 David Pinedodemos: fix tabs and line endings in vulkaninfo
2015-10-19 David PinedoDemos: output api version in vulkaninfo
2015-10-19 Tony BarbourClarify parameter usage in memory_type_from_properties
2015-10-16 Mark Lobodzinskilayers: LX161, validate attachment references in subpasses
2015-10-16 Mark Lobodzinskilayers: LX160, Validate Descriptor Set Image Aspects
2015-10-15 Jon Ashburnloader: Clean up loader_platform file
2015-10-15 Michael LentineAdd subpass dependency validation.
2015-10-15 Mark Lobodzinskilayers: LX159, properly validate swapchain images
2015-10-15 Mark Lobodzinskilayers: LX159, validate all descriptorSets in array
2015-10-15 Mark Lobodzinskilayers: LX159, pipelineCache CAN be Null.
2015-10-15 Mark Lobodzinskilayers: Remove MemTracker dead code
2015-10-14 Courtney Goeltzenleu... cmake: Need glslang for tests as well as ICD
2015-10-14 Courtney Goeltzenleu... cmake: Fix options for building on Windows
2015-10-14 Jason Ekstrandcmake: Make all sub-components optional
2015-10-14 Jason Ekstrandloader: Use loc instead of location for getting the...
2015-10-14 Michael LentineUpdaing build to include vk_layer_utils
2015-10-13 Cody Northropupdate_external_sources: Get Windows LunarGLASS build...
2015-10-12 Mark Lobodzinskilayers: Bug #14850, enforce validation for semaphore...
2015-10-12 Tony BarbourFix image aspect value passed to demo_set_image_layout
2015-10-09 Tony Barbourlayers: Remove dependency between calls to vkCreateImag...
2015-10-09 David Pinedodemos: Create a wider console on windows
2015-10-09 Jon AshburnLoader: Fix locking bug in CreateInstance
2015-10-08 Greg Fischerupdate_external_sources: move up to latest glslang
2015-10-08 Courtney Goeltzenleu... loader: Remove unneeded defines
2015-10-08 Courtney Goeltzenleu... loader: Use correct 64bit printf format for Windows
2015-10-08 Courtney Goeltzenleu... layers: Fix Windows compiler warnings
2015-10-08 Courtney Goeltzenleu... layers: Fix Windows compile warnings
2015-10-08 Courtney Goeltzenleu... layers: clean up includes
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to swapchain
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to shader_checker
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to param_checker
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to mem_tracker
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to image
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to draw_state
2015-10-08 Courtney Goeltzenleu... layers: Add DEBUG_OUTPUT support to device_limits
2015-10-08 Courtney Goeltzenleu... layers: Add support for Windows DEBUG_OUTPUT logging
2015-10-08 Jon Ashburndemos: Add getting GetDeviceProcAddr entrypoint from...
2015-10-08 Jon Ashburnloader: Support GetInsTanceProcAddr(inst, "vkGetDeviceP...
2015-10-08 Mark Lobodzinskilayers: Suppress error messages for undestroyed descrip...
2015-10-08 Tony Barbourdemos: Remove swapchain workaround code and don't assum...
2015-10-08 Tony Barbourdemos: Change WSI references to swapchain
2015-10-08 Tony Barbourdemos: Animate tri via z-clipping
2015-10-08 Tobin Ehlislayers: Add DrawState check to flag error on vkFreeDesc...
2015-10-08 Cody Northropdemos/tests: Stop calling vkFreeDescriptorSets on pools...
2015-10-08 Ian ElliottWSI Validation: Ported better logging approach from...
2015-10-08 Ian ElliottWSI Validation: Move some things between .h and .cpp...
2015-10-08 Mike Stroyanintel,layers,tests: move cmd_meta errors to validation
2015-10-08 Michael LentineOnly check LogicOp if it is enabled.
2015-10-08 Tobin Ehlislayers: Migrate DrawState global data structs to layer_...
2015-10-08 Tobin Ehlislayers: DrawState migrate device and instance dispatch...
2015-10-08 Tobin Ehlislayers: In DeviceLimits move dispatch table to layer...
2015-10-08 Cody Northropupdate_external_sources: Fix svn LunarGLASS checkout...
2015-10-08 Courtney Goeltzenleu... misc: do not need pull if using git checkout
next