platform/upstream/Vulkan-Tools.git
2015-07-07 Courtney Goeltzenleu... apidump: Correct layer property description
2015-07-07 Courtney Goeltzenleu... loader: collect layer properties regardless of extension
2015-07-07 Courtney Goeltzenleu... loader: Filter extensions for ICD's CreateDevice
2015-07-07 Courtney Goeltzenleu... loader: Add validation checks to CreateDevice
2015-07-07 Courtney Goeltzenleu... cube: explicitly specify validation layers
2015-07-07 Courtney Goeltzenleu... loader: Validate global layers requested by app
2015-07-07 Courtney Goeltzenleu... loader: Filter extension list sent to ICD
2015-07-07 Courtney Goeltzenleu... TODO: Add reminder for new code
2015-07-07 Courtney Goeltzenleu... layers: Update generator for threading, objtrack
2015-07-07 Courtney Goeltzenleu... loader: Use app's alloc routines if available
2015-07-07 Courtney Goeltzenleu... loader: Add error return to detect invalid layers
2015-07-07 Courtney Goeltzenleu... loader: Use stack allocation for temp storage
2015-07-07 Courtney Goeltzenleu... loader: remove redundant log message
2015-07-07 Courtney Goeltzenleu... object_track: Update extension & layer support
2015-07-07 Courtney Goeltzenleu... cube: Disable currently unused code
2015-07-07 Courtney Goeltzenleu... Update CMake as things are ported.
2015-07-07 Courtney Goeltzenleu... loader: track layer library list
2015-07-07 Courtney Goeltzenleu... loader: Save app allocation callbacks
2015-07-07 Courtney Goeltzenleu... layers: Add TODO regarding locking
2015-07-07 Courtney Goeltzenleu... mem_tracker: Remove unused variable
2015-07-07 Courtney Goeltzenleu... mem_tracker: Move wsi data to layer_data
2015-07-07 Courtney Goeltzenleu... layers: Update basic sample layer
2015-07-07 Courtney Goeltzenleu... loader: bug 12992: extension and layer support
2015-07-07 Tobin Ehlislayers: Fix codegen for printing arrays of char* strings
2015-07-07 Jon Ashburnloader: Add implicit layer activation
2015-07-07 Jon Ashburnloader: Split the instance and device layer enablement...
2015-07-07 Jon Ashburnloader: Remove the merged enabled_extension list in...
2015-07-07 Jon Ashburnloader: Add log warning if json manifest file doesn...
2015-07-07 Jon Ashburnloader: Make a layer properties structure for manifest...
2015-07-07 Cody Northroptoolchain: Switch to using github for glslang
2015-07-07 Cody Northroptoolchain: Add script to pull and build on Windows
2015-07-07 Tobin Ehlistests: Fix some failing layer validation tests
2015-07-07 Tobin Ehlisloader: Rename loader_platform.h -> vk_loader_platform.h
2015-07-07 Tobin Ehlislayers: Rename all layer headers to begin with "vk_laye...
2015-07-07 Tobin Ehlisinclude: Rename vkLayer.h -> vk_layer.h and vkIcd.h...
2015-07-07 Chris Forbesvulkan.h: v129 -- rework clear colors, remove raw clear...
2015-07-07 Chris Forbestri: Use render pass load ops for color and depth clears
2015-07-07 Chris Forbescube: Use render pass load op for depth clear
2015-07-07 Chris Forbesvulkan.h: Split attachment and image clears (#13914...
2015-07-06 Chris Forbesvulkan.h: Update features/limits structures (#12827...
2015-07-06 Chia-I Wuupdate vulkan.h for multi-level command buffers (V121)
2015-07-03 Mark Lobodzinskivulkan.h: Added #define for MAX_DESCRIPTION
2015-07-02 Mark Lobodzinskivulkan.h: V120 -- Tighten spec around VkMemoryRequirements
2015-07-02 Mark Lobodzinskivulkan.h: V119 -- Remove unsigned byte indices
2015-07-02 Mark Lobodzinskivulkan.h: V118 -- Add array types to VkImageViewType
2015-07-02 Mark Lobodzinskivulkan.h: V117 -- Remove Atomic Counters, Bug #14081
2015-07-02 Mark Lobodzinskivulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL
2015-07-02 Mark Lobodzinskivulkan.h: V115 -- Reintroduce memory heaps & types...
2015-07-02 Tobin Ehlislayers: Update ObjectTracker layer to check first-level...
2015-07-02 Tobin Ehlislayers: Fix ObjectTracker to add Instance when it's...
2015-07-02 Tobin Ehlisdemos: Set pName for cube shaders to "main" to keep...
2015-07-02 David Pinedoloader: Use _alloca instead of alloca on Windows
2015-07-02 Courtney Goeltzenleu... bug 14014: Fill out support for VkShaderModule
2015-07-02 Courtney Goeltzenleu... bug-14014: Allow multiple entrypoints in modules
2015-07-02 Courtney Goeltzenleu... loader: Move CreateDevice to device table
2015-07-01 Tony Barbourloader: Remove locks from vkGet routines
2015-07-01 Tony Barbourvulkan.h: Bug 14181 - Barriers need to be more precise
2015-07-01 David PinedoDemos: use vcproj .user file to configure location...
2015-07-01 Jon Ashburnloader: Remove uneeded ICD and layers scanned boolean
2015-07-01 Jon Ashburnloader: Support gettting JSON ICD manifest files from...
2015-07-01 Jon Ashburnloader: Fix compilation warnings for debug_report on...
2015-07-01 Jon Ashburnloader: Add math library to the build for linux cJSON...
2015-07-01 Jon Ashburnloader: Add parsing of JSON file to find location of...
2015-06-30 Tony Barbourcube: fix validation and clean up errors
2015-06-30 David PinedoLayers: Fix screenshot seg fault, changed accesses...
2015-06-30 Mark Lobodzinskidemos: Ensure VertexInputState is NULL if unused
2015-06-29 Courtney Goeltzenleu... Revert "loader: Remove CreateDevice from loader's instance"
2015-06-29 Courtney Goeltzenleu... loader: Need to use ICD's GetDeviceProcAddr
2015-06-29 Courtney Goeltzenleu... loader: Remove CreateDevice from loader's instance
2015-06-29 Courtney Goeltzenleu... loader: Move CreateDevice to device table
2015-06-29 Courtney Goeltzenleu... layers: Do not advertise support for WSI
2015-06-29 Courtney Goeltzenleu... layers: Abort logging if null debug_report ptr
2015-06-29 Courtney Goeltzenleu... layers: Remove unneeded asserts
2015-06-29 Courtney Goeltzenleu... generator: Add more debug statements
2015-06-29 Courtney Goeltzenleu... generator: Clear dispatch table
2015-06-29 Courtney Goeltzenleu... loader: Need to search device extension cache
2015-06-29 Courtney Goeltzenleu... loader: Add debug info
2015-06-29 Courtney Goeltzenleu... vulkaninfo: Use app's extension count, not system
2015-06-29 Courtney Goeltzenleu... vulkaninfo: handy debug output
2015-06-29 Courtney Goeltzenleu... vulkaninfo: Need WSI extension for some queries
2015-06-29 Tony Barbourvulkan.h: V110 #13864 -- Border Color Values Underspecified
2015-06-29 Tobin Ehlislayers: ObjectTracker cleanup
2015-06-26 Tony Barbourvulkan.h: Bug 14171 - remove unused structure type...
2015-06-26 Tony Barbourvulkan.h: Bug 14153 - remove maxInlineMemoryUpdateSize
2015-06-26 Tony Barbourvulkan.h: Bug 14136 - reorder logicop enums
2015-06-26 Tony Barbourvulkan.h: Bug 13900 - Remove initialCount from semaphores
2015-06-26 Jeremy Hayeslayers: Use new param checker layer.
2015-06-26 Tony Barbourvulkan.h: Bug 13616 Clarification of types of sample...
2015-06-26 Tony Barbourvulkan.h: Bug 13939 Remove references to depth/stencil...
2015-06-25 Tobin Ehlislayers: Flag DrawState INVALID_RENDERPASS error if...
2015-06-25 Tobin Ehlislayers: Warn in DrawState if DescriptorSet bound that...
2015-06-25 Tobin Ehlislayers: In DrawState, validate correct use of RenderPass
2015-06-25 Tobin Ehlislayers: Add DrawState check to verify Draw* cmds only...
2015-06-25 Tobin Ehlislayers: Add DrawState check to verify that Pipeline...
2015-06-25 Tobin Ehlislayers: Flag DrawState INVALID_RENDERPASS error if...
2015-06-25 Tony Barbourvulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo
2015-06-25 Tony Barbourvulkan.h: V108 -- Static Types, Bug# 13919
2015-06-25 Tobin Ehlislayers: Correctly set Object Type for Dynamic State...
2015-06-25 Tobin Ehlislayers: Report error in DrawState if vkCmdBlitImage...
2015-06-25 Tobin Ehlislayers: Added DrawState check to flag error if compute...
next