1. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  2. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  3. bb6fdb3 tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  4. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  5. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  6. be2fae6 tests: only destroy instance if creation succeeded by Chris Forbes · 9 years ago
  7. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  8. 75721e8 vulkan.h: V119 -- Remove unsigned byte indices by Mark Lobodzinski · 9 years ago
  9. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  10. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  11. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  12. 26b17f8 vulkan.h: V110 #13864 -- Border Color Values Underspecified by Tony Barbour · 9 years ago
  13. dfd533a vulkan.h: Bug 13616 Clarification of types of sample counts by Tony Barbour · 9 years ago
  14. 733fd35 vulkan.h: V109 -- Remove minLod from VkImageViewCreateInfo by Tony Barbour · 9 years ago
  15. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  16. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  17. d5732f3 vulkan.h: V104 -- Unify compute/graphics pipeline shader passing semantics, Bug# 13800 by Mark Lobodzinski · 9 years ago
  18. f2093b6 vulkan.h: V103 -- Add VkPipelineLayout to vkCmdBindDescriptorSets, Bug# 14047 by Mark Lobodzinski · 9 years ago
  19. 365feea vulkan.h: V102 -- Rename min/maxDepth for DepthStencil, Bug# 13917 by Mark Lobodzinski · 9 years ago
  20. 16ab748 vulkan.h: V101 -- Remove programPointSize, Bug# 13928 by Mark Lobodzinski · 9 years ago
  21. 7727259 vulkan.h: V100 -- Remove vkClearDescriptorSets, Bug# 13783 by Mark Lobodzinski · 9 years ago
  22. 78dc9ca vulkan.h: V99 -- Remove fixed-function point parameters, Bug# 13928 by Mark Lobodzinski · 9 years ago
  23. b6c9aca tests: initialize additional class members by Courtney Goeltzenleuchter · 9 years ago
  24. 7e46b62 tests: load DbgDestroyMsgCallback function pointer by Courtney Goeltzenleuchter · 9 years ago
  25. 62b2d43 vulkan: Fix for bug 13785. by Courtney Goeltzenleuchter · 9 years ago
  26. d971b61 loader: Add support for debug report by Courtney Goeltzenleuchter · 9 years ago
  27. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  28. 50a2a4b tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  29. e182fe0 tests: Add test for render target clear via load op by Chris Forbes · 9 years ago
  30. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  31. 95292b1 tests: Allow failures in pipeline creation by Chris Forbes · 9 years ago
  32. 51a05ce tests: Fix layer errors by Tony Barbour · 9 years ago
  33. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  34. d81b888 tests: Add missing calls when compared to the tri demo by Tony Barbour · 9 years ago
  35. 3d69c9e tests: Get tests running and compiling on Windows by Tony Barbour · 9 years ago
  36. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  37. d4ab894 v98: remove vk{Begin,End}DescriptorPoolUpdate() by Chia-I Wu · 9 years ago
  38. 712bb5d v98: rename count to arraySize in VkDescriptorSetLayoutBinding by Chia-I Wu · 9 years ago
  39. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  40. 3ab1f87 tests: Move VkDescriptorSetObj variable setup to initializers by Tobin Ehlis · 9 years ago
  41. 475663c tests: Add some geometry shader tests by Cody Northrop · 9 years ago
  42. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  43. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  44. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  45. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  46. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  47. 15524c3 tests: Pass debug function to InitFramework to register by Tony Barbour · 9 years ago
  48. 9b9fe78 tests: layer init moved to instance create - drop from device by Tony Barbour · 9 years ago
  49. 3fdff9e tests: Add Device init that takes list of layers to enable by Tony Barbour · 9 years ago
  50. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  51. f20f87b misc: Changes to clean up warnings in Release build by Tony Barbour · 9 years ago
  52. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  53. 0fadf5f vulkan: Update vulkan.h for revision 89 -- Bug #13743 by Mark Lobodzinski · 9 years ago
  54. d4c1a50 vulkan: Update vulkan.h for revision 88 -- Bug #13744 by Cody Northrop · 9 years ago
  55. a3b9a20 vulkan: Remove VkDescriptorSetLayoutChain from vkCmdBindDescriptorSets by Chia-I Wu · 9 years ago
  56. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  57. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  58. f68ad72 bug 13632: Convert commands to plural form by Courtney Goeltzenleuchter · 9 years ago
  59. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  60. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  61. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  62. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  63. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  64. f77fd65 tests: Initialize framebuffer and renderpass during startup by Tony Barbour · 9 years ago
  65. f39b3ec xgl.h v70. Fix for vkUpdateDescriptors. Bug 13615 by Courtney Goeltzenleuchter · 9 years ago
  66. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago[Renamed (99%) from tests/xglrenderframework.cpp]
  67. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  68. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  69. 09b7ac3 tests: Add QueueCommandBuffer that takes a fence by Tony Barbour · 9 years ago
  70. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  71. be4f0cd tests: Add method to set image layout by Courtney Goeltzenleuchter · 9 years ago
  72. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  73. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 9 years ago
  74. 0743e83 binding: update for pImmutableSamplers by Chia-I Wu · 9 years ago
  75. 41126e5 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  76. 47a5d6f binding: remove XGL_DESCRIPTOR_TYPE_RAW_BUFFER* by Chia-I Wu · 9 years ago
  77. b41393e binding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO by Chia-I Wu · 9 years ago
  78. 985ba16 binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  79. 1c45ce0 tests: Make depthStencil an object in Render Framework by Tony Barbour · 9 years ago
  80. 044703b tests: Free resources at end of test by Tony Barbour · 9 years ago
  81. 77268a6 xgl: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  82. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  83. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  84. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  85. 679bbfa tests: Add default clear colors to render framework by Courtney Goeltzenleuchter · 9 years ago
  86. b4337c1 tests: Use render target vector's count by Courtney Goeltzenleuchter · 9 years ago
  87. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  88. 3654d60 xgl: Add missing formats and remove channel mapping by Courtney Goeltzenleuchter · 9 years ago
  89. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  90. 3c9a510 tests: Wait to init targetView until needed by Tony Barbour · 9 years ago
  91. 5dc515d tests: Add CopyImage to XglImage and use for textures by Tony Barbour · 9 years ago
  92. bdf0a31 tests: Remove use of designated initializers in cpp by Tony Barbour · 9 years ago
  93. ebc093f tests: Replace texture change colors with initial colors by Tony Barbour · 9 years ago
  94. 579f780 tests: Accomodate optimal tiling images (for nvidia) by Tony Barbour · 9 years ago
  95. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  96. c8d1ec5 intel: honor pointOrigin by Chia-I Wu · 9 years ago
  97. 3bfd27c SPIR-V: Change BIL to SPV in all source files by Cody Northrop · 9 years ago
  98. 5de7257 tests: Update framework to initialize clear color to black by Tobin Ehlis · 9 years ago
  99. a53a694 tests: Use buffers format when writing PPM files by Tony Barbour · 9 years ago
  100. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 9 years ago