platform/upstream/Vulkan-Tools.git
2016-03-11 Michael Lentinelayers: Fix overlapping attachment aliasing dependency...
2016-03-11 Michael Lentinelayers: Enfoce that unique objects if enabled happens...
2016-03-11 Mark Lobodzinskilayers: Fix draw_state handling of special image layout...
2016-03-10 David Pinedoloader: fix cmake file so it doesn't always build loade...
2016-03-10 Jon Ashburnlayers: Fix helper script to not dereference strings...
2016-03-10 Mark Lobodzinskilayers: Update layer validation details document
2016-03-10 Michael Lentinelayers: GH99 Track all command buffers submitted at...
2016-03-10 Tobin Ehlislayers: GH96 Fix error messages for bad layout
2016-03-10 Tobin Ehlislayers: GH98 Only check fence in-use once per QueueSubmit
2016-03-10 Jon Ashburndocs: Update README.md
2016-03-10 Karl SchultzUpdate BUILD.md
2016-03-09 Karl SchultzUpdate CONTRIBUTING.md
2016-03-09 Tobin Ehlislayers: GH94 Correctly map bindingToIndex in draw_state...
2016-03-09 Karl SchultzUpdate CONTRIBUTING.md
2016-03-09 Michael Lentinelayers: Add checking for may alias bit.
2016-03-09 Michael Lentinelayers: Format updates for attachments overlapping...
2016-03-09 Chris Forbeslayers: Lighten object tracker slightly
2016-03-09 Tobin Ehlislayers: Remove documentation for now-defunct check...
2016-03-09 Chris Forbeslayers: Add descriptor type matching to DrawState
2016-03-09 Jon Ashburnlayers: clang-format layers directory
2016-03-09 Dustin Graveslayers: Add string array parameter checking
2016-03-09 Dustin Graveslayers: Remove redundant/unused param checker code
2016-03-08 Mark Lobodzinskilayers: LX430, Modfiy object_tracker to handle multiple...
2016-03-08 Tobin Ehlislayers: GH83 Fix updates of copies descriptor sets...
2016-03-08 Tobin Ehlislayers: Fix layer documentation so that it can be auto...
2016-03-08 Michael Lentinelayers: Count attachments as the same if they have...
2016-03-08 Jon Ashburnloader: Fix issue passing wrong instance if layer wraps...
2016-03-08 Karl Schultzlayers: LX405 Avoid some checks when rastrization is...
2016-03-08 Karl Schultzcodegen: LX424 Generate code for WSI-specific funs...
2016-03-08 Tony BarbourBump api_version to 1.0.5 in json files
2016-03-08 Dustin Graveslayers: Add func pointer NULL checks
2016-03-08 Tobin Ehlislayers: GH41 Flag error if cmd buffer references destro...
2016-03-08 Tobin Ehlislayers: Fix android build of draw_state
2016-03-08 Tobin Ehlislayers: Fix android build from linux or Win32 system
2016-03-08 Michael LentineUse size_t types for output size_t.
2016-03-08 Jon Ashburnbuild: Enable Xlib support to default ON on Linux builds
2016-03-08 Jon Ashburnloader: gllvl #50, Add support for the WSI extension...
2016-03-08 Mark Lobodzinskilayers: LX431, FENCE_NODE structures not initialized
2016-03-08 Karl Schultzbuild: Fix CMake Xlib DisplayServer name.
2016-03-08 Karl Schultzloader: VulkanTools PR 13 Resolve ...XlibPresentationSu...
2016-03-08 Karl Schultzdemos: Change layer order in cube.c to put param_check...
2016-03-07 GregFglslang / spirv-tools: get latest versions
2016-03-07 Tony Barbourdemos: Remove allocation callback code from tri demo
2016-03-07 Mark Lobodzinskilayers: GHLVL88, Fix ValidateBarriers in draw_state
2016-03-07 Mark Lobodzinskilayers: GHLVL87, Fix cut/paste VerifyImageLayout call...
2016-03-07 Mark Lobodzinskilayers: LX402, Invalid CmdBindPipeline validation error
2016-03-07 Jon Ashburnheader: update to version 1.0.5
2016-03-07 Jon Ashburnmisc: Update to header version 1.0.4
2016-03-07 Dustin Graveslayers: Add param checks for CreateInstance/Device
2016-03-07 Dustin Graveslayers: Add NULL/sType checks for struct members
2016-03-07 Dustin Graveslayers: Handle indirection in param_checker
2016-03-07 Dustin Graveslayers: Add vkFreeCommandBuffers param check
2016-03-07 Mark Lobodzinskilayers: LX413, Fix dynamicOffsets crash in draw_state
2016-03-07 Michael LentineFix assert for layouts.
2016-03-07 Dominik Witczaklayers: GL156 Ignore pQueueFamilyIndices if exclusive...
2016-03-07 Michael LentineRegester event on creation and delete on deletion.
2016-03-07 Chris Forbeslayers: Validate subpass index in CreateGraphicsPipelines
2016-03-07 Chris Forbeslayers: Remove vestigial bits of old derivatives API...
2016-03-07 Chris Forbeslayers: Validate pipeline derivative requirements in...
2016-03-05 tobineMerge pull request #80 from lentinem/mlentine-buildfix
2016-03-04 Michael LentineRemove unused var.
2016-03-04 Karl Schultzlayers: LX423 Set string var with handle value before...
2016-03-04 Karl Schultzadd generated files for smoke demo.
2016-03-04 Tony Barbourvalidation: Promote validation warnings to errors
2016-03-04 Mark Lobodzinskilayers: LX401, Handle VK_WHOLE_SIZE in flush/invalidate...
2016-03-04 Karl Schultzlayers: LVLGH47 DS Include swapchain images in search
2016-03-04 Jeremy Hayesloader: gllavl#46 add check for device extensions
2016-03-04 tobineMerge pull request #59 from chrisforbes/ds-more-fixes
2016-03-04 David Pinedowinrtinstaller: sign uninstaller
2016-03-03 Tony BarbourRemove generated files from source control
2016-03-03 Chris Forbeslayers: GHPR43, Add tracking of total number of levels...
2016-03-03 Michael Lentinebuild: LVLPR65, Fix android extensions support in uniqu...
2016-03-03 tobineMerge pull request #42 from chrisforbes/push-constants
2016-03-03 Chris Forbeslayers: validate push constant ranges accessed by shader
2016-03-03 Chris Forbeslayers: add more shader checker error codes
2016-03-03 Chris Forbeslayers: move get_shader_stage_id up a bit
2016-03-03 Chris Forbeslayers: extract helper for getting to block/struct...
2016-03-03 Chris Forbeslayers: Add push constant storage class to stringify...
2016-03-03 Chris Forbeslayers: Remove nonsense `sinterface` param from
2016-03-03 Tobin Ehlislayers: Add push constant validation to draw_state
2016-03-03 David Pinedowinrtinstaller: Don't create a menu item for each versi...
2016-03-03 David Pinedowinrtinsaller: change comment
2016-03-03 Jon Ashburnmisc: Remove lunarg_debug_marker extension
2016-03-03 Michael Lentinelayers: Allow use of QUEUE_FAMILY_IGNORED for BufferMem...
2016-03-03 Jeremy Hayeslayers: add missing error check
2016-03-03 Jon Ashburnloader: Update documentation to remove editing comments.
2016-03-02 Jeremy Hayeslayers: fix imageLayout bug
2016-03-02 Tony Barbourlayers: Fix false positive on initialLayout in image...
2016-03-02 Jon Ashburnloader: ghlvl 33, ghlvl 34 Fix aliasing of VkPhysicalDevice
2016-03-02 Tony BarbourLX #410 - Use ${PYTHON_EXECUTABLE} for PYTHON_CMD
2016-03-02 Tony Barboursmoke: use $<TARGET_FILE> instead of LOCATION prop
2016-03-02 Chris Forbeslayers: DS: populate features correctly
2016-03-02 Jeremy Hayeslayers: gllavl#78 validate base pipeline
2016-03-02 Jeremy Hayeslayers: gllavl#77 validate layout during clear
2016-03-02 Jeremy Hayeslayers: gllavl#76 validate initialLayout
2016-03-01 Chris Forbeslayers: Separate some variables
2016-03-01 Mark Lobodzinskilayers: Update QueueFamilyIndex validation
2016-02-29 Jon Ashburnloader: refactor EnumerateDevice*Properties terminate...
2016-02-29 Mark Lobodzinskilayers: GH LVL#49, Updated layer docs/README for new...
2016-02-29 Mark Lobodzinskilayers: GL107, Validate queueFamilyIndices for CreateSw...
next