1. 110fdf9 loader: bug 12992: extension and layer support by Courtney Goeltzenleuchter · 9 years ago
  2. bb6fdb3 tests: Specify VK_IMAGE_USAGE_SAMPLED_BIT when creating image by Cody Northrop · 9 years ago
  3. b3fbcd9 vulkan.h: V115 -- Reintroduce memory heaps & types. Bug #14082. by Mark Lobodzinski · 9 years ago
  4. ee4027d bug 14014: Fill out support for VkShaderModule by Courtney Goeltzenleuchter · 9 years ago
  5. 59a4732 vulkan.h: V108 -- Static Types, Bug# 13919 by Tony Barbour · 9 years ago
  6. 1064256 tests: Must now destroy object then free mem by Courtney Goeltzenleuchter · 9 years ago
  7. bc0bb77 vulkan.h: Remove vkGetFormatInfo, add features/limits (#12827, v125) by Chris Forbes · 9 years ago
  8. 908aa75 bug 13038: Remove support for multiple GPUs by Courtney Goeltzenleuchter · 9 years ago
  9. 2e6b910 vulkan.h: V99 -- Remove vkSetMemoryPriority, Bug# 13925 by Mark Lobodzinski · 9 years ago
  10. f579fa6 extensions: begin changes for extension support by Courtney Goeltzenleuchter · 9 years ago
  11. 944aab1 vulkan.h: Memory binding model changes by Mark Lobodzinski · 9 years ago
  12. 51a05ce tests: Fix layer errors by Tony Barbour · 9 years ago
  13. c2f67f5 tests: Delete device in teardown when finished with it. by Tony Barbour · 9 years ago
  14. d61e1e5 tests: Change vkbase to match memory model and remove outdated tests by Tony-LunarG · 9 years ago
  15. 2306535 vulkan.h: V97 -- Remove multiple allocations. Bug# 13948. by Mark Lobodzinski · 9 years ago
  16. 8b342b9 vulkan.h: Fix warnings due to unused queue variables by Mark Lobodzinski · 9 years ago
  17. 942b172 vulkan.h: V93 -- fine-grained memory binding synchronization. Bug# 13464 by Mark Lobodzinski · 9 years ago
  18. 806c906 tests: Move fence tests from vkbase to layer validation by Tony Barbour · 9 years ago
  19. d9dc0c7 vkEnumerateLayers: Update to match upstream by Courtney Goeltzenleuchter · 9 years ago
  20. b050c68 update to vulkan.h header version 90, bug 13529 by Mike Stroyan · 9 years ago
  21. 71a8512 Bug 13632 Header 84 Add offset and size to VkMapMemory by Tony Barbour · 9 years ago
  22. d1c3572 Bug 13632 Header 84 Assorted questions and comments on vulkan.h by Tony Barbour · 9 years ago
  23. 83a6425 misc: Change vkEnumerateGpus to vkEnumeratePhysicalDevices by Jon Ashburn · 9 years ago
  24. 40f7f40 vulkan: Updated vulkan.h for revision 79 -- Bug #13464 by Mark Lobodzinski · 9 years ago
  25. e39f695 vulkan.h: V74. Unify memory pools. Bug #13633. by Mark Lobodzinski · 9 years ago
  26. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  27. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  28. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  29. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  30. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  31. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  32. 3bfd27c SPIR-V: Change BIL to SPV in all source files by Cody Northrop · 9 years ago
  33. 054a470 icd: Rename icd-bil.h to icd-spv.h by Cody Northrop · 9 years ago
  34. 5adee1c misc: Use XGL_API_VERSION instead of hard coded value by Courtney Goeltzenleuchter · 9 years ago
  35. 1e46489 tests: Convert to using Instancing APIs rather than xglInitAndEnumerateGpus by Jon Ashburn · 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. 8a5da75 memory alloc: Add IMAGE and BUFFER alloc info structures by Jon Ashburn · 10 years ago
  43. 9b6eae5 memory alloc: Add allocation index to BindObjectMemory by Jon Ashburn · 10 years ago
  44. f52346d driver:implement changes for Dynamic State by Tony Barbour · 10 years ago
  45. 391bb6d xgl: Add xgl header changes for rev30 and 31. by Mark Lobodzinski · 10 years ago
  46. fe84fe1 tests: skip XglDevice in init.cpp and image_tests.cpp by Chia-I Wu · 10 years ago
  47. af11d92 tests: remove dependencies on xglgpu.h by Chia-I Wu · 10 years ago
  48. b76e0fa tests: derive XglDevice from xgl_testing::Device by Chia-I Wu · 10 years ago
  49. f1a5a74 remove unnecessary casting between XGL_CHAR/char by Chia-I Wu · 10 years ago
  50. 99ff89d include: fix typedefs by Chia-I Wu · 10 years ago
  51. e6741a2 tests: fix -Wunused-but-set-variable warnings by Chia-I Wu · 10 years ago
  52. bf843b2 tests: Fix tests to allow more than one gpu to be returned from InitAndEnum by Jon Ashburn · 10 years ago
  53. d586459 Add reserved parameter to xglEnumerateLayers for layer usage by Jon Ashburn · 10 years ago
  54. ea8aea2 tests: Remove CreateShader test by Courtney Goeltzenleuchter · 10 years ago
  55. f7bcf9b Add xglEnumerateLayers function including support in layers. by Jon Ashburn · 10 years ago
  56. 51e7133 tests: Fix issue in tests where descriptor set mapping array not initialized by Jon Ashburn · 10 years ago
  57. e494a1a Fix size as input/output parameter for various xglGet calls. by Jon Ashburn · 10 years ago
  58. fe7c1de icd: rename and prefix shader_il.h by Chia-I Wu · 10 years ago
  59. de3513a tests: Add base tests: shader, cmdbuf, pipeline by Courtney Goeltzenleuchter · 10 years ago
  60. cc5eb3a tests: Add begining of render test by Courtney Goeltzenleuchter · 10 years ago
  61. 6863ff4 tests: Add basic CreateShader test. by Courtney Goeltzenleuchter · 10 years ago
  62. 7bf0ff8 tests: Add xglGetImageSubresourceInfo test by Courtney Goeltzenleuchter · 10 years ago
  63. 3dc07f2 tests: Add GPU Queue tests. by Courtney Goeltzenleuchter · 10 years ago
  64. 794555b tests: Add CreateImage test. by Courtney Goeltzenleuchter · 10 years ago
  65. cc9da54 tests: Port existing tests to gtest format. by Courtney Goeltzenleuchter · 10 years ago
  66. 75011f8 tests: Basic initialization test using gtest framework by Courtney Goeltzenleuchter · 10 years ago
  67. 447ed58 tests: Integrate gtest tools by Courtney Goeltzenleuchter · 10 years ago