1. 107a0d2 debug_report: Rename VkDbgMsgCallback object by Courtney Goeltzenleuchter · 9 years ago
  2. 8a00cbf loader: Remove unused function by Courtney Goeltzenleuchter · 9 years ago
  3. ea49d3c loader: Remove unused debug helper functions by Courtney Goeltzenleuchter · 9 years ago
  4. 09197ae layers: Rename VK_DEBUG_REPORT_EXTENSION enums by Courtney Goeltzenleuchter · 9 years ago
  5. b19042e layers: rename VkDbgObjectType by Courtney Goeltzenleuchter · 9 years ago
  6. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  7. a760a51 loader: Fix physical device cast for enumerate properties trampoline code by Jon Ashburn · 9 years ago
  8. a8a5f85 wsi: Make WSI cases more consistent, fail if not set correctly by Mark Lobodzinski · 9 years ago
  9. 5497859 loader: Fix bug where dynamic dispatch for layer dev exts needs to come later by Jon Ashburn · 9 years ago
  10. 46674bf loader: In CreateDevice trampoline code allow wrapped PhysicalDevice objects by Jon Ashburn · 9 years ago
  11. 25c73e7 Add an 'all' debug flag by Michael Worcester · 9 years ago
  12. 39fbd4e loader: Add support for device extension entrypoints in layer JSON files by Jon Ashburn · 9 years ago
  13. 6e6a216 loader: Convert ext list helper functions to generic form by Jon Ashburn · 9 years ago
  14. 8a15419 Loader doc: Modifed WindowsICDs.txt by David Pinedo · 9 years ago
  15. 3c78ff4 Make sure all createInfo is used creating instance by Tony Barbour · 9 years ago
  16. 380e1eb Doc: change api_version and layer names in documentation files by David Pinedo · 9 years ago
  17. 6e08ebd loader: Fix layer library_path bug by Jon Ashburn · 9 years ago
  18. 232e3af loader: Add initialization of loader dispatch table for wsi device extensions by Jon Ashburn · 9 years ago
  19. cc07f70 loader: Fix WSI compilation error if not XCB by Jon Ashburn · 9 years ago
  20. 7726f4f loader: Add documentation fo loader handling of VK_surface_*KHR extensions. by Jon Ashburn · 9 years ago
  21. b49b6e5 wsi: Various fixes and Windows build issues by Mark Lobodzinski · 9 years ago
  22. f72a04b loader: Add terminator functions for Create*SurfaceKHR functions by Jon Ashburn · 9 years ago
  23. fb42cd7 loader: Convert vkDestroySurfaceKHR() to have a terminator. by Ian Elliott · 9 years ago
  24. faa9081 wsi: Moved definition of CreateXxxSurface extension to CMakefile by Mark Lobodzinski · 9 years ago
  25. 3077be0 vulkan: Add win32 and xcb extensions to vulkan.py by Mark Lobodzinski · 9 years ago
  26. 6592365 loader: Fix typo in wsi file by Mark Lobodzinski · 9 years ago
  27. 919fa30 loader: Add vkGetPhysicalDevice*PresentationSupportKHR() by Ian Elliott · 9 years ago
  28. 450e463 wsi: Fix windows build issues by Mark Lobodzinski · 9 years ago
  29. db4300a loader: Address Jon Ashburn's review comments. by Ian Elliott · 9 years ago
  30. 934d0d5 loader: Add WSI "device" trampoline funcs (e.g. vkCreateSwapchainKHR). by Ian Elliott · 9 years ago
  31. 486c550 loader: Add new vkGetPhysicalDeviceSurface*KHR() functions. by Ian Elliott · 9 years ago
  32. 2c05e22 loader: Wrote vk{Create|Destroy}*SurfaceKHR() trampoline functions. by Ian Elliott · 9 years ago
  33. 83e6aa9 loader: Export the trampoline code for vkGetPhysicalDeviceSurfaceSupportKHR by Ian Elliott · 9 years ago
  34. c2e9aee loader: Create defaults for which platforms WSI is supported on. by Ian Elliott · 9 years ago
  35. af7d636 loader: Started plumbing the platform extensions. by Ian Elliott · 9 years ago
  36. 954fa34 loader: Started porting loader to new WSI (GIPA missing). by Ian Elliott · 9 years ago
  37. 33ed848 loader: Get loader compiling. by Ian Elliott · 9 years ago
  38. ba04233 WSI: Eliminate a lot of references to WSI header files. by Ian Elliott · 9 years ago
  39. af5c595 loader: Hand-edits by Ian Elliott · 9 years ago
  40. 1dcd109 WSI: sed-generated changes to WSI code (not all that's needed). by Ian Elliott · 9 years ago
  41. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  42. 781a7ae loader: Don't use ICD's VkDevice after it has been destroyed by Jon Ashburn · 9 years ago
  43. 7e18de0 loader: Don't init icds if CreateInstance() from ICD fails. by Jon Ashburn · 9 years ago
  44. f2a944f loader: Make version in layer JSON files consistent bugzilla #15057 part two by Jon Ashburn · 9 years ago
  45. 005617f loader: Add parsing of api_version in ICD JSON by Jon Ashburn · 9 years ago
  46. fc1031e loader: Add dynamic dispatch for unknown device extension entrypoints by Jon Ashburn · 9 years ago
  47. ce9b177 bug 15120: rename vkCmdPushConstants "values" to "pValues" by Chia-I Wu · 9 years ago
  48. 524ec73 Reset the "access_flags" for each loop iteration by Piers Daniell · 9 years ago
  49. 4f23258 loader: Compile fixes to instance extension from rebase of bug 15068 changes by Jon Ashburn · 9 years ago
  50. 0212448 bug 15085: queue creation naming issues by Chia-I Wu · 9 years ago
  51. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  52. 2b1764b loader: Update calling conventions on instance extension functions by Jon Ashburn · 9 years ago
  53. fc40cd0 Merge branch 'david_include_change_20151106' by David Pinedo · 9 years ago
  54. 8a39efc loader: Convert GetInstanceProcAddr and GetDeviceProcAddr over to new semantics by Jon Ashburn · 9 years ago
  55. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  56. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  57. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  58. c208790 misc: Remove Vulkan name from Copyright by Courtney Goeltzenleuchter · 9 years ago
  59. 1724104 bug 15045: vkGetPhysicalDeviceImageFormatProperties for unsupported formats (WIP) by Chia-I Wu · 9 years ago
  60. 5c17c96 bug 14537: vkGetPhysicalDeviceImageFormatProperties doesn't express all limitations (WIP) by Chia-I Wu · 9 years ago
  61. 28e0691 bug 14608: VkShaderModule object lifetime (WIP) by Chia-I Wu · 9 years ago
  62. cf804e8 bug 12921 part 2: Memory callback (WIP) by Chia-I Wu · 9 years ago
  63. 093ce20 loader: Resource cleanup on loaer_init_physical_device_info() by Jon Ashburn · 9 years ago
  64. 00eb6c0 loader: Call down chain for vkEnumerateDeviceExtensionProperties by Jon Ashburn · 9 years ago
  65. 24cd4be loader: Create a VkPhysicalDevice object rather than using ICDs by Jon Ashburn · 9 years ago
  66. 890adf1 layers: Windows define fixes by Tobin Ehlis · 9 years ago
  67. 2961e1c loader: Fix Windows build by Courtney Goeltzenleuchter · 9 years ago
  68. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  69. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  70. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  71. 40cf0ae bug 14892 part 2: rename more "count" (WIP) by Chia-I Wu · 9 years ago
  72. 5353466 bug 14918 part1: consistency/cleanup ideas (from jbolz/pdaniell/dkoch) (WIP) by Chia-I Wu · 9 years ago
  73. 1ff4c3d bug 14848: Verifying Sparse Behavior (WIP) by Chia-I Wu · 9 years ago
  74. b99df44 bug 14543: rename VkTex* enums to VkTexture* similarly for VK_TEX_* to VK_TEXTURE_* (WIP) by Chia-I Wu · 9 years ago
  75. f7458c5 bug 12921: Memory callback (WIP) by Chia-I Wu · 9 years ago
  76. d50a7d7 bug 14892: 'count' parameters and members named inconsistently in many cases (WIP) by Chia-I Wu · 9 years ago
  77. d50677e bug 14909: Define "length" as it relates to push constants be in units of bytes not words (WIP) by Chia-I Wu · 9 years ago
  78. cbe3c9f bug 14876: Can timestamps be written inside a renderpass? (WIP) by Chia-I Wu · 9 years ago
  79. e2fc552 bug 14362: VK_NULL_HANDLE does not work in C (WIP) by Chia-I Wu · 9 years ago
  80. 2dc4af3 MR 461: Documented updated vkQueueSubmit and remove wait + signal semaphore operations on queues. (WIP) by Chia-I Wu · 9 years ago
  81. 51ce5ea bug 14868: Replace VkTimestampType with VkPipelineStageFlagBits (WIP) by Chia-I Wu · 9 years ago
  82. b16facd bug 14855: vkGetPipelineCacheSize is unique (consistency issue) (WIP) by Chia-I Wu · 9 years ago
  83. d8c946a bug 14365: Rename slopeScaledDepthBias to depthBiasSlopeScaled (WIP) by Chia-I Wu · 9 years ago
  84. ccc93a7 bug 14844: Query Pool issues (WIP) by Chia-I Wu · 9 years ago
  85. 5b1e34d loader: Update Linux and Windows ICD/layer discover documentation by jon · 9 years ago
  86. 62cf0e8 loader: Update linux documentation on where ICD lives. by jon · 9 years ago
  87. 547bbee loader: Move utility function so it is found on both Linux and Windows by jon · 9 years ago
  88. 6e62684 loader: set DEFAULT_VK_{DRIVER,LAYER}S_PATH to "" on Linux by Daniel Dadap · 9 years ago
  89. 00b4aba loader: add helper for combining paths by Daniel Dadap · 9 years ago
  90. 9bd80501 use conditional compilation based on _WIN32 instead of WIN32 and __linux__ by Johannes van Waveren · 9 years ago
  91. a4cf12b loader: Check for NULL ICD in CreateDevice by Jon Ashburn · 9 years ago
  92. bee18a9 bug-14258: Make descriptor pools and command pools more consistent by Courtney Goeltzenleuchter · 9 years ago
  93. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  94. 646b907 bug-14746: add batched submit for semaphores and command buffers by Courtney Goeltzenleuchter · 9 years ago
  95. 06d8947 Bug 14621: Change vkGet* functions to not return VkResult by Courtney Goeltzenleuchter · 9 years ago
  96. 299e6d1 bug-14580: add dataSize to vkGetPipelineCacheData by Courtney Goeltzenleuchter · 9 years ago
  97. 7831e96 bug-14642: Rename queueRecordCount to requestedQueueCount by Courtney Goeltzenleuchter · 9 years ago
  98. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  99. e3753b3 loader: Fix heap_realloc function to return newly allocated memory by Jon Ashburn · 9 years ago
  100. 3f8c300 loader: Clean up loader_platform file by Jon Ashburn · 9 years ago