1. aef6588 loader: Separate out the python generator script by Jon Ashburn · 10 years ago
  2. da7c20d loader: rename a few dispatch utilties by Jon Ashburn · 10 years ago
  3. ac83452 bug 13854: Remove memory references by Courtney Goeltzenleuchter · 10 years ago
  4. 5a46464 Fix file permissions by BogDan Vatra · 10 years ago
  5. 3788e13 Remove unused dependency. by BogDan Vatra · 10 years ago
  6. 0dd1173 Remove autogenerated file from git. by BogDan Vatra · 10 years ago
  7. 80f8061 Use primary_node when render_node is not available. by BogDan Vatra · 10 years ago
  8. a569a50 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 10 years ago
  9. da4a99e bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 10 years ago
  10. 28846ae tests: Update for VK origin convention by Courtney Goeltzenleuchter · 10 years ago
  11. e2504cb intel: support only VK_DEPTH_MODE_ZERO_TO_ONE by Chia-I Wu · 10 years ago
  12. 2f455af intel: only VK_COORDINATE_ORIGIN_UPPER_LEFT is supported by Chia-I Wu · 10 years ago
  13. c3487c2 demos/cube: use GL conventions by Chia-I Wu · 10 years ago
  14. c414ba8 demos/tri: fix facing and enable culling by Chia-I Wu · 10 years ago
  15. 633f9c5 tri: Fix command buffer use for staging texture by Courtney Goeltzenleuchter · 10 years ago
  16. e58e955 layers: Move OT validation calls inside mutex by Mark Lobodzinski · 10 years ago
  17. faa2982 layers: Add memory manager queue validation to object tracker by Mark Lobodzinski · 10 years ago
  18. c846352 intel: Turn on standalone_compiler by Cody Northrop · 10 years ago
  19. bc12f87 intel: Changes to enable standalone shader compiler by Cody Northrop · 10 years ago
  20. 0c1bdc6 tests: Pass debug function to InitFramework to register by Tony Barbour · 10 years ago
  21. 100e7d8 layers: Add another routine to the list that don't need use counts by Tony Barbour · 10 years ago
  22. 5685ad7 demos: Add validation via --validate cmd line option by Tony Barbour · 10 years ago
  23. ede4a2e layers: Eliminate compiler warnings on Windows. by Ian Elliott · 10 years ago
  24. 421107f demos: Eliminate compiler warnings on Windows. by Ian Elliott · 10 years ago
  25. 464711a loader: Eliminate compiler warnings on Windows. by Ian Elliott · 10 years ago
  26. a0faa86 Win: Stop using the temporary "xcb_nvidia" code. by Ian Elliott · 10 years ago
  27. ff6dab5 demos: Improve tri/cube error if incompatible driver found. by Ian Elliott · 10 years ago
  28. 812b461 toolchain: Update to newer glslang and LunarGLASS versions by Cody Northrop · 10 years ago
  29. 9675ea0 tests: Include HOST_VISIBLE mem prop for --show-images by Courtney Goeltzenleuchter · 10 years ago
  30. e5871c7 tests: Use staging buffer for --show-images by Courtney Goeltzenleuchter · 10 years ago
  31. a43cbbf mem_tracker: Fix error from fixing MSVC asserts by Courtney Goeltzenleuchter · 10 years ago
  32. 3b375cf demos: tri/cube give error if can't find WSI extension. by Ian Elliott · 10 years ago
  33. caa9f27 demos: Improve tri/cube error if incompatible driver found. by Ian Elliott · 10 years ago
  34. 4e19ed0 demos: Use macros for the app name, and window name. by Ian Elliott · 10 years ago
  35. f5997ab layers: Fix msvc++ iterator issues by David Pinedo · 10 years ago
  36. 7595eee demos: Change app name for the console window. by Ian Elliott · 10 years ago
  37. f03711e draw_state: Fix another MSVC++ debug assert by Courtney Goeltzenleuchter · 10 years ago
  38. 09098a7 draw_state: Fix Microsoft C++ iterator assert by Courtney Goeltzenleuchter · 10 years ago
  39. 3dd433a mem_tracker: Do not increment iterator after delete by Courtney Goeltzenleuchter · 10 years ago
  40. 857542b cube: Disable rendering once we enter cleanup by Courtney Goeltzenleuchter · 10 years ago
  41. cf2a536 draw_state: Fix Microsoft C++ assert by Courtney Goeltzenleuchter · 10 years ago
  42. 6532d8e Shader Checker Layer: make sure iterated list is of non-zero length by David Pinedo · 10 years ago
  43. 5468156 loader: Terminate chain of GetProcAddr() in driver if gpu obj is base by Jon Ashburn · 10 years ago
  44. 8a21cf4 tests: Update layer test script to enable Validation layer and skip the vk_layer_validation_tests for now as they re-insert layers and cause a hang by Tobin Ehlis · 10 years ago
  45. f46627e layers: Fix bug in APIDump where some void* members were having their address printed when APIDumpNoAddr was TRUE by Tobin Ehlis · 10 years ago
  46. ec2a3e1 icd: Add support for one bit alpha BC1 formats by Cody Northrop · 10 years ago
  47. e22d0bf layers: Add another routine to list that don't need use counts by Tony Barbour · 10 years ago
  48. 93d00c8 layers: Add 3 more routines to list that don't need use counts by Tony Barbour · 10 years ago
  49. 4a38716 intel: fix xcb special event hangs by Mike Stroyan · 10 years ago
  50. 8ad1574 layers: Fix APIDump corner cases to not print addresses w/ NoAddr option by Tobin Ehlis · 10 years ago
  51. f689c60 intel: fix wrong use of xcb_request_check() by Chia-I Wu · 10 years ago
  52. 55c4041 layers: Add APIDump option to not parse parameter details by Tobin Ehlis · 10 years ago
  53. b67859d loader: Fix bug on layer name prefix string length by Jon Ashburn · 10 years ago
  54. 61e7738 Demos: print error message when texture files can't be opened by David Pinedo · 10 years ago
  55. 8a399e9 Demos: restrict paint events from rendering until setup is finished on Windows by Jon Ashburn · 10 years ago
  56. 04ada4a tests: layer init moved to instance create - drop from device by Tony Barbour · 10 years ago
  57. 950ebc0 tests: Add Device init that takes list of layers to enable by Tony Barbour · 10 years ago
  58. d3d41cb dispatch: No need to save data from vkResetFences by Tony Barbour · 10 years ago
  59. ec3cf14 build: fix registry locations by Tony Barbour · 10 years ago
  60. 3ed9f8f scripts: Update vk_helper.py to account for VK_BIT(#) enum values by Tobin Ehlis · 10 years ago
  61. 54cdd19 tests: Move fence tests from vkbase to layer validation by Tony Barbour · 10 years ago
  62. 9431056 tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 10 years ago
  63. 69fe0fa tests: Remove old function prototype comments by Tony Barbour · 10 years ago
  64. d346459 layers: Added fence validation check to object_tracker by Mark Lobodzinski · 10 years ago
  65. a908b16 layers: Memtracker formatting changes. by Mark Lobodzinski · 10 years ago
  66. a938abb misc: Changes to fix warnings in Windows / VC++ build by Tony Barbour · 10 years ago
  67. 22a3086 misc: Changes to clean up warnings in Release build by Tony Barbour · 10 years ago
  68. 9c6d94f tests: testbinding objects know dev, use it by Courtney Goeltzenleuchter · 10 years ago
  69. ec69b9c tests: white space cleanup by Courtney Goeltzenleuchter · 10 years ago
  70. 6d55b9c tests: Finish update to match latest vulkan.h by Courtney Goeltzenleuchter · 10 years ago
  71. 18fb923 demos: create console for vulkaninfo iff needed by David Pinedo · 10 years ago
  72. f676845 null driver: Change so it doesn't seg fault when running cube. by David Pinedo · 10 years ago
  73. 9f530cb loader: Make sure max layer count is set properly by Courtney Goeltzenleuchter · 10 years ago
  74. cb67a32 demos: update memory usage flags by Courtney Goeltzenleuchter · 10 years ago
  75. 876629f demos: remove mem references before destroying by Courtney Goeltzenleuchter · 10 years ago
  76. bb1f360 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 10 years ago
  77. 2df3afc layers: Fixed arg selection in object tracker by Mark Lobodzinski · 10 years ago
  78. 83e6771 layers: Using objects instead of pointers - rename pObj by Tony Barbour · 10 years ago
  79. 11e76ac vulkan.h: Fix up warnings and use VkObject appropriately by Tony Barbour · 10 years ago
  80. ea95f5c Make "vulkaninfo" a WIN32 program. by Ian Elliott · 10 years ago
  81. 699e2aa misc: Make headers match upstream by Courtney Goeltzenleuchter · 10 years ago
  82. 230e625 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 10 years ago
  83. d33b1de demos: Inform user and exit if vkCreateInstance fails by Tony Barbour · 10 years ago
  84. 97b4c5d demos: Fix vulkaninfo assertion based on new VK_WSI_LunarG extension name by Tobin Ehlis · 10 years ago
  85. e14e9f9 Win: tri/cube using WIN32 for Window creation, events, etc. by Ian Elliott · 10 years ago
  86. 64a68e1 nulldrv: capable of running "cube" by Ian Elliott · 10 years ago
  87. 5b66aa5 switch to VK_WSI_LunarG by Chia-I Wu · 10 years ago
  88. 2b302f2 update vk_wsi_lunarg.h ... by Chia-I Wu · 10 years ago
  89. a74d53a layers: Fix bugs in APIDump to handle dynamic array printing by Tobin Ehlis · 10 years ago
  90. 2c01d18 tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 10 years ago
  91. 556f721 vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 10 years ago
  92. fd79ddd layers: For ObjectTracker don't flag error for un-deleted Queues by Tobin Ehlis · 10 years ago
  93. 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
  94. 1a01b1d vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 10 years ago
  95. 1508627 WSI header file changes pushed upstream. by Ian Elliott · 10 years ago
  96. 57e2ab6 demos/tri: remove outdated code by Chia-I Wu · 10 years ago
  97. cf46913 layers: Add missing functions. by Jeremy Hayes · 10 years ago
  98. f21f14b Win: Eliminate compiler errors/warnings in "shader_checker.cpp" by Ian Elliott · 10 years ago
  99. 4c7ebac Win: Copy the "spirv.h" file for Windows builds (KLUDGE) ... by Ian Elliott · 10 years ago
  100. 2986281 bug-13668: Support for pipeline statistics queries by Courtney Goeltzenleuchter · 10 years ago