Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
3001c77f2b71b9f6a0f43175d10ad9fd8f90f3a2
3001c77
layers: Insist on each shader's stage being unique in a pipeline
by Chris Forbes
· 9 years ago
c68b43c
tests: Add test for multiple shaders for same stage
by Chris Forbes
· 9 years ago
5007eb9
Validate attachment index is in range.
by Michael Lentine
· 9 years ago
4ad9cbd
layers: Implement relaxed vec-vec and vec-scalar matching rules
by Chris Forbes
· 9 years ago
912c919
layers: Add test for relaxed type match
by Chris Forbes
· 9 years ago
bd9c1a9
layers: Explicit VK_TRUE/VK_FALSE checks
by Dustin Graves
· 9 years ago
080069b
layers: Fix unsafe bool mix warnings (part 2)
by Dustin Graves
· 9 years ago
8f1eab9
layers: Fix unsafe bool mix warnings
by Dustin Graves
· 9 years ago
5236a6c
loader: remove unused instance_dispatch.png
by Karl Schultz
· 9 years ago
1df3ecd
winrtinstaller: sort in config script: <prerelease> is least significant
by David Pinedo
· 9 years ago
3fc22bf
winrtinstaller: fix install dir not being removed on uninstall.
by David Pinedo
· 9 years ago
d212b8d
loader: bump linux version
by Jeremy Hayes
· 9 years ago
903dc20
loader: Temp workaround to add WSI surface extensions enumerated.
by Jon Ashburn
· 9 years ago
2bf385b
layers: Fix return values of bool functions.
by Jamie Madill
· 9 years ago
df5d573
layers: Change include order of loader platform.
by Jamie Madill
· 9 years ago
2b6b8d5
Fix 4 MSVS warnings in loader and layers.
by Jamie Madill
· 9 years ago
0f10db5
layers: Remove incorrect check for colorblend & subpass attachment count match
by Tobin Ehlis
· 9 years ago
5f4cef1
layers: Clean up PIPELINE_NODE using safe_struct
by Tobin Ehlis
· 9 years ago
d8ed799
loader: ghlvl #204, Use __secure_getenv if secure_getenv is unavailable
by Jon Ashburn
· 9 years ago
f01c7bb
tests: Initialize fields so test does not crash.
by Michael Mc Donnell
· 9 years ago
b486c2c
winrtinstaller: Re-sign powershell loader config script
by David Pinedo
· 9 years ago
75ecdb7
layers: Fix 7 signed/unsigned comparison warnings on VS2015
by Michael Mc Donnell
· 9 years ago
9be81ff
layers: Fix MSVS shadowing warning in core_validation.
by Jamie Madill
· 9 years ago
db073a5
layers: Fix MSVS noexcept warning in core_validation.
by Jamie Madill
· 9 years ago
77bd3f0
layers: Fix paramcheck struct array NULL indexing
by Dustin Graves
· 9 years ago
4e81a20
Remove NumBlendAttachMismatch until check is in place
by Tony Barbour
· 9 years ago
e1c4372
Revert "layers: LX265 Error if color blend attch count != subpass attch."
by Tony Barbour
· 9 years ago
f7bf684
Fix find layout to search on each aspect bit.
by Michael Lentine
· 9 years ago
8723412
layers: GH226 Add check for descriptor slot to make sure it's updated
by Tobin Ehlis
· 9 years ago
1589925
layers: Update to version 1.0.8 JSON files
by Jon Ashburn
· 9 years ago
f8e5173
header: update to vers 1.0.8 which had no changes
by Jon Ashburn
· 9 years ago
87a785d
Fix def file generation to depend on vulkan.py.
by Jamie Madill
· 9 years ago
c001885
Allow vk-generate.py to work in Python 2.
by Jamie Madill
· 9 years ago
bcd8d02
layers: Removed duplicate dynamicOffsets from core_validation
by Tobin Ehlis
· 9 years ago
c1e852d
tests: skip the tessellation shader tests if feature not available
by Chris Forbes
· 9 years ago
a0193bc
tests: Add test case for patch decoration mismatch
by Chris Forbes
· 9 years ago
b4cacb6
tests: Add ability to override tessellation state, use it.
by Chris Forbes
· 9 years ago
8075494
tests: Fix test framework to not pass a null vi
by Chris Forbes
· 9 years ago
4ea14fc
layers: Add simple VS/FS positive test, and a tess matching test
by Chris Forbes
· 9 years ago
c7b8ad7
tests: fix multiple matching messages getting lost
by Chris Forbes
· 9 years ago
3846771
tests: Bump version in SC tests for 450, drop exts
by Chris Forbes
· 9 years ago
f9cfe18
tests: Enable all supportable features on the device; expose to tests.
by Chris Forbes
· 9 years ago
218deeb
layers: Flag difference in patch decoration correctly
by Chris Forbes
· 9 years ago
23a575d
layers: Strip array level from both sides of TCS->TES interface
by Chris Forbes
· 9 years ago
43f01d0
layers: Rework array-of-verts stripping a bit to support patch
by Chris Forbes
· 9 years ago
804bae3
layers: Collect whether an interface_var has patch decoration
by Chris Forbes
· 9 years ago
ffce5a9
docs: fix spelling mistakes
by Eric Engestrom
· 9 years ago
3c05dfd
tests: fix spelling mistakes
by Eric Engestrom
· 9 years ago
eae5ee4
loader: fix spelling mistakes
by Eric Engestrom
· 9 years ago
bcbb0fd
layers: fix spelling mistakes
by Eric Engestrom
· 9 years ago
6a31218
layers: Enable safety check for invalid QueryObject
by Mark Lobodzinski
· 9 years ago
a97c394
layers: LX414: Fix device_limits alignment check
by Dustin Graves
· 9 years ago
b210cee
layers: Fix param checker struct array handling
by Dustin Graves
· 9 years ago
ca7aa7c
layers: Update param_checker VkResult validation
by Dustin Graves
· 9 years ago
29148ff
layers: Codegen VkBool32/enum parameter validation
by Dustin Graves
· 9 years ago
3ff520c
layers: 1.0.7 update for XML Registry files
by Dustin Graves
· 9 years ago
acb23f7
layers: Fix VS2013 build
by Dustin Graves
· 9 years ago
f5fb859
layers: LX459,GH#99,#100, Fix semaphore reference count
by Mark Lobodzinski
· 9 years ago
3e2bd5a
loader: report implicit instance extensions
by Jeremy Hayes
· 9 years ago
f5bba55
layers: LX250 Verify color and depth/stencil are different.
by Mark Young
· 9 years ago
2805f1b
#238: Fixes the "num samples mismatch" error being shown incorrectly for subpasses with 0 attachments
by Dominik Witczak
· 9 years ago
e6625b1
layers: Replace GLOBAL_CB_NODE::pMemObjList with unordered_set
by Chris Forbes
· 9 years ago
557de48
layers: Get rid of a bunch of linked list copying when retiring CBs
by Chris Forbes
· 9 years ago
d63effa
layers: trivial: remove stray () from end of error message
by Chris Forbes
· 9 years ago
a11561f
layers: Replace DEVICE_MEM_INFO::pCommandBufferBindings with unordered_set
by Chris Forbes
· 9 years ago
2dbf807
layers: Replace DEVICE_MEM_INFO::pObjBindings with unordered_set
by Chris Forbes
· 9 years ago
d7ebc77
layers: Get rid of DEVICE_MEM_INFO::refCount
by Chris Forbes
· 9 years ago
c283d0e
SPIRV: Adjust to spirv-tools library move
by GregF
· 9 years ago
c133bd0
layers: Fix signed/unsigned comparison warnings in thread_check.h
by Michael Mc Donnell
· 9 years ago
ad6300f
loader: vk{Create|Destroy}Instance can have multiple tmp callbacks
by Ian Elliott
· 9 years ago
0b8507c
loader: Fix createDev treminator to init the logicalDevs ICD dev
by Jon Ashburn
· 9 years ago
295fe40
loader: Remove trampoline/terminator dependency in vkEnumeratePhysicalDevices
by Piers Daniell
· 9 years ago
2477aba
loader: Trampoline vkEnumeratePhysDev should use layer-returned physDev count
by Piers Daniell
· 9 years ago
61e4538
loader: Fix loader_unwrap_physical_device() to cast to correct type
by Piers Daniell
· 9 years ago
ed8f231
loader: Add device callback to set dispatchable object
by Jon Ashburn
· 9 years ago
72690f2
loader: Remove the device_info in the layer chain structure
by Jon Ashburn
· 9 years ago
c3c5877
loader: Add instance callback to set dispatchable objects
by Jon Ashburn
· 9 years ago
7da0f3b
loader: Remove the instance_info in the layer chain structure
by Jon Ashburn
· 9 years ago
1cee141
layers: GH218 Reset availableSets count in vkResetDescriptorPool
by Tobin Ehlis
· 9 years ago
db11763
tests: Update validation layer tests for CopyImage validation additions
by Mark Lobodzinski
· 9 years ago
01402f8
layers: Update layer validation doc for CopyImage validation additions
by Mark Lobodzinski
· 9 years ago
b2ad702
layers: LX458, Extend image extent validation for CmdCopyImage
by Mark Lobodzinski
· 9 years ago
4575af4
layers: Accept a wider range of utf8 characters as valid
by Tony Barbour
· 9 years ago
4bf55d7
toolchain: Fix android build
by Cody Northrop
· 9 years ago
c89c631
layers: Fix layer_validation_tests errors and update new message
by Mark Young
· 9 years ago
d737b28
layers: LX265 Error if color blend attch count != subpass attch.
by Mark Young
· 9 years ago
9e1290e
layers: Adding attachment checks to make sure they aren't out of range.
by Michael Lentine
· 9 years ago
4e8777c
Don't validate memory if used for both input and output.
by Michael Lentine
· 9 years ago
0afb0eb
Turn off XLIB define
by Tony Barbour
· 9 years ago
52bde74
layers: Fix remaining leak in vkDestroyFramebuffers
by Chris Forbes
· 9 years ago
695c2d4
layers: Don't leak a VkFramebufferCreateInfo from vkCreateFramebuffer
by Chris Forbes
· 9 years ago
0fa9221
layers: Fix the other half of #212 (bad error)
by Chris Forbes
· 9 years ago
f321eba
layers: Don't stash pointer to caller memory in bound function
by Chris Forbes
· 9 years ago
330404b
SPIR-V: Update glslang and spriv-tools to latest
by GregF
· 9 years ago
0d0aa16
winrtinstaller: fix typos in windowsRuntimeInstaller/README.txt
by David Pinedo
· 9 years ago
ba857d5
layers: GH215 Removes an invalid check in vkCmdBindDescriptorSets()
by Dominik Witczak
· 9 years ago
0275af0
docs: Add OSX and Android build steps
by Cody Northrop
· 9 years ago
b3106db
toolchain: Add Android specific update scripts
by Cody Northrop
· 9 years ago
2e319d4
layers: Update descriptor tracking in core_validation
by Tobin Ehlis
· 9 years ago
f3ab993
#37: vkAcquireNextImageKHR() will no longer treat VK_NULL_HANDLE arg as a valid semaphore handle
by Dominik Witczak
· 9 years ago
Next »