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-10-14
layers:Kill old MTMERGE defines
Tobin Ehlis
1
-18
/
+8
2016-10-14
layers: Stop copying INSTANCE_STATE into device
Chris Forbes
1
-32
/
+32
2016-10-13
layers:Pipeline state rename fixup
Tobin Ehlis
1
-5
/
+5
2016-10-13
layers:Rename IMAGE_NODE to IMAGE_STATE
Tobin Ehlis
1
-174
/
+180
2016-10-13
layers:Refactor DestroyImage
Tobin Ehlis
1
-24
/
+37
2016-10-13
layers:Refactor DestroyRenderPass
Tobin Ehlis
1
-9
/
+24
2016-10-13
layers:Rename RENDER_PASS_NODE to *_STATE
Tobin Ehlis
1
-31
/
+31
2016-10-13
layers:Rename DESCRIPTOR_POOL_NODE to *_STATE
Tobin Ehlis
1
-14
/
+14
2016-10-13
layers:Kill outdated comment
Tobin Ehlis
1
-1
/
+0
2016-10-13
layers:Fix framebuffer cmd buffer binding
Tobin Ehlis
1
-1
/
+3
2016-10-13
layers:Rename FRAMEBUFFER_NODE to *_STATE
Tobin Ehlis
1
-32
/
+31
2016-10-13
layers:Refactor DestroyFramebuffer
Tobin Ehlis
1
-7
/
+27
2016-10-13
layers:Add in-use unique error enums
Tobin Ehlis
1
-14
/
+15
2016-10-13
layers:Add validation to DestroyDescriptorPool
Tobin Ehlis
1
-3
/
+35
2016-10-13
layers:Rename PIPELINE_NODE to PIPELINE_STATE
Tobin Ehlis
1
-66
/
+62
2016-10-13
layers:Reduce locking window
Tobin Ehlis
1
-2
/
+2
2016-10-13
layers:Refactor DestroyPipeline
Tobin Ehlis
1
-9
/
+25
2016-10-13
layers:Refactor DestroyImageView
Tobin Ehlis
1
-12
/
+28
2016-10-11
layers: Updating some CreateBuffer checks to use unique enums
Karl Schultz
1
-1
/
+5
2016-10-10
layers: Add validation flag for descriptor updates
Tobin Ehlis
1
-0
/
+2
2016-10-10
layers: Pass unique error codes through descriptor validation
Tobin Ehlis
1
-0
/
+1
2016-10-07
layers: Add flags for some descriptor validation
Tobin Ehlis
1
-5
/
+13
2016-10-07
layers: Updating descriptor checks to use unique enums
Tobin Ehlis
1
-15
/
+20
2016-10-06
layers: Fix wayland build break
Tobin Ehlis
1
-1
/
+1
2016-10-06
layers: Initial codegen of unique error enums
Tobin Ehlis
1
-3
/
+4
2016-10-06
layers: Fix buffer_view destroy ordering
Tobin Ehlis
1
-1
/
+1
2016-10-06
layers: Migrate surface/swapchain interaction from swapchain to CV
Chris Forbes
1
-0
/
+23
2016-10-06
layers: Track current and prev swapchains for each surface in CV
Chris Forbes
1
-1
/
+20
2016-10-06
layers: Add handle to SWAPCHAIN_NODE
Chris Forbes
1
-1
/
+1
2016-10-05
layers: Change 'VS' to 'vertex shader'
Mike Weiblen
1
-2
/
+2
2016-10-05
layers: Fix state tracking for vkFlushMappedMemoryRanges()
Tobin Ehlis
1
-1
/
+1
2016-10-06
layer: Add tracking of surface extensions (and surface objects) to CV
Chris Forbes
1
-0
/
+200
2016-10-05
layers: Only validate access masks if layout changes
Tony Barbour
1
-4
/
+6
2016-10-05
layers: Check for srcAccess in present barriers
Tony Barbour
1
-0
/
+4
2016-10-04
layers: Clean up Windows build warnings
Mark Lobodzinski
1
-3
/
+3
2016-10-04
layers: Hold device dispatch table by value too
Chris Forbes
1
-157
/
+145
2016-10-04
layers: Hold instane dispatch table by value
Chris Forbes
1
-36
/
+27
2016-10-04
layers: Rename my_data->instance_data
Chris Forbes
1
-101
/
+95
2016-10-04
layers: Split CV device and instance data
Chris Forbes
1
-27
/
+27
2016-10-04
layers: Move queue_family_properties into PHYSICAL_DEVICE_STATE
Chris Forbes
1
-9
/
+6
2016-10-04
layers: Dont pretend this is phy_dev_data in
Chris Forbes
1
-8
/
+8
2016-10-04
layers: Get rid of remaining use of single physical_device_state in
Chris Forbes
1
-21
/
+22
2016-10-04
layers: Store ptr from device data to instance data
Chris Forbes
1
-0
/
+3
2016-10-04
layers: Pull enabled_features out into layer_data, rename for clarity
Chris Forbes
1
-9
/
+10
2016-10-04
layers: Stop pretending phys devices have their own layer_data
Chris Forbes
1
-10
/
+20
2016-10-04
layers: Rename my_data -> instance_data in EnumeratePhysicalDevices
Chris Forbes
1
-14
/
+14
2016-10-04
layers: Use member initialization for CV state
Chris Forbes
1
-16
/
+11
2016-10-04
layers: Get rid of duplication of logic op test between PV and CV
Chris Forbes
1
-8
/
+0
2016-09-29
layers: gh965 Reading undefined memory is now a warning
Karl Schultz
1
-2
/
+2
2016-09-30
layers: Complain about subpass mismatch between CB and pipeline
Chris Forbes
1
-0
/
+8
[next]