platform/upstream/Vulkan-Tools.git
2015-12-31 Jon Ashburnmisc: For header vers 220, fix BOTTOM_OF_PIPE typo
2015-12-31 Jon Ashburnmisc: Add barrier pipeline stage BOTTOM_OF_PIPE; for...
2015-12-31 Jon Ashburnheaders: debug_report ext and pipelineCache version...
2015-12-31 Mark Lobodzinskilayers: LX254, Fix typos in Image Layer error messages
2015-12-31 Jon Ashburnlayers: Fix object_tracker name in validation documenta...
2015-12-31 Jon Ashburnmisc: rename descriptorSetlayout pBinding; update to...
2015-12-31 Jon Ashburnmisc: Add pipeline stage flags to wait upon for queueSu...
2015-12-31 Jon Ashburnmisc: Changes to go to header v215 including vulkan...
2015-12-31 Jon Ashburnmisc: Changes to go to header v214 including vulkan...
2015-12-31 Jon Ashburnbump header version to 213.1
2015-12-31 Jon Ashburnmisc: rename startXXX to firstXXX and add firstXXX...
2015-12-30 Mark Lobodzinskilayers: Rename Layer/library/json files for consistency
2015-12-30 Michael Lentinelayers: MR89, Fix gtests for android
2015-12-29 Jon Ashburnmisc: Bump header to 212.1
2015-12-29 Jon Ashburnvktrace: version 217 WSI changes
2015-12-29 Jon Ashburndemos: Fix win32_surface compile errors for demos and...
2015-12-29 Jon Ashburnnulldrv: Fix swapchain compile error
2015-12-29 Ian Elliottdemos: Version 217 WSI changes.
2015-12-29 Ian Elliottlayers: Version 217 WSI changes.
2015-12-29 Ian Elliottnulldrv: Version 217 WSI changes.
2015-12-29 Ian Elliottloader: Version 217 WSI changes.
2015-12-29 Ian ElliottWSI: Update "vulkan.h" with WSI contents of version...
2015-12-29 Michael Lentinelayers: MR103, Improve image dependency validation
2015-12-28 Mark Lobodzinskilayers: Fix windows build issue with drawstate merge...
2015-12-28 Tobin Ehlislayers: MR101, Add DrawState validation of pDynamicOffsets
2015-12-28 Tobin Ehlislayers: MR95, Add renderPass compatibility checks to...
2015-12-28 Tobin Ehlislayers: MR94, DrawState refactor to verify CmdBuffer...
2015-12-28 Tobin Ehlislayers: Fix DrawState BeginCommandBuffer check
2015-12-28 Mark Lobodzinskilayers: Fix Drawstate issues with binding pipelines...
2015-12-24 Jon Ashburnloader: Don't override VK_LAYER_PATH for implicit layers
2015-12-24 Jon Ashburnloader: Fix typo in CreateDevice so ICDs see filtered...
2015-12-24 Jon Ashburnlayers: Add basic implicit layer JSON file as an exampl...
2015-12-23 David PinedoDemos: Fix name of MemTrack layer in tri.c demo
2015-12-23 Jesse HallFix Android layers build
2015-12-22 Courtney Goeltzenleu... loader: Properly filter ICD extensions
2015-12-18 Mark Lobodzinskilayers: Fixes for issues resulting from MR87
2015-12-18 Michael Lentinelayers: MR87, Adding validation for image validity
2015-12-18 Ian ElliottBug 15314: Make clear for layers that the registry...
2015-12-18 Jon Ashburnloader: Add support for implicit layers
2015-12-17 Tony Barbourlayers: Remove vkCmdExecuteCommands checks that don...
2015-12-17 Jon Ashburnloader: Fix erroneous call to loader_log previously...
2015-12-17 Jon Ashburnlayers: bump debug_report version number
2015-12-17 Courtney Goeltzenleu... tri: remove unneeded cast
2015-12-17 Jon Ashburnloader: Fix compile error from rebase
2015-12-17 Courtney Goeltzenleu... loader: Fix comment leader on def files
2015-12-17 Courtney Goeltzenleu... layers: clean up mismatched sign warnings
2015-12-17 Courtney Goeltzenleu... layers: clean up bool vs. VkBool32 warnings
2015-12-17 Courtney Goeltzenleu... layers: clean up path without return warning
2015-12-17 Courtney Goeltzenleu... misc: fix comment
2015-12-17 Courtney Goeltzenleu... loader: fix mismatch size warning
2015-12-17 Courtney Goeltzenleu... loader: correct compiler warning
2015-12-17 Courtney Goeltzenleu... demos: Fix compiler warnings
2015-12-17 Courtney Goeltzenleu... debug_report: Update extension name
2015-12-17 Courtney Goeltzenleu... debug_report: rename object type and error bits
2015-12-17 Courtney Goeltzenleu... loader: save memory pointer before it's lost
2015-12-17 Courtney Goeltzenleu... debug_report: rename vk_lunarg_debug_report.h
2015-12-17 Courtney Goeltzenleu... vulkaninfo: Register a callback at CreateInstance
2015-12-17 Courtney Goeltzenleu... loader: Enable callbacks from loader_log
2015-12-17 Courtney Goeltzenleu... loader: use callbacks from CreateInstance
2015-12-17 Courtney Goeltzenleu... loader: utils for managing debug report events
2015-12-17 Courtney Goeltzenleu... misc: Update copyright statements
2015-12-17 Courtney Goeltzenleu... loader: Adjust internal naming to match API naming
2015-12-17 Courtney Goeltzenleu... cube: Update debug report support
2015-12-17 Courtney Goeltzenleu... layers: Add support for DebugReportMessageLUNARG
2015-12-17 Courtney Goeltzenleu... layers: export debug_report extension
2015-12-17 Courtney Goeltzenleu... layers: declare support for DEBUG_REPORT extension
2015-12-17 Courtney Goeltzenleu... vkinfo: Clean up output formatting
2015-12-17 Jon Ashburnloader: debug_report terminator functions use cast...
2015-12-17 Courtney Goeltzenleu... debug_report: Add DebugReportMessage function
2015-12-17 Courtney Goeltzenleu... nulldrv: export device extension
2015-12-17 Courtney Goeltzenleu... debug_report: make destroy have void return value
2015-12-17 Courtney Goeltzenleu... debug_report: rename and update to use CreateInfo
2015-12-17 Courtney Goeltzenleu... debug_report: Rename VkDbgMsgCallback object
2015-12-17 Courtney Goeltzenleu... nulldrv: Update to latest extension names
2015-12-17 Mark Lobodzinskilayers: Remove validation errors for CmdBindPipeline...
2015-12-17 Mark Lobodzinskilayers: Fix find-first-set bitscan util
2015-12-17 Mark Lobodzinskilayers: Work around Windows release build crash in...
2015-12-16 Tony BarbourRemove FindPkgConfig from Windows build to stop error...
2015-12-15 Mark Lobodzinskilayers: LX235, Validate all Pipeline VBOs for CommandBu...
2015-12-15 Mark Lobodzinskiwsi: Do not enable Xlib support by default
2015-12-15 Jon Ashburndemos: Fix build warning on Linux for tri
2015-12-15 GregFcube and tri: change shader version numbers to 400
2015-12-15 Tony Barbourlayers: Remove extra increment in DrawState vkCmdNextSu...
2015-12-15 Jon Ashburndemos: Fix cube for missing dbgBreakCallback which...
2015-12-15 Courtney Goeltzenleu... debug_report: Make pUserData always a const
2015-12-15 Courtney Goeltzenleu... layers: Add allocator to layer init functions
2015-12-15 Courtney Goeltzenleu... loader: Remove unused function
2015-12-15 Courtney Goeltzenleu... nulldrv: Add swapchain "support" to nulldrv
2015-12-15 Courtney Goeltzenleu... loader: Remove unused debug helper functions
2015-12-15 Jon Ashburnlayers: Fix debug_report extension number
2015-12-15 Courtney Goeltzenleu... layers: Rename VK_DEBUG_REPORT_EXTENSION enums
2015-12-15 Jon Ashburnlayers: Fix debugReport object type in draw_state
2015-12-15 Courtney Goeltzenleu... layers: rename VkDbgObjectType
2015-12-15 Courtney Goeltzenleu... layers: Rename DebugReport flags
2015-12-15 Jon Ashburnvulkan: Changes for header version 211
2015-12-14 GregFSPV Toolchain: Pickup latest LunarGLASS fix
2015-12-14 Mark Lobodzinskidemos: Update command pool flags for implicit resets...
2015-12-14 Tobin Ehlislayers: Add DrawState checks for correct CmdBuffer...
2015-12-14 Jon Ashburnloader: Fix physical device cast for enumerate properti...
2015-12-12 Jon Ashburndemos: Fix free queue so no use of it after free in...
next