1. 19d3bf1 misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissor by Jon Ashburn · 9 years ago
  2. 7415d5a debug_report: rename object type and error bits by Courtney Goeltzenleuchter · 9 years ago
  3. fd4830c layers: Rename DebugReport flags by Courtney Goeltzenleuchter · 9 years ago
  4. abd0772 Layers: changed layer names to conform to spec by David Pinedo · 9 years ago
  5. 9ab6150 bug 15068: Use hardfp calling convention on Android for 32-bit ARM targets by Chia-I Wu · 9 years ago
  6. 9316d3b Moved header files from include to include/vulkan by David Pinedo · 9 years ago
  7. 0555952 misc: Update author information by Courtney Goeltzenleuchter · 9 years ago
  8. fcbe16f misc: switch copyright to Valve by Courtney Goeltzenleuchter · 9 years ago
  9. 1b99bb2 bug 14918 part 3: sed renames by Chia-I Wu · 9 years ago
  10. 3432a0c bug 14921 part 1: sed renames by Chia-I Wu · 9 years ago
  11. 2bfb33c bug 14918 part 2: some simple renames (WIP) by Chia-I Wu · 9 years ago
  12. 6de5f73 Revert "tests: Remove std140 to avoid warnings" by Courtney Goeltzenleuchter · 9 years ago
  13. 3f57f57 misc: Remove unused structure member by Courtney Goeltzenleuchter · 9 years ago
  14. 04bb5f8 bug-14786: CmdBufferOptimizeFlags -> CmdBufferUsageFlags by Courtney Goeltzenleuchter · 9 years ago
  15. 5d2aed4 bug-14786: minor renames by Courtney Goeltzenleuchter · 9 years ago
  16. 4ca43f6 misc: Change clear rectangle to include array layer/count by Courtney Goeltzenleuchter · 9 years ago
  17. d263550 WIP bug-14815: VkShaderStage by Courtney Goeltzenleuchter · 9 years ago
  18. c9323e0 bug-14291: combine color and depth/stencil clears by Courtney Goeltzenleuchter · 9 years ago
  19. 58f3eff layers: Fix Windows compiler warnings by Courtney Goeltzenleuchter · 9 years ago
  20. 507ba97 bug-14365: fix misunderstanding in dynamic state by Courtney Goeltzenleuchter · 9 years ago
  21. acb3c1c tests: Remove std140 to avoid warnings by Tony Barbour · 9 years ago
  22. 08c2637 bug-14715: DrawIndirect fix by Courtney Goeltzenleuchter · 9 years ago
  23. 078f817 bug 14365: make separate viewport and scissor cmds by Courtney Goeltzenleuchter · 9 years ago
  24. 49c7308 bug 14365: replace dynamic state objects by Courtney Goeltzenleuchter · 9 years ago
  25. 7e15844 tests: remove remaining ScopedUseGlsl use and support by Chris Forbes · 9 years ago
  26. 9ddda14 tests: Remove nonsense ScopedUseGlsl use in test that requires GLSL by Chris Forbes · 9 years ago
  27. 020e221 tests: Remove unneeded function by Courtney Goeltzenleuchter · 9 years ago
  28. 6c76d2e tests: Do not need descriptor info for vertex buffer by Courtney Goeltzenleuchter · 9 years ago
  29. 29a08f2 tests: Check for successful pipeline creation in generic Draw path by Cody Northrop · 9 years ago
  30. 271ba75 v156: Bug 14451 - Rename dynamic state objects by Cody Northrop · 9 years ago
  31. 85789d5 v155: Bug 14435 - Remove abbreviations in VkClearColor by Cody Northrop · 9 years ago
  32. 82485a8 Bug 14406: Add support for front/back stencil reference dynamic state by Cody Northrop · 9 years ago
  33. 1236511 Bug 14323: RasterLine and RasterDepthBias changes by Cody Northrop · 9 years ago
  34. f1878c7 tests: Fix tests that re-submit Cmd Buffers w/ ONE_TIME_SUBMIT flag by Tobin Ehlis · 9 years ago
  35. c55900f tests: Skip test that requires GLSL path by Cody Northrop · 9 years ago
  36. d2ad034 windows: Fix various warnings by Cody Northrop · 9 years ago
  37. 5781e8f tests: CreateVKPipeline really wants pl layout so pass that by Tony Barbour · 9 years ago
  38. fe3351b tests: Use global command pool and buffer where possible by Tony Barbour · 9 years ago
  39. 71bd4b3 tests: Use load op clears by default by Tony Barbour · 9 years ago
  40. dd6e32e Bug 14224: Remove abbreviations on some API symbols by Tony Barbour · 9 years ago
  41. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  42. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  43. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  44. 08accc6 update vulkan.h for multi-pass command buffers (V131, #14075) by Chia-I Wu · 9 years ago
  45. b405204 intel: get depth/stencil format from VkRenderPassCreateInfo by Chia-I Wu · 9 years ago
  46. 6922da1 tests: Remove WIN32 checks for SPIR-V usage, remove redundant tests by Cody Northrop · 9 years ago
  47. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  48. fa27b95 intel: Implement attachment clears by Chris Forbes · 9 years ago
  49. 0b50a1c update vulkan.h for multi-level command buffers (V121) by Chia-I Wu · 9 years ago
  50. 6084aec rendertests: add test for handling both structs and blocks with same shader by GregF · 9 years ago
  51. fae7885 layers: ObjectTracker per-instance storage, updated logging by Mark Lobodzinski · 9 years ago
  52. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  53. 805afae tests: re-enable all tests and clean up code by GregF · 9 years ago
  54. 8a3bb13 tests: Remove references to gl_FragColor by Cody Northrop · 9 years ago
  55. aae7524 render tests: fixed render tests to not use gl_FragColor by GregF · 9 years ago
  56. 50a2a4b tests: Switch to m_use_glsl and cleanup option parsing by Cody Northrop · 9 years ago
  57. 76a5eeb tests: Dont try to begin or end null renderpasses by Chris Forbes · 9 years ago
  58. e182fe0 tests: Add test for render target clear via load op by Chris Forbes · 9 years ago
  59. 969c6ee tests: Add ScopedUseSpv helper to remove some duplicated boilerplate by Chris Forbes · 9 years ago
  60. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  61. 9d00ed7 v98: replace vkUpdateDescriptors() by vkUpdateDescriptorSets() by Chia-I Wu · 9 years ago
  62. 9563815 tests: Add test for TextureGather by Cody Northrop · 9 years ago
  63. 475663c tests: Add some geometry shader tests by Cody Northrop · 10 years ago
  64. 7c75b85 layers: Use native Vulkan object type definitions by Mark Lobodzinski · 9 years ago
  65. 43fb2c7 tests: Update for VK origin convention by Courtney Goeltzenleuchter · 9 years ago
  66. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 10 years ago
  67. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 10 years ago
  68. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 10 years ago
  69. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 10 years ago
  70. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 10 years ago
  71. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 10 years ago
  72. e5f0e6c tests: Simplify calling RecordImage by Courtney Goeltzenleuchter · 10 years ago
  73. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 10 years ago
  74. f35a514 tests: Add test for sparse vertex attr capability by Courtney Goeltzenleuchter · 10 years ago
  75. 9ddd310 tests: Correct test names by Courtney Goeltzenleuchter · 10 years ago
  76. fe88043 tests: remove unnecessary shader comments by Courtney Goeltzenleuchter · 10 years ago
  77. 0d62527 xgl: Update interface for sparse vertex attrs by Courtney Goeltzenleuchter · 10 years ago
  78. 1c45ce0 tests: Make depthStencil an object in Render Framework by Tony Barbour · 10 years ago
  79. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 10 years ago
  80. 679bbfa tests: Add default clear colors to render framework by Courtney Goeltzenleuchter · 10 years ago
  81. b4337c1 tests: Use render target vector's count by Courtney Goeltzenleuchter · 10 years ago
  82. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 10 years ago
  83. 0dd968a tests: WIN32 assumes no SPIRV for now by Tony Barbour · 10 years ago
  84. 831062d tests: Make sure buffers are added to DescSet by Tony Barbour · 10 years ago
  85. ebc093f tests: Replace texture change colors with initial colors by Tony Barbour · 10 years ago
  86. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 10 years ago
  87. 3bfd27c SPIR-V: Change BIL to SPV in all source files by Cody Northrop · 10 years ago
  88. 054a470 icd: Rename icd-bil.h to icd-spv.h by Cody Northrop · 10 years ago
  89. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 10 years ago
  90. c52b775 layers: Updated mem_tracker for new header changes. by Mark Lobodzinski · 10 years ago
  91. 49a6b4b tests: Fix cut-and-paste error in QuadWithIndexedVertexFetch test. by Mark Lobodzinski · 10 years ago
  92. b11a0d0 tests: Fix XGLTriangleTest to not bind VBO since it doesn't use one by Tobin Ehlis · 10 years ago
  93. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  94. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  95. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  96. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  97. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  98. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  99. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  100. 7e78195 memory alloc: Add MEMORY_ALLOCATION_COUNT support and usage in tests. by Jon Ashburn · 10 years ago