index
:
~keithp/Vulkan-LoaderAndValidationLayers
drm-leases
keithp-pnext
master
Vulkan loader
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
layers: Special-case threading GetSwapchainImages
Mark Lobodzinski
2
-0
/
+22
2017-03-01
layers: Fix state recorded for swapchain images
Chris Forbes
1
-4
/
+7
2017-03-01
layers: Factor out marking of first use as read or write...
Chris Forbes
1
-21
/
+17
2017-03-01
layers: remove attachment_first_layout tracking
Chris Forbes
2
-6
/
+0
2017-03-01
layers: Consider resolve attachments to be written in renderpass
Chris Forbes
1
-0
/
+9
2017-02-28
externals: Update GitHub master commit refs
Mike Weiblen
3
-3
/
+3
2017-02-28
layers: Add PreCallRecord call to CmdPipelineBarrier
Mark Lobodzinski
1
-11
/
+17
2017-02-28
layers: Split layout transition validation/recording
Mark Lobodzinski
3
-16
/
+69
2017-02-28
layers: Add PreCallValidate to CmdPipelineBarrier
Mark Lobodzinski
1
-11
/
+23
2017-02-27
layers: Add notes to Valid Usage DB
Mike Weiblen
1
-2
/
+2
2017-02-27
layers: Added more format checks to utils
Arda Coskunses
2
-1
/
+148
2017-02-24
layers: GL168, fix bad compressed texel block size
Mark Lobodzinski
3
-12
/
+11
2017-02-23
tests: Add test that uses object on wrong device
Mike Schuchardt
2
-1
/
+40
2017-02-23
layers: Check all devices for valid object handles
Mike Schuchardt
2
-496
/
+720
2017-02-23
tests: Add 2ndary CB ClearAttachments positive test
Mark Lobodzinski
1
-0
/
+36
2017-02-23
layers: GH1489, fix CmdClearAttachments validation
Mark Lobodzinski
1
-3
/
+5
2017-02-22
layers: Fix a bug in depth/stencil packing
Dave Houlton
3
-9
/
+170
2017-02-22
tests: Fix aspect bit for DS in framework
Dave Houlton
1
-3
/
+6
2017-02-22
build: Change appveyor to build VS 2013 and 2015
Karl Schultz
1
-7
/
+3
2017-02-22
demos: Use device local heap for depth
Jeremy Hayes
2
-3
/
+3
2017-02-21
layers: Move code to preferred cpp file
Mike Weiblen
3
-67
/
+68
2017-02-21
tests: VU 732, 733, 739, 740 tests
Mike Weiblen
2
-4
/
+77
2017-02-21
layers: VU 732, 733, 739, 740 checks GH-402
Mike Weiblen
2
-7
/
+42
2017-02-21
layers: Refactor for PreCallValidate
Mike Weiblen
1
-29
/
+33
2017-02-21
tests: vk_layer_validation_tests depends on layer targets.
Cort
1
-0
/
+8
2017-02-20
externals: update external GitHub commits refs
Mike Weiblen
3
-3
/
+3
2017-02-20
loader: Configurable fallback search paths
Benjamin Saunders
2
-2
/
+10
2017-02-17
loader: Fix a few potential overruns
Mark Young
1
-16
/
+18
2017-02-17
externals: Update script to take URLs as params
Mike Weiblen
5
-10
/
+48
2017-02-17
header: Update to Vulkan 1.0.41
Mark Lobodzinski
20
-256
/
+151
2017-02-16
tests: Fix, add fmt & granularity guards - GH284
Dave Houlton
1
-71
/
+94
2017-02-16
tests:Add RenderPassDepthStencilLayoutTransition
Tobin Ehlis
1
-1
/
+78
2017-02-16
layers:RenderPass depth/stencil layout transition
Tobin Ehlis
1
-0
/
+7
2017-02-16
layers: Fix AllocateDescriptorSets in threading
Mark Lobodzinski
2
-0
/
+24
2017-02-16
layers: Remove image layer source/build
Mark Lobodzinski
5
-574
/
+0
2017-02-16
android: Update build to skip image layer
Mark Lobodzinski
5
-22
/
+6
2017-02-16
loader: Remove image layer from standard_validation
Mark Lobodzinski
1
-3
/
+2
2017-02-16
demos: Remove image layer references
Mark Lobodzinski
3
-7
/
+4
2017-02-16
layers: Remove image layer from stats script
Mark Lobodzinski
1
-1
/
+0
2017-02-16
tests: Remove image layer dependencies
Mark Lobodzinski
2
-3
/
+2
2017-02-16
layers: Remove image layer refs from docs
Mark Lobodzinski
3
-12
/
+2
2017-02-16
layers: Update buffer-image copy routines for style
Mark Lobodzinski
2
-34
/
+34
2017-02-16
layers: Separate val/state updates in buff-img copy
Mark Lobodzinski
3
-25
/
+47
2017-02-16
layers: Move buffer/image validation out of CV
Mark Lobodzinski
4
-250
/
+246
2017-02-16
layers: Move image layer image-buffer-copy to CV
Mark Lobodzinski
4
-180
/
+187
2017-02-16
tests: Fix InvalidMemoryAliasing OT error
Mark Lobodzinski
1
-0
/
+1
2017-02-16
layers: Fix validation routine name typo
Mark Lobodzinski
1
-7
/
+7
2017-02-16
tests: Reformat info messages for cleaner output
Mark Lobodzinski
1
-20
/
+19
2017-02-16
tests: Fix image/buffer copy unexpected errors
Mark Lobodzinski
1
-17
/
+7
2017-02-16
layers: Add checks&tests to Img-Buf copy - GH284
Dave Houlton
5
-44
/
+500
[next]