1. b493438 layers: Add size helper exception for sampleCount which is not a dynamic array size by Tobin Ehlis · 9 years ago
  2. 8fbeea9 layers: memtracker - waiting on only some fences by Mike Stroyan · 9 years ago
  3. b9776ab vulkan: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  4. 5d37f70 layers: Check for NULL ptrs while iterating over fenceMap by Tobin Ehlis · 9 years ago
  5. a163ef0 layers: Remove unused object tracker code by Courtney Goeltzenleuchter · 9 years ago
  6. c84c078 layers: Fix APIDump in NoAddr mode so params aren't duplicated by Tobin Ehlis · 9 years ago
  7. 0c55f3a mem_tracker: Check for fence before retiring by Courtney Goeltzenleuchter · 9 years ago
  8. b268921 layers: MemTracker error message fixes by Mark Lobodzinski · 9 years ago
  9. 4006664 loader: Only check magic value from Icd on debug builds. by Jon Ashburn · 9 years ago
  10. 4d7ef00 layers: APIDump shouldn't unwrap gpu obj by default. Deleted some dead code. by Tobin Ehlis · 9 years ago
  11. eb77f42 Don't build the GlaveSnapshot layer. by Ian Elliott · 9 years ago
  12. e19c915 Win: Some compilation/link fixes. by Ian Elliott · 9 years ago
  13. 19c2502 loader: Add support for loading layers that support a group by Jon Ashburn · 9 years ago
  14. 120cfbe layers: Add extension Validation so loader will add layers with Validation by Jon Ashburn · 9 years ago
  15. 7b7c5bb layers: Fix for registering a debug callback routine by Tony Barbour · 9 years ago
  16. fc2e38c loader: Add check for invalid enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  17. 3d526cb loader: Fix GetProcAddr to return proper function pointers for app by Jon Ashburn · 9 years ago
  18. 2ff2167 Win: Change xgl->vk/vulkan (towards being able to build on Windows). by Ian Elliott · 9 years ago
  19. 0977abc Change "XGL" to "Vulkan" in header/copyright for auto-gen code. by Ian Elliott · 9 years ago
  20. b870cbb layers: Layers now compiling on rename branch, still need to test but cube is currenting hitting segF by itself by Tobin Ehlis · 9 years ago
  21. 08bf281 loader: Fix disptach table init for non-dispatchable functions by Jon Ashburn · 9 years ago
  22. abc1bc4 layers: Added in fence state validation to MemTracker by Mark Lobodzinski · 9 years ago
  23. a2727c9 layers: Missed rename in xgl_layer_generate.py by Mark Lobodzinski · 9 years ago
  24. 9fd4cc4 vulkan: Add vkGetGlobalExtensionInfo entrypoint by Jon Ashburn · 9 years ago
  25. aa58f67 vulkan: Match white space formating of upstream by Courtney Goeltzenleuchter · 9 years ago
  26. 4b140cb vulkan: Avoid use of reserved underscore-uppercase sequence by Courtney Goeltzenleuchter · 9 years ago
  27. a1835ca vk_platform: Remove unneeded type after rename by Courtney Goeltzenleuchter · 9 years ago
  28. a6d5880 param_checker: Enable and update renamed bits by Courtney Goeltzenleuchter · 9 years ago
  29. 548c4bc vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  30. 502744a vulkan: Naming beautification by Courtney Goeltzenleuchter · 9 years ago
  31. 4d9f465 layers: Remove wrapping of GPU objects by loader and layers by Jon Ashburn · 9 years ago
  32. b67bf3b loader: Don't have GetExtensionSupport as loader special case code by Jon Ashburn · 9 years ago
  33. ecceaad loader: Activate layers at EnumerateGpus instead of CreateDevice by Jon Ashburn · 9 years ago
  34. bacb0f5 loader: refactor layer activation function to handle more general inputs by Jon Ashburn · 9 years ago
  35. 340d666 loader: Store the enabled extensions at CreateInstance by Jon Ashburn · 9 years ago
  36. ee8373f vulkan.h: v75. Add cube-compatible image create bit. Bug 13609 by Mark Lobodzinski · 9 years ago
  37. 38ca49b vulkan.h: Added comments as specified in Bug 13606 by Mark Lobodzinski · 9 years ago
  38. ebc5cb4 layers: ObjTracker -- free each queue's memRefs by Mark Lobodzinski · 9 years ago
  39. f2ccd5a layers: Get ObjectTracker working with memory reference changes by Courtney Goeltzenleuchter · 9 years ago
  40. fb4efc6 vulkan: beautification changes by Courtney Goeltzenleuchter · 9 years ago
  41. 06ebd75 Win: Fix typo and incorrect strlen for finding/loading ICDs. by Ian Elliott · 9 years ago
  42. 22c8f0c tests: layer test can fail more gracefully by Tony Barbour · 9 years ago
  43. 44bb3ab tests: Don't call unbind if we haven't called bind by Tony Barbour · 9 years ago
  44. 256726b glavesnapshot: Follow vulkan.h changes by Courtney Goeltzenleuchter · 9 years ago
  45. 6269878 Fixed Windows compilation/link errors ... by Courtney Goeltzenleuchter · 9 years ago
  46. 95487bc vulkan: API renaming by Courtney Goeltzenleuchter · 9 years ago
  47. cf0bfb1 rename programming guide. by Courtney Goeltzenleuchter · 9 years ago
  48. b0cedb8 rename vkPlatform.h -> vk_platform.h by Courtney Goeltzenleuchter · 9 years ago
  49. ecc6bd0 layers: Migrate remaining malloc/free calls in DrawState to new/delete by Tobin Ehlis · 9 years ago
  50. e78dbd8 layers: Unify APIDump into a single layer with settings to vary behavior by Tobin Ehlis · 9 years ago
  51. 6918cd5 tests: Rename Xgl->Vk all test objects by Tony Barbour · 9 years ago
  52. f77fd65 tests: Initialize framebuffer and renderpass during startup by Tony Barbour · 9 years ago
  53. 0b4d956 tests: Better layer validation testing by Tony Barbour · 9 years ago
  54. f39b3ec xgl.h v70. Fix for vkUpdateDescriptors. Bug 13615 by Courtney Goeltzenleuchter · 9 years ago
  55. dba7998 vk_helper: convert xgl refs to vk/vulkan refs by Courtney Goeltzenleuchter · 9 years ago
  56. e5ae186 layers: remove unused functions from generator by Courtney Goeltzenleuchter · 9 years ago
  57. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago
  58. 7d378ad rename: Clean header to match svn version by Courtney Goeltzenleuchter · 9 years ago
  59. d365eeb tests: rename xglbase to vkbase by Courtney Goeltzenleuchter · 9 years ago
  60. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  61. 64d1a71 Symbolic links while things are moving by Courtney Goeltzenleuchter · 9 years ago
  62. ad5c0a5 param_check: Add Queue[Add|Remove]MemReference by Courtney Goeltzenleuchter · 9 years ago
  63. fd954db intel: Add XGL_PIPE_EVENT_LOCAL_FRAGMENT_PROCESSING_COMPLETE by Tony Barbour · 9 years ago
  64. bd03c35 include: Dbg entrypoints should be protected by XGL_PROTOTYPES by Jon Ashburn · 9 years ago
  65. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  66. 5f3960e layers: Update GetExtensionSupport() to handle queries for layer name by Jon Ashburn · 9 years ago
  67. 499b3ba loader: Merge extensions and layers by Courtney Goeltzenleuchter · 9 years ago
  68. ab5636c layers: Set default debug output to stdout by Courtney Goeltzenleuchter · 9 years ago
  69. 00a939b tests: add missing layer_validation_tests.cpp by Peter Lohrmann · 9 years ago
  70. 09b7ac3 tests: Add QueueCommandBuffer that takes a fence by Tony Barbour · 9 years ago
  71. 300a608 tests: Start on adding layer validation tests by Tony Barbour · 9 years ago
  72. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  73. ed450b0 layers: Incorporated memory reference handling into MemTracker by Mark Lobodzinski · 9 years ago
  74. efdd3cd layers: Fixes to get them building and working with descriptor changes by Mark Lobodzinski · 9 years ago
  75. 2f3f8a2 layers: Updated for explicit fence validation with multiple queues by Courtney Goeltzenleuchter · 9 years ago
  76. 3bc3f6e layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  77. 748eddf layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  78. be4f0cd tests: Add method to set image layout by Courtney Goeltzenleuchter · 9 years ago
  79. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  80. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  81. c951e74 xgl: Remove old GPU maxMemReferencesPerSubmission by Courtney Goeltzenleuchter · 9 years ago
  82. 7a2d497 xgl: Add MaxMemReferences to GPU_QUEUE_PROPS by Courtney Goeltzenleuchter · 9 years ago
  83. e5f0e6c tests: Simplify calling RecordImage by Courtney Goeltzenleuchter · 9 years ago
  84. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  85. 090f0ce layers: Fix multi-line strings. by Jeremy Hayes · 9 years ago
  86. 29c4bd4 layers: Improve xglCreateInstance validation. by Jeremy Hayes · 9 years ago
  87. b1792dd layers: Improve xglCreateRenderPass validation. by Jeremy Hayes · 9 years ago
  88. bf237d7 layers: move APIDump layers to generate_intercept by Mike Stroyan · 9 years ago
  89. 3e3a1eb layers: use class attributes in code generation by Mike Stroyan · 9 years ago
  90. 00087e6 layers: update ObjectTracker code generation by Mike Stroyan · 9 years ago
  91. 938c253 layers: restructure code generation for layers by Mike Stroyan · 9 years ago
  92. a5a25b8 layers: more uniform generated layer callbacks by Mike Stroyan · 9 years ago
  93. 1c8d4d8 layers: drop ParamCheck from generator script by Mike Stroyan · 9 years ago
  94. c4b5821 layers: Improve CreateImage checks. by Jeremy Hayes · 9 years ago
  95. a8b1a8d layers: Remove param checker from auto-gen. by Jeremy Hayes · 9 years ago
  96. badda99 layers: Use brackets for if in previous fix by Tony Barbour · 9 years ago
  97. 9ff52b2 layers: Check for valid pipeline before validating by Tony Barbour · 9 years ago
  98. bca184f include: Add vk_dbg.h for the Dbg extension definitions by Jon Ashburn · 9 years ago
  99. 3a93185 WSI fixes (Jon caught): new disp-obj macro + extend VkObjectType. by Ian Elliott · 9 years ago
  100. 2350cf8 Add WSI header file, for use in the SDK. by Ian Elliott · 9 years ago