platform/upstream/Vulkan-Tools.git
2016-12-29 Mike Schuchardtlayers: Add valid usage enums to core_validation
2016-12-28 Karl Schultzbuild: Compile with both clang and gcc on Travis
2016-12-28 Tobin Ehlislayers:Mark latest buffers and images as written
2016-12-28 Mark Lobodzinskiscripts: Correct author emails in helper script
2016-12-28 Mark Lobodzinskiscripts: Remove enum_string_helper from vk_helper.py
2016-12-28 Mark Lobodzinskiandroid: Update build scripts w/enum_string codegen
2016-12-28 Mark Lobodzinskilayers: Mod cmake for new enum_string_helper codegen
2016-12-28 Mark Lobodzinskiscripts: Update lvl_genvk.py w/new helper generator
2016-12-28 Mark Lobodzinskiscripts: Update helper gen to ignore disabled exts
2016-12-28 Mark Lobodzinskiscripts: Add helper file generator
2016-12-28 Maks Naumovlayers: Fix VkGraphicsPipelineCreateInfo flags check
2016-12-28 Michael Jurkascripts: PR1314, Remove trailing whitespace/newlines
2016-12-27 Mark Lobodzinskilayers: Make comments consistent across file
2016-12-27 Mark Lobodzinskilayers: Remove inconsistent comment specifiers
2016-12-27 Mark Lobodzinskilayers: Make comments consistent
2016-12-27 Mark Lobodzinskiscripts: Remove unused code from vk_helper.py
2016-12-27 Mark Lobodzinskilayers: Update 'string' layer header files
2016-12-27 Mark Lobodzinskilayers: Remove struct string helper from cmake
2016-12-27 Mark Youngloader: EnumPhysDev fixes
2016-12-27 Tobin Ehlislayers:Fix CmdDispatch post-call function
2016-12-27 Tobin Ehlislayers:Fix unique id for CmdDispatch
2016-12-23 Tobin Ehlisscripts:Add more duplicate error enum exceptions
2016-12-23 Tobin Ehlisscripts:Add duplicate id exception
2016-12-23 Tobin Ehlisscripts:Allow duplicate exceptions for some ids
2016-12-23 Tobin Ehlislayers:Remove redundant check
2016-12-23 Tobin Ehlislayer:Add unique error ids for memory binding
2016-12-23 Tobin Ehlislayers:Add valid usage error ids
2016-12-23 Tobin Ehlisscripts:Update stat script output
2016-12-23 Tobin Ehlislayers:Fix unique error enum
2016-12-23 Lenny Komowbuild: Parameterize def file name
2016-12-23 Frank Henigmanlayers: remove unused variable
2016-12-23 Mike Weiblenlayers: Update Valid Usage enums (VL-61, final)
2016-12-23 Dave Houltonlayers: add VU checks in image.cpp (Jira VL-66)
2016-12-23 Tobin Ehlislayers:Refactor CmdDispatchIndirect()
2016-12-23 Tobin Ehlislayers:Refactor CmdDispatch()
2016-12-23 Tobin Ehlislayers:Refactor CmdDrawIndexedIndirect()
2016-12-23 Tobin Ehlislayers:Refactor CmdDrawIndirect() to use pre/post
2016-12-23 Tobin Ehlislayers:Refactor CmdDrawIndexed()
2016-12-23 Tobin Ehlislayers:Improve perf warning for unused vtx buffer
2016-12-23 Tobin Ehlislayers:Kill synchAndPrintDSConfig() function
2016-12-23 Tobin Ehlislayers:Split ValidateAndUpdateDrawState()
2016-12-23 Tobin Ehlislayers:Split validatePipelineDrawtimeState()
2016-12-23 Tobin Ehlislayers:Rename two functions to CamelCase
2016-12-23 Tobin Ehlislayers:Add PostCallRecordCmdDraw()
2016-12-23 Tobin Ehlislayers:Separate state update from addCmd()
2016-12-23 Tobin Ehlislayers:Pass cmd buffer as log_msg object
2016-12-23 Tobin Ehlislayers:Remove unneeded return value
2016-12-23 Michael Jurkaloader: clean up comment and variable
2016-12-23 Michael JurkaUse Python instead of greadlink to get full path on...
2016-12-23 Lenny Komowloader: Fix out of memory in enumerate phys devs
2016-12-22 Tobin Ehlislayers:Update dispatchable object printing
2016-12-22 Lenny Komowloader: Update term phys devices dynamically
2016-12-22 Lenny Komowloader: Update tramp phys devices dynamically
2016-12-22 Cody Northropandroid: Preserve toolchain build if present
2016-12-22 Frank Henigmanloader: guard gcc feature appropriately
2016-12-21 Courtney Goeltzenleu... Merge pull request #1300 from KhronosGroup/161221-fix_s...
2016-12-21 Courtney Goeltzenleu... loader: Fix validation error
2016-12-21 Jamie Madillloader: Fix Clang warning in table_ops.h
2016-12-21 Michael Jurkalayers: Add missing <string> dependency
2016-12-20 Jeremy Hayescmake: speed up the build
2016-12-20 Mike Weiblenlayers: Update Valid Usage enums (VL-61, partial)
2016-12-20 Mark Lobodzinskiscripts: Remove enum/struct_validate_helper funcs
2016-12-20 Mark Lobodzinskilayers: Remove unused header from threading/PV
2016-12-20 Mark Lobodzinskilayers: Remove redundant CreateRenderpass checks
2016-12-20 Mark Lobodzinskilayers: Remove enum_validate_helper from PV
2016-12-20 Mark Lobodzinskilayers: Remove unused threadchecker header file
2016-12-19 Chris Forbeslayers: Remove cmds vector from GLOBAL_CB_NODE
2016-12-19 Jamie Madilllayers: Fix size_t-int cast warning in descriptor_sets
2016-12-19 Tobin Ehlislayers:Clean up descriptor set layout on destroy
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroyBuffer()
2016-12-19 Tobin Ehlislayers:Refactor DestroyBuffer()
2016-12-19 Tobin Ehlislayers:Add GetQueryPoolResults() validation flag
2016-12-19 Tobin Ehlislayers:Refactor GetQueryPoolResults() to pre/post
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroyQueryPool()
2016-12-19 Tobin Ehlislayers:Refactor DestroyQueryPool
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroySemaphore()
2016-12-19 Tobin Ehlislayers:Add validation flag for DestroyFence()
2016-12-19 Tobin Ehlislayers:Refactor DestroySemaphore
2016-12-19 Tobin Ehlislayers:Refactor DestroyFence
2016-12-19 Tobin Ehlislayers:Rename QUEUE_NODE to QUEUE_STATE
2016-12-19 Tobin Ehlislayers:Refactor GetDeviceQueue
2016-12-19 Jamie Madilllayers: Make generators Python 2.7-compatible.
2016-12-19 Mark Lobodzinskilayers: Update VU database for scissor/vp checks
2016-12-19 Mark Lobodzinskilayers: Add scissor/viewport count checks
2016-12-19 Mark Lobodzinskilayers: GH1261, Incorrect ParamValidation error msgs
2016-12-19 Tobin Ehlisscripts:Update unique error enums as of 12/19/16
2016-12-19 Mark Lobodzinskiheader: Update to Vulkan version 1.0.38
2016-12-18 Mark Lobodzinskilayers: Update error enum database
2016-12-18 Mark Lobodzinskilayers: Remove redundant CV checks
2016-12-18 Mark Lobodzinskilayers: Move new check into parameter validation
2016-12-15 Tobin Ehlislayers:Refactor consecutive descriptor count
2016-12-15 Tobin Ehlislayers:Store DescriptorSetLayout class in-order
2016-12-15 Tony Barbourlayers: Remove check for nonCoherentAtomSize
2016-12-15 Jamie Madillloader: Fix Clang warnings.
2016-12-15 Mike Weiblenlayers: Update Valid Usage enums (VL-70)
2016-12-15 Jamie Madilllayers: PR1276, Fix Clang compiler warnings
2016-12-15 Mark Lobodzinskilayers: Updated val error database with new checks
2016-12-15 Mark Lobodzinskilayers: Updated error enums for sparse_binding checks
2016-12-15 Maciej Jesionowskilayers: GH1260, SPARSE_BINDING_BIT validation
2016-12-14 Mike Schuchardtlayers: Fix object tracker memory leak
next