Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
f745e62c3c76f899eeb6b066b031b44dd898d612
f745e62
tests: cleanup valgrind errors
by Courtney Goeltzenleuchter
· 9 years ago
591ac87
tri: cleanup valgrind errors
by Courtney Goeltzenleuchter
· 9 years ago
283f4a3
cube: Fix valgrind warnings
by Courtney Goeltzenleuchter
· 9 years ago
358c76e
tests: cleanup issues found by valgrind
by Courtney Goeltzenleuchter
· 9 years ago
e38ed29
Change ERROR -> PERF_WARN in vkAcquireNextImageKHR().
by Ian Elliott
· 9 years ago
329da01
WSI Validation: Initial WSI "swapchain" validation layer.
by Ian Elliott
· 9 years ago
e82d5b6
cube/tri: Changed invalid <size> argument value for vkMapMemory()
by Dominik Witczak
· 9 years ago
f5b3cc1
layers: LunarXChange #123 fix - Validate Update/FillBuffer outside RP
by Mark Lobodzinski
· 9 years ago
b922b33
layers: Note pending work for ObjectTracker
by Mike Stroyan
· 9 years ago
342b9bf
layers: Added Image layer to validation test suite with new test for bad ImageView
by Tobin Ehlis
· 9 years ago
3561380
layers: Update Image layer to support validation callback error return status
by Tobin Ehlis
· 9 years ago
6538053
layers: Update Image layer to offload view.c validation checks from driver
by Tobin Ehlis
· 9 years ago
8b4f167
Remove validation checks from query.c
by Tobin Ehlis
· 9 years ago
4ff11cc
bug-14715: DrawIndirect fix
by Courtney Goeltzenleuchter
· 9 years ago
d4d26dd
layers: Remove unneeded layer_common.h
by Courtney Goeltzenleuchter
· 9 years ago
70a0c75
layers: layer generate confused by Count parameter
by Courtney Goeltzenleuchter
· 9 years ago
e7d8235
bug-14365: fix viewport & scissor count
by Courtney Goeltzenleuchter
· 9 years ago
2d8831a
loader: Remove instance validation checks from debug_report.c
by Mark Lobodzinski
· 9 years ago
59190f0
vktrace: remove quoting to stop cmake warnings
by Mike Stroyan
· 9 years ago
d9dd007
layers: release mutex in DrawState
by Mike Stroyan
· 9 years ago
09b7585
layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker maps
by Mike Stroyan
· 9 years ago
9f57ef2
tests: Remove duplicate calls to InitState
by Mike Stroyan
· 9 years ago
2237f52
tests: Destroy objects after each validation test.
by Mike Stroyan
· 9 years ago
bdd448b
Added request for VkShaderCreateInfo.stage check
by Jens Owen
· 9 years ago
328d16c
build: fix update_external_sources.bat to pick up SPIRV rev32 for glslang
by GregF
· 9 years ago
cc14987
loader: Remove validation checks from loader.c
by Mark Lobodzinski
· 9 years ago
e20aaa2
bug-14365: add dynamic state to PSO
by Courtney Goeltzenleuchter
· 9 years ago
932cdb5
bug 14365: make separate viewport and scissor cmds
by Courtney Goeltzenleuchter
· 9 years ago
09772bb
bug 14365: replace dynamic state objects
by Courtney Goeltzenleuchter
· 9 years ago
ee8d581
layers: Add function to check if msg will be logged
by Courtney Goeltzenleuchter
· 9 years ago
b98d54e
intel: Verified that driver validation checks are covered for fb.c
by Mark Lobodzinski
· 9 years ago
5ea338c
intel: Removed ICD validation checks from dev.c
by Mark Lobodzinski
· 9 years ago
52bf987
intel: Verified that driver validation checks in queue.c are covered
by Mark Lobodzinski
· 9 years ago
f94b838
build: move to SPIR-V rev 32
by GregF
· 9 years ago
ddaecf8
intel: Removed ICD validation checks from img.c
by Mark Lobodzinski
· 9 years ago
a26fb7d
Remove libpng and zlib dependencies, add copyrights
by Tony Barbour
· 9 years ago
74c97c8
vktrace: tracer set env vars for enabling Screenshot layer if needed
by Jon Ashburn
· 9 years ago
d02fc2c
loader: Add lock around cJSON so big loader lock is not needed as much
by Jon Ashburn
· 9 years ago
7684384
layers: DeviceLimits warns if queue properties not queried prior to vkCreateDevice()
by Tobin Ehlis
· 9 years ago
3bd5dc4
demos: Update Cube to select graphics queue based on query of queue properties
by Tobin Ehlis
· 9 years ago
f4b83ed
build: fixes for latest SPIR-V rev 31
by GregF
· 9 years ago
434d222
WSI: Small code changes to deal with latest WSI header.
by Ian Elliott
· 9 years ago
85e2720
WSI: Update vk_ext_khr_device_swapchain.h to revision 53 (SDK 0.9)
by Ian Elliott
· 9 years ago
e388118
layers: ShaderChecker can attempt calls on errors
by Mike Stroyan
· 9 years ago
223e4d0
layers: fix ShaderChecker hang on stage mismatch
by Mike Stroyan
· 9 years ago
74b430c
layers: make DrawState globals static
by Mike Stroyan
· 9 years ago
425a7e0
build: bring update_external_sources.sh to latest rev 31 SPIR-V
by GregF
· 9 years ago
b1fabc8
vkreplay: Fix CreateInstance so the ScreenShot layer is inserted if needed
by Jon Ashburn
· 9 years ago
b947005
vktrace: Remove the tracer library options and support for multiple tracers
by Jon Ashburn
· 9 years ago
ab05258
vktrace: Remove getting tracer ID from the tracer library
by Jon Ashburn
· 9 years ago
5b8e2bb
Fix error return code in pipeline.c
by Tobin Ehlis
· 9 years ago
5f728d3
Finished migration of validation checks out of cmd_pipeline.c
by Tobin Ehlis
· 9 years ago
8d199e5
layers: Add Idx buffer alignment check to DrawState
by Tobin Ehlis
· 9 years ago
2069317
Remove old checks from pipeline.c and verify that they're handled in validation
by Tobin Ehlis
· 9 years ago
44f667b
layers: Fix bug where logging_callback was not being correctly cleaned up
by Tobin Ehlis
· 9 years ago
a696ee0
tests: remove remaining ScopedUseGlsl use and support
by Chris Forbes
· 9 years ago
9540a0a
tests: Remove nonsense ScopedUseGlsl use in test that requires GLSL
by Chris Forbes
· 9 years ago
96b8176
layers: Make passing a non-SPIRV shader to CreateShaderModule an error
by Chris Forbes
· 9 years ago
f4107bd
icd: fixup renderpass load ops for less waste and correct stencil clears
by Chris Forbes
· 9 years ago
6871cda
icd: do depth/stencil attachment clears together
by Chris Forbes
· 9 years ago
90cffdd
icd: clear correct miplevel of depth/stencil attachment
by Chris Forbes
· 9 years ago
ebd3468
layers: Fix APIDump to handle "stdout" special case
by Tobin Ehlis
· 9 years ago
b8605fe
loader: Fix a few possibly unitialized variables
by Jon Ashburn
· 9 years ago
f03481c
layers: Add documentation for SHADER_CHECKER_MISSING_DESCRIPTOR
by Cody Northrop
· 9 years ago
3513c15
windows: Get trace/replay script working again
by Cody Northrop
· 9 years ago
e920590
vktrace: On Windows, change location and json to match other layers
by Cody Northrop
· 9 years ago
f6a164e
Removed ICD validation checks from gpu.c
by Mark Lobodzinski
· 9 years ago
76ce788
layers: Require pipeline layout to contain all referenced descriptors
by Chris Forbes
· 9 years ago
118e5e0
layers: Collect descriptor usage from SPIRV images
by Chris Forbes
· 9 years ago
e0e9499
layers: Shadow descriptor set layout in ShaderChecker
by Chris Forbes
· 9 years ago
c8b6f82
intel: faster WSI swapchain operation
by Mike Stroyan
· 9 years ago
76c1885
layers: Update DrawState array of PIPELINE_NODEs to be vector
by Tobin Ehlis
· 9 years ago
488e920
layers: Add return value for Generic vkCreateInstance() function
by Tobin Ehlis
· 9 years ago
17c2150
misc: Enable nulldriver on Linux
by Courtney Goeltzenleuchter
· 9 years ago
06d94a5
bug 14537: nulldrv: add CreateFlags to ImageFormatProperties
by Courtney Goeltzenleuchter
· 9 years ago
7d63da0
nulldrv: Remove unused function
by Courtney Goeltzenleuchter
· 9 years ago
367b1eb
nulldrv: Remove return code for void functions
by Courtney Goeltzenleuchter
· 9 years ago
aa66e2f
misc: bump header version to 170
by Courtney Goeltzenleuchter
· 9 years ago
12e649f
Bug 14318: Clarify image layout transitions in a RenderPass
by Courtney Goeltzenleuchter
· 9 years ago
ea97564
bug 14640: add pNext/sType to VkDeviceQueueCreateInfo
by Courtney Goeltzenleuchter
· 9 years ago
d9e966a
Bug 14644 - add poolUsage/maxSets to VkDescriptorPoolCreateInfo
by Courtney Goeltzenleuchter
· 9 years ago
2adc7a3
bug 14437: Remove VK_PIPELINE_STAGE_TRANSITION_BIT
by Courtney Goeltzenleuchter
· 9 years ago
8963d25
misc: Bump header version
by Courtney Goeltzenleuchter
· 9 years ago
201387f
validation: Add tests for bad SPIR-V validation checks
by Courtney Goeltzenleuchter
· 9 years ago
0b59060
shader_checker: Do not hold lock across API call.
by Courtney Goeltzenleuchter
· 9 years ago
03cb1e0
bug 14564: and initial layout for image creation
by Courtney Goeltzenleuchter
· 9 years ago
eaaf96c
misc: Add maxVertexInputBindings
by Courtney Goeltzenleuchter
· 9 years ago
d9c2c02
misc: code movement due to header build changes
by Courtney Goeltzenleuchter
· 9 years ago
315ad99
Bug 14643: use VkClearDepthStencilValue
by Courtney Goeltzenleuchter
· 9 years ago
ac544f3
bug-14538: Remove validation error codes
by Courtney Goeltzenleuchter
· 9 years ago
74c4ce9
bug 14509: Rename Layer and Extension queries
by Courtney Goeltzenleuchter
· 9 years ago
d3e4a76
layers: Move some fixed code into header files for APIDump and Generic
by Jon Ashburn
· 9 years ago
de4f110
layers: Fix intercept of WSI instance entrypoints
by Jon Ashburn
· 9 years ago
83334db
layers: Fix several bugs in WSI extension handling in layers
by Jon Ashburn
· 9 years ago
ae3ed41
layers: No assert on init instance table map.size != 1
by Jon Ashburn
· 9 years ago
7ef139b
layers: Remove the DEBUG_REPORT entrypoints from device dispatch structure.
by Jon Ashburn
· 9 years ago
92ab667
vktrace: Only intercept extensions if they are enabled.
by Jon Ashburn
· 9 years ago
7fe7638
loader: Remove windows disable of global optimization.
by Jon Ashburn
· 9 years ago
e48be20
layers: Update DrawState to handle creation of multiple gfx pipelines
by Tobin Ehlis
· 9 years ago
c11cd2c
tests: Added DeviceLimits to layer validation tests
by Mark Lobodzinski
· 9 years ago
Next »