index
:
~keithp/Vulkan-LoaderAndValidationLayers
drm-leases
keithp-pnext
master
Vulkan loader
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layers
/
core_validation.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-30
layers: Use cmd buffer as src object in callback
Chris Forbes
1
-2
/
+2
2016-09-28
layers: Added flags for in_use checks
Tobin Ehlis
1
-0
/
+4
2016-09-28
layers: Update DestroyBufferView to use Pre/Post paradigm
Tobin Ehlis
1
-9
/
+26
2016-09-28
layers: Add binding between cmd buffer and bufferView
Tobin Ehlis
1
-0
/
+13
2016-09-28
layers: Add in-use detection for VkBufferView
Tobin Ehlis
1
-3
/
+9
2016-09-28
layers: Add bool to guard command buffer state check
Tobin Ehlis
1
-13
/
+16
2016-09-28
layers: Indicate correct source for validateCommandBufferState() error
Tobin Ehlis
1
-5
/
+5
2016-09-27
layers: Convert RENDER_PASS_NODE::pCreateInfo to use safe struct
Chris Forbes
1
-112
/
+34
2016-09-27
layers: Don't accidentally copy safe_VkFramebufferCreateInfo
Chris Forbes
1
-1
/
+1
2016-09-27
layers: Don't add VK_SUBPASS_EXTERNAL edges to subpass DAG.
Chris Forbes
1
-11
/
+15
2016-09-27
layers: Trim out some more old MT renderpass junk
Chris Forbes
1
-28
/
+17
2016-09-27
layers: Tweak naming of enums moved from SwapChain to CV
Chris Forbes
1
-2
/
+2
2016-09-27
layers: Move image-not-acquired etc from swapchain to core validation
Chris Forbes
1
-13
/
+30
2016-09-27
layers: Add tracking of acquired state to Core Validation
Chris Forbes
1
-0
/
+22
2016-09-27
layers: Move ACQUIRE_NO_SYNC check from Swapchain to Core Validation
Chris Forbes
1
-0
/
+8
2016-09-22
layers: Distinguish never-bound from un-bound memory cases
Tobin Ehlis
1
-39
/
+66
2016-09-22
layers: Clean up no memory bound checks
Tobin Ehlis
1
-11
/
+31
2016-09-22
layers: A few minor clean-ups from code review
Tobin Ehlis
1
-2
/
+2
2016-09-22
layers: Add in-use check at DestroyImage() time
Tobin Ehlis
1
-14
/
+18
2016-09-22
layers: Add in-use check for renderPass
Tobin Ehlis
1
-4
/
+14
2016-09-22
layer: Add in-use validation for imageView
Tobin Ehlis
1
-9
/
+14
2016-09-22
layers: Add in-use check for imageView
Tobin Ehlis
1
-3
/
+15
2016-09-22
layers: Add binding for framebuffer children
Tobin Ehlis
1
-20
/
+30
2016-09-22
layers: Add support code to handle in_use for missing objects
Tobin Ehlis
1
-70
/
+110
2016-09-22
layers: Update BufferView state tracking
Tobin Ehlis
1
-6
/
+6
2016-09-22
layers: Update ImageView state tracking
Tobin Ehlis
1
-49
/
+51
2016-09-22
layers: Clean up in-use decrement for bound objects
Tobin Ehlis
1
-28
/
+11
2016-09-22
layers: Clean up in-use increment for bound objects
Tobin Ehlis
1
-59
/
+25
2016-09-22
layers: Fix tracking of WSI fence retirement
Chris Forbes
1
-3
/
+8
2016-09-22
layers: Extract RetireFence helper from WaitForFences/GetFenceStatus.
Chris Forbes
1
-12
/
+16
2016-09-18
GH-951 Fixed consistency issue with mip size calculations
Gregory Mitrano
1
-4
/
+3
2016-09-18
GH-951 - Improve validation for minImageTransferGranularity
Gregory Mitrano
1
-68
/
+142
2016-09-19
layers: Get rid of old CBSTATUS-based dynamic viewport and scissor
Chris Forbes
1
-13
/
+1
2016-09-16
layers: Cleanup unexpected push_constants msgs
Karl Schultz
1
-19
/
+17
2016-09-14
layers: Only save p-devices if call was successful
Tony Barbour
1
-1
/
+1
2016-09-13
layers: Require VkGraphicsPipelineCreateInfo::pDepthStencilState
Chris Forbes
1
-0
/
+14
2016-09-13
layers: tweak comments from review feedback
Chris Forbes
1
-3
/
+1
2016-09-13
layers: Don't do cross-stage validation if individual stages failed
Chris Forbes
1
-0
/
+5
2016-09-13
layers: Don't bother continuing after missing entrypoint
Chris Forbes
1
-2
/
+2
2016-09-09
layers: make CmdClearAttachments messages errors again for now.
Chris Forbes
1
-3
/
+3
2016-09-09
layers: Make d/s CmdClearAttachments without d/s attachment warning
Chris Forbes
1
-6
/
+2
2016-09-09
layers: Add VK_ATTACHMENT_UNUSED warning case for CmdClearAttachments
Chris Forbes
1
-0
/
+7
2016-09-09
layers: CmdClearAttachments colorAttachment is index into subpass
Chris Forbes
1
-10
/
+3
2016-09-08
layers: Move in_use.store(0) to BASE_NODE constructor
Tobin Ehlis
1
-3
/
+0
2016-09-08
layers: Update bound object increment and decrement functions
Tobin Ehlis
1
-19
/
+92
2016-09-08
layers: Clarify in-use object error message
Tobin Ehlis
1
-1
/
+1
2016-09-08
layers: Improve map cleanup on object deletion
Tobin Ehlis
1
-12
/
+16
2016-09-08
layers: Add detection for in-use query pool & clean-up destroys
Tobin Ehlis
1
-45
/
+47
2016-09-08
layers: Flag error on destroyed pipeline in-use
Tobin Ehlis
1
-1
/
+5
2016-09-08
layers: Flag error on destroyed sampler in-use
Tobin Ehlis
1
-1
/
+5
[prev]
[next]