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