Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vulkan-validation-layers
/
876629f092977a81cae0f2d483c8b6838bdd54c4
876629f
demos: remove mem references before destroying
by Courtney Goeltzenleuchter
· 10 years ago
bb1f360
vkEnumerateLayers: Update to match upstream
by Courtney Goeltzenleuchter
· 10 years ago
2df3afc
layers: Fixed arg selection in object tracker
by Mark Lobodzinski
· 10 years ago
83e6771
layers: Using objects instead of pointers - rename pObj
by Tony Barbour
· 10 years ago
11e76ac
vulkan.h: Fix up warnings and use VkObject appropriately
by Tony Barbour
· 10 years ago
ea95f5c
Make "vulkaninfo" a WIN32 program.
by Ian Elliott
· 10 years ago
699e2aa
misc: Make headers match upstream
by Courtney Goeltzenleuchter
· 10 years ago
230e625
update to vulkan.h header version 90, bug 13529
by Mike Stroyan
· 10 years ago
d33b1de
demos: Inform user and exit if vkCreateInstance fails
by Tony Barbour
· 10 years ago
97b4c5d
demos: Fix vulkaninfo assertion based on new VK_WSI_LunarG extension name
by Tobin Ehlis
· 10 years ago
e14e9f9
Win: tri/cube using WIN32 for Window creation, events, etc.
by Ian Elliott
· 10 years ago
64a68e1
nulldrv: capable of running "cube"
by Ian Elliott
· 10 years ago
5b66aa5
switch to VK_WSI_LunarG
by Chia-I Wu
· 10 years ago
2b302f2
update vk_wsi_lunarg.h ...
by Chia-I Wu
· 10 years ago
a74d53a
layers: Fix bugs in APIDump to handle dynamic array printing
by Tobin Ehlis
· 10 years ago
2c01d18
tests: Ensure vk_blit_test calls QueueAddMemReferences
by Mark Lobodzinski
· 10 years ago
556f721
vulkan: Update vulkan.h for revision 89 -- Bug #13743
by Mark Lobodzinski
· 10 years ago
fd79ddd
layers: For ObjectTracker don't flag error for un-deleted Queues
by Tobin Ehlis
· 10 years ago
d7bf5e0
layers: Fix ObjectTracker to not flag error when PhysicalDevice not deleted b/c it can't be deleted.
by Tobin Ehlis
· 10 years ago
1a01b1d
vulkan: Update vulkan.h for revision 88 -- Bug #13744
by Cody Northrop
· 10 years ago
1508627
WSI header file changes pushed upstream.
by Ian Elliott
· 10 years ago
57e2ab6
demos/tri: remove outdated code
by Chia-I Wu
· 10 years ago
cf46913
layers: Add missing functions.
by Jeremy Hayes
· 10 years ago
f21f14b
Win: Eliminate compiler errors/warnings in "shader_checker.cpp"
by Ian Elliott
· 10 years ago
4c7ebac
Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ...
by Ian Elliott
· 10 years ago
2986281
bug-13668: Support for pipeline statistics queries
by Courtney Goeltzenleuchter
· 10 years ago
07de923
nulldrv: Get compiling on Windows again.
by Ian Elliott
· 10 years ago
076f1be
license: Add MIT license statement to repo.
by Courtney Goeltzenleuchter
· 10 years ago
432a9ba
layers: Add ShaderChecker as Validation layer
by Tobin Ehlis
· 10 years ago
3536b44
demos: Update demos and tests to use vkGetGlobalExtensionInfo to check extensions
by Tobin Ehlis
· 10 years ago
ec96c18
bug-13466: Note conflict with upstream on VkQueryResultFlags
by Courtney Goeltzenleuchter
· 10 years ago
553acb9
misc: non-functional changes to match upstream header
by Courtney Goeltzenleuchter
· 10 years ago
7225996
loader: add a missing VKAPI
by Chia-I Wu
· 10 years ago
859ceab
Bug 13632 Header 84 Add VkFlushMappedMemory
by Tony Barbour
· 10 years ago
3e3420a
Bug 13632 Header 84 Add offset and size to VkMapMemory
by Tony Barbour
· 10 years ago
6097f3a
vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets
by Chia-I Wu
· 10 years ago
df601c4
intel: save layout chain in intel_pipeline
by Chia-I Wu
· 10 years ago
8205d90
Bug 13632 Header 84 Assorted questions and comments on vulkan.h
by Tony Barbour
· 10 years ago
07b309a
misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices
by Jon Ashburn
· 10 years ago
c99cb0d
layers: Fix bug in how dynamic array Counts were interpreted by APIDump
by Tobin Ehlis
· 10 years ago
63f1edb
nulldrv: Add vkCmdCopyQueryPoolResults()
by Ian Elliott
· 10 years ago
5c75afe
shader_checker: convert printf to debug output
by Chris Forbes
· 10 years ago
1b466bd
shader_checker: add plumbing for debug
by Chris Forbes
· 10 years ago
1bb5a2e
shader_checker: first pass at typechecks
by Chris Forbes
· 10 years ago
9b9f5fe
shader_checker: validate fs outputs against cb
by Chris Forbes
· 10 years ago
fcd05f1
shader_checker: validate vertex attribs against vs inputs
by Chris Forbes
· 10 years ago
bb164b6
shader_checker: add validation of interface between vs and fs
by Chris Forbes
· 10 years ago
8f60093
shader_checker: collect pipeline stages in vkCreateGraphicsPipeline
by Chris Forbes
· 10 years ago
6054093
shader_checker: add hook for xglCreateGraphicsPipeline
by Chris Forbes
· 10 years ago
67cc36f
shader_checker: collect interface definitions from shaders
by Chris Forbes
· 10 years ago
4396ff5
shader_checker: capture spir-v for every shader at vkCreateShader time
by Chris Forbes
· 10 years ago
aab9d11
shader_checker: initial plumbing
by Chris Forbes
· 10 years ago
4753653
vulkan: Rename bindInfo to pBindInfo.
by Jeremy Hayes
· 10 years ago
4696294
bug 13632: Convert commands to plural form
by Courtney Goeltzenleuchter
· 10 years ago
d02809a
vulkan: Update object memory requirements (13723).
by Jeremy Hayes
· 10 years ago
2fea26c
layers: Change threading layer file name.
by Mike Stroyan
· 10 years ago
0ef6ec5
Add GetPhysicalDeviceExtensionInfo() function to API
by Tobin Ehlis
· 10 years ago
46c9665
layers: Removing old GetExtensionSupport API call
by Tobin Ehlis
· 10 years ago
f6cc4e7
tests: Remove use of old GetExtensionSupport API
by Tobin Ehlis
· 10 years ago
bbc18b5
demos: Remove use of GetExtensionSupport API that's going away
by Tobin Ehlis
· 10 years ago
7b68c50
intel: plug a serious command buffer leak
by Chia-I Wu
· 10 years ago
9804906
bug 13466: Allow writing query results to buffer memory
by Courtney Goeltzenleuchter
· 10 years ago
cf26e07
vulkan: Updated vulkan.h for revision 79 -- Bug #13464
by Mark Lobodzinski
· 10 years ago
30c869f
glave: Support fo rbug 13633 Remove Unify Memory Pools
by Jon Ashburn
· 10 years ago
1dd0594
glave: Default to all layers disabled during replay
by Jon Ashburn
· 10 years ago
9f51a02
glave: Disable, will update on separate branch
by Courtney Goeltzenleuchter
· 10 years ago
97dcd04
vulkan.h: V74. Unify memory pools. Bug #13633.
by Mark Lobodzinski
· 10 years ago
11f7437
vulkan.h: Rename parameters in vkCmdResolveImage calls
by Tony Barbour
· 10 years ago
e9f9994
intel: Fix xglCmdImageResolve doesn't properly support MSAA texture arrays
by Tony Barbour
· 10 years ago
a80335f
glave: Fix replay of CreateInstance
by Jon Ashburn
· 10 years ago
9c65322
misc: Remove validation level
by Jon Ashburn
· 10 years ago
a53add0
layers: Add ThreadingChecker as a Validation layer
by Tobin Ehlis
· 10 years ago
2972ec7
layers: Improve validate helpers treatment of flag enums
by Tobin Ehlis
· 10 years ago
2957cf9
glave: Remove dead code related to old UpdateDescriptors and pUpdateChain API
by Tobin Ehlis
· 10 years ago
edcedd3
Win: Additional Qt DLL's need to be copied for "Release" builds.
by Ian Elliott
· 10 years ago
b326d2c
layers: Add threading checking layer
by Mike Stroyan
· 10 years ago
9cb208b
layers: indirect GPA in dispatch table
by Mike Stroyan
· 10 years ago
88f0ecf
layers: add GPA to intercepted functions list
by Mike Stroyan
· 10 years ago
4e063af
glave: Fix tracing of CreateInstance.
by Jon Ashburn
· 10 years ago
e653c2d
layers: Add size helper exception for sampleCount which is not a dynamic array size
by Tobin Ehlis
· 10 years ago
62d0bbf
layers: memtracker - waiting on only some fences
by Mike Stroyan
· 10 years ago
ad87081
vulkan: Consistent naming scheme for resources in XGL
by Courtney Goeltzenleuchter
· 10 years ago
bfc5503
layers: Check for NULL ptrs while iterating over fenceMap
by Tobin Ehlis
· 10 years ago
2e5d57a
layers: Remove unused object tracker code
by Courtney Goeltzenleuchter
· 10 years ago
4c01f78
layers: Fix APIDump in NoAddr mode so params aren't duplicated
by Tobin Ehlis
· 10 years ago
e70d139
glave: Enable it, and get it building again after rename changes
by Peter Lohrmann
· 10 years ago
60edc35
mem_tracker: Check for fence before retiring
by Courtney Goeltzenleuchter
· 10 years ago
610be62
layers: MemTracker error message fixes
by Mark Lobodzinski
· 10 years ago
166641e
loader: Only check magic value from Icd on debug builds.
by Jon Ashburn
· 10 years ago
293ff63
layers: APIDump shouldn't unwrap gpu obj by default. Deleted some dead code.
by Tobin Ehlis
· 10 years ago
ea4f4cf
Don't build the GlaveSnapshot layer.
by Ian Elliott
· 10 years ago
fdf00b6
Win: Some compilation/link fixes.
by Ian Elliott
· 10 years ago
4d3b752
loader: Add support for loading layers that support a group
by Jon Ashburn
· 10 years ago
bdcd756
layers: Add extension Validation so loader will add layers with Validation
by Jon Ashburn
· 10 years ago
8eddca6
layers: Fix for registering a debug callback routine
by Tony Barbour
· 10 years ago
42e4103
loader: Add check for invalid enabled extensions at CreateInstance
by Jon Ashburn
· 10 years ago
e18431b
loader: Fix GetProcAddr to return proper function pointers for app
by Jon Ashburn
· 10 years ago
3ef0270
glave: Renaming work to get glave compiling. Still WIP.
by Tobin Ehlis
· 10 years ago
b41e247
Win: Change xgl->vk/vulkan (towards being able to build on Windows).
by Ian Elliott
· 10 years ago
e3b1045
Change "XGL" to "Vulkan" in header/copyright for auto-gen code.
by Ian Elliott
· 10 years ago
Next »