projects
/
platform
/
upstream
/
Vulkan-LoaderAndValidationLayers.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/Vulkan-LoaderAndValidationLayers.git
2016-09-29
Mark Lobodzinski
header: Move vk_platform.h to version 1.0.28
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Mark Lobodzinski
header: Move vulkan.h to version 1.0.28
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Chris Forbes
layers: Complain about subpass mismatch between CB...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Chris Forbes
layers: Use cmd buffer as src object in callback
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Cody Northrop
demos: Remove tri from Android build
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Tony Barbour
demos: Set srcAccessMask correctly for present barriers
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Mark Lobodzinski
cmake: Fix whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-09-29
Karl Schultz
build: gh27 Allow builds in paths with spaces
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
layers: Added flags for in_use checks
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
layers: Update DestroyBufferView to use Pre/Post paradigm
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
tests: Added InvalidCmdBufferBufferViewDestroyed test
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
tests: Add BufferViewInUseDestroyedSignaled
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
layers: Add binding between cmd buffer and bufferView
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
layers: Add in-use detection for VkBufferView
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tony Barbour
demos: Remove tri demo
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
layers: Add bool to guard command buffer state check
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Tobin Ehlis
layers: Indicate correct source for validateCommandBuff...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Cody Northrop
docs: Add CubeWithLayers to Android section
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Cody Northrop
demos: Clean up logging for Android
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Cody Northrop
demos: Enable validation for Android cube
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Cody Northrop
demos: Add APK with layers to cube
commit
|
commitdiff
|
tree
|
snapshot
2016-09-28
Jan-Harald...
loader: gh989 - Fix incorrect array index
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
Robert Bragg
build: include tests/layers build dir for vk_dispatch_t...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
Robert Bragg
demos: s/X11_INCLUDE_DIRS/X11_INCLUDE_DIR/ typo
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
Chris Forbes
layers: Convert RENDER_PASS_NODE::pCreateInfo to use...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-27
Chris Forbes
layers: Don't accidentally copy safe_VkFramebufferCreat...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Don't add VK_SUBPASS_EXTERNAL edges to subpass...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Trim out some more old MT renderpass junk
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Remove unnecessary constructors from new _STATE...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Tweak naming of enums moved from SwapChain...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Move image-not-acquired etc from swapchain...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Add tracking of acquired state to Core Validation
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Add IMAGE_NODE::acquired flag
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Chris Forbes
layers: Move ACQUIRE_NO_SYNC check from Swapchain to...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mark Young
loader: gh971 EnumPhysDev return VK_INCOMPLETE
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mike Stroyan
build: Enable parallel windows build
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mike Stroyan
build: Fix parallel build of layers tests
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mike Stroyan
build: Make windows build of demos parallel build safe
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mike Stroyan
build: Fix parallel build of layers
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mike Stroyan
build: Fix ImageMagick_Magick++ search
commit
|
commitdiff
|
tree
|
snapshot
2016-09-26
Mike Stroyan
build: UNSET cache variables for FIND_IMAGEMAGICK_API
commit
|
commitdiff
|
tree
|
snapshot
2016-09-25
Chris Forbes
layers: Remove spurious using BASE_NODE::*.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-25
Chris Forbes
layers: Get rid of some junk in RENDER_PASS_NODE::ctor
commit
|
commitdiff
|
tree
|
snapshot
2016-09-25
Chris Forbes
layers: Explicitly delete IMAGE_NODE, BUFFER_NODE copy...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Alex Smith
layers: Fix VerifyCopyUpdateContents on combined image...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Józef Kucia
layers: Prevent reading uninitialized "count" when...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
android: Add Android and C++ support to a couple files
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
demos: Enable arm64 build of Smoke
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
demos: Update Smoke permissions for trace/replay
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
demos: Fix Smoke build for Android
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
demos: Update gradle properties for smoke
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
demos: Update smoke build script to be automatable
commit
|
commitdiff
|
tree
|
snapshot
2016-09-23
Cody Northrop
toolchain: Use multiple processes to build glslang
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Distinguish never-bound from un-bound memory...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tony Barbour
demos: Change cube to use FIFO present mode
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Cody Northrop
demos: Update Android documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Cody Northrop
demos: Give Cube and Tri distinct app names
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Cody Northrop
demos: Clean up APK creation for cube and tri
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Fix unexpected errors in InvalidMemoryAliasing
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Add DescriptorImageUpdateNoMemoryBound test
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Update error monitor to handle multiple expected...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Clean up no memory bound checks
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Verify memory is bound to images used to update...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: A few minor clean-ups from code review
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Add FramebufferImageInUseDestroyedSignaled test
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Make initial renderpass color attachment image...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Add in-use check at DestroyImage() time
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Fix incorrect descriptor type
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
tests: Add ImageViewInUseDestroyedSignaled test
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Add in-use check for renderPass
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layer: Add in-use validation for imageView
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Add in-use check for imageView
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Add binding for framebuffer children
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Add support code to handle in_use for missing...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Update BufferView state tracking
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Update ImageView state tracking
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Clean up in-use decrement for bound objects
commit
|
commitdiff
|
tree
|
snapshot
2016-09-22
Tobin Ehlis
layers: Clean up in-use increment for bound objects
commit
|
commitdiff
|
tree
|
snapshot
2016-09-21
Chris Forbes
layers: Fix tracking of WSI fence retirement
commit
|
commitdiff
|
tree
|
snapshot
2016-09-21
Chris Forbes
layers: Extract RetireFence helper from WaitForFences...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-20
Tony Barbour
demos: Use ownership barriers for separate queues in...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-20
Tony Barbour
demos: Use queue search from spec example
commit
|
commitdiff
|
tree
|
snapshot
2016-09-20
Mark Young
loader: More changes for gh181
commit
|
commitdiff
|
tree
|
snapshot
2016-09-19
Piers Daniell
loader: Fixes for ICD vk{Create|Destroy}SurfaceKHR
commit
|
commitdiff
|
tree
|
snapshot
2016-09-19
Mark Young
loader: gh181 use ICD for SurfaceKHR
commit
|
commitdiff
|
tree
|
snapshot
2016-09-19
Mark Young
unique_object: Remove unneccessary code.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-19
Gregory Mitrano
GH-951 Fixed consistency issue with mip size calculations
commit
|
commitdiff
|
tree
|
snapshot
2016-09-19
Gregory Mitrano
GH-951 - Improve validation for minImageTransferGranularity
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Fix VkLayerTest.InvalidPipeline
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Partially fix VkLayerTest.InvalidCmdBufferPipeli...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Fix VkLayerTest.BufferMemoryNotBound
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Use CmdFillBuffer to slim down InvalidCmdBufferB...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
layers: Get rid of old CBSTATUS-based dynamic viewport...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Fix VKLayerTest.StencilLoadOp
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Capture unexpected messages before first desired...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-18
Chris Forbes
tests: Fix VKTriangleTest to set the usage flags correc...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-16
Mark Young
build: FindImageMagick file needed updating.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-16
Karl Schultz
layers: Cleanup unexpected push_constants msgs
commit
|
commitdiff
|
tree
|
snapshot
2016-09-14
Chris Forbes
tests: Fix VkLayerTest.EnableWsiBeforeUse
commit
|
commitdiff
|
tree
|
snapshot
2016-09-14
Chris Forbes
tests: Fix VkLayerTest.CreateBufferViewNoMemoryBoundToB...
commit
|
commitdiff
|
tree
|
snapshot
next