1. 67e9915 Bug 14084: Get tests compiling and running by Tony Barbour · 9 years ago
  2. 681d7a0 test/binding: inherit Buffer and Image from NonDispHandle by Chia-I Wu · 9 years ago
  3. be2b917 test/binding: inherit CmdBuffer from Handle by Chia-I Wu · 9 years ago
  4. f368b60 test/binding: inherit Device from Handle by Chia-I Wu · 9 years ago
  5. 999f048 test/binding: inherit PhysicalGpu from Handle by Chia-I Wu · 9 years ago
  6. 7fb4386 tests: On init, specify if buffer is src or dst by Cody Northrop · 9 years ago
  7. c9a6991 tests: Provide VK_IMAGE_USAGE_TRANSFER_DESTINATION_BIT flag for vkCreateImage by Cody Northrop · 9 years ago
  8. f0796e1 vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] by Chris Forbes · 9 years ago
  9. d9be82b vulkan.h: Split attachment and image clears (#13914, v126) by Chris Forbes · 9 years ago
  10. 2b3fa3d vulkan.h: V116 -- Remove VK_IMAGE_LAYOUT_CLEAR_OPTIMAL by Mark Lobodzinski · 9 years ago
  11. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  12. 0b2cfb2 vulkan.h: Bug 14181 - Barriers need to be more precise by Tony Barbour · 9 years ago
  13. 7db519b tests: fix blit test by changing order of destroy and free by Tony Barbour · 9 years ago
  14. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  15. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  16. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  17. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  18. 048f281 tests: Clear depth stencil allow for dest verification by Tony Barbour · 9 years ago
  19. a36f528 tests: blit tests respect tiling features in clear tests by Tony Barbour · 9 years ago
  20. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  21. 7ea6aa2 tests: Clean up some MSVC++ compiler warnings by Tony Barbour · 9 years ago
  22. 0c823b1 tests: blit_tests handle unmappable images by Tony Barbour · 9 years ago
  23. fc3820f tests: Apply AMDs Windows patch for blit tests by Tony Barbour · 9 years ago
  24. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  25. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  26. 2501add vulkan.h: V94 -- remove vkCmdCloneImageData. Bug #16550. by Mark Lobodzinski · 9 years ago
  27. b66f5fd bug 13854: Remove memory references by Courtney Goeltzenleuchter · 9 years ago
  28. f69f8a2 bug-13690: Clarification on vkFlushMappedMemory by Courtney Goeltzenleuchter · 9 years ago
  29. d7a5cff bug-13751: Update vkCmdClearColorImage color parameter by Courtney Goeltzenleuchter · 9 years ago
  30. 4c97d7a tests: Buffers/Images that map need VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT by Tony Barbour · 9 years ago
  31. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  32. e01252d tests: Ensure vk_blit_test calls QueueAddMemReferences by Mark Lobodzinski · 9 years ago
  33. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  34. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  35. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  36. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  37. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  38. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  39. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  40. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  41. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  42. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  43. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  44. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  45. 3654d60 xgl: Add missing formats and remove channel mapping by Courtney Goeltzenleuchter · 10 years ago
  46. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 10 years ago
  47. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  48. 92400bb tests: Move environment object into sharable file by Tony Barbour · 10 years ago
  49. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 10 years ago
  50. d5d83ed xgl: Fix typo in memory barriers APIs by Mark Lobodzinski · 10 years ago
  51. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 10 years ago
  52. 837ef92 xgl: Fix pMemBarriers references by Mark Lobodzinski · 10 years ago
  53. 17caf57 xgl: Remove XGL_* typedef wrappers by Mark Lobodzinski · 10 years ago
  54. a058eee Update XGL_FORMAT. by Jeremy Hayes · 10 years ago
  55. 205b422 memory alloc: Remove last heaps from memory alloc and requirements by Jon Ashburn · 10 years ago
  56. f505c8d memory alloc: Remove alignment from alloc_info structure by Jon Ashburn · 10 years ago
  57. e01ff7a memory alloc: Remove MEMORY_ALLOC_FLAGS add MEMORY_TYPE by Jon Ashburn · 10 years ago
  58. e479243 memory alloc: Remove memory_heap flags replace with memory_property flags by Jon Ashburn · 10 years ago
  59. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  60. 424033f complete fixed-function vertex fetch support by Chia-I Wu · 10 years ago
  61. fb80d5f xgl: Resource transition proposal from Bug 12904. by Mike Stroyan · 10 years ago
  62. 1a28fe0 update for buffer object changes by Chia-I Wu · 10 years ago
  63. a9a506a tests: use the new binding in blit tests by Chia-I Wu · 10 years ago
  64. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  65. 2bb96ef tests: add XglCmdCloneImageDataTest.Basic by Chia-I Wu · 10 years ago
  66. d642238 tests: add XglCmdClearColorImageRawTest.Basic by Chia-I Wu · 10 years ago
  67. 5bc2786 tests: make XglCmdClearColorImageTest reusable for raw clears by Chia-I Wu · 10 years ago
  68. df39144 tests: allow tiled images in blit tests by Chia-I Wu · 10 years ago
  69. 42b97b8 tests: add XglCmdCopyImageToMemoryTest.Basic by Chia-I Wu · 10 years ago
  70. d808ada tests: no format filtering in XglCmdCopy{,MemoryTo}ImageTest by Chia-I Wu · 10 years ago
  71. 72e3433 tests: improve blit check pattern by Chia-I Wu · 10 years ago
  72. 998c2ac tests: rewrite blit tests by Chia-I Wu · 10 years ago
  73. 89078aa tests: add CopyMemoryToImageBasic to XglBlitTest by Chia-I Wu · 10 years ago
  74. d647901 Revert "blit_test: Remove incomplete test" by Chia-I Wu · 10 years ago
  75. d94726f tests: add {Fill,Copy}MemoryLarge to XglBlitTest by Chia-I Wu · 10 years ago
  76. bf843b2 tests: Fix tests to allow more than one gpu to be returned from InitAndEnum by Jon Ashburn · 10 years ago
  77. 5b22bc7 tests: add CopyMemoryHazard to XglBlitTest by Chia-I Wu · 10 years ago
  78. b9e193f tests: Fix uninitialized pDataSize for GetImageSubres and GetObjectInfo by Jon Ashburn · 10 years ago
  79. 1d054a8 blit_test: Remove incomplete test by Courtney Goeltzenleuchter · 10 years ago
  80. ff5c863 tests: Add more detailed failure data for blit test by Courtney Goeltzenleuchter · 10 years ago
  81. d7414b0 tests: add basic blit (copy, clear, and resolve) tests by Chia-I Wu · 10 years ago