1. dba7998 vk_helper: convert xgl refs to vk/vulkan refs by Courtney Goeltzenleuchter · 9 years ago
  2. e5ae186 layers: remove unused functions from generator by Courtney Goeltzenleuchter · 9 years ago
  3. f53c3cb renaming: Move many xgl files to vk version by Courtney Goeltzenleuchter · 9 years ago
  4. 7d378ad rename: Clean header to match svn version by Courtney Goeltzenleuchter · 9 years ago
  5. d365eeb tests: rename xglbase to vkbase by Courtney Goeltzenleuchter · 9 years ago
  6. d8e229c Stage 1 of rename by Courtney Goeltzenleuchter · 9 years ago
  7. 64d1a71 Symbolic links while things are moving by Courtney Goeltzenleuchter · 9 years ago
  8. ad5c0a5 param_check: Add Queue[Add|Remove]MemReference by Courtney Goeltzenleuchter · 9 years ago
  9. fd954db intel: Add XGL_PIPE_EVENT_LOCAL_FRAGMENT_PROCESSING_COMPLETE by Tony Barbour · 9 years ago
  10. bd03c35 include: Dbg entrypoints should be protected by XGL_PROTOTYPES by Jon Ashburn · 9 years ago
  11. b317fad misc: Add create_info struct to CreateInstance() by Jon Ashburn · 9 years ago
  12. 5f3960e layers: Update GetExtensionSupport() to handle queries for layer name by Jon Ashburn · 9 years ago
  13. 499b3ba loader: Merge extensions and layers by Courtney Goeltzenleuchter · 9 years ago
  14. ab5636c layers: Set default debug output to stdout by Courtney Goeltzenleuchter · 9 years ago
  15. 00a939b tests: add missing layer_validation_tests.cpp by Peter Lohrmann · 9 years ago
  16. 09b7ac3 tests: Add QueueCommandBuffer that takes a fence by Tony Barbour · 9 years ago
  17. 300a608 tests: Start on adding layer validation tests by Tony Barbour · 9 years ago
  18. 148e158 Updated header file to version 67 (xglResetFences) by Mark Lobodzinski · 9 years ago
  19. ed450b0 layers: Incorporated memory reference handling into MemTracker by Mark Lobodzinski · 9 years ago
  20. efdd3cd layers: Fixes to get them building and working with descriptor changes by Mark Lobodzinski · 9 years ago
  21. 2f3f8a2 layers: Updated for explicit fence validation with multiple queues by Courtney Goeltzenleuchter · 9 years ago
  22. 3bc3f6e layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  23. 748eddf layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  24. be4f0cd tests: Add method to set image layout by Courtney Goeltzenleuchter · 9 years ago
  25. 97b7523 xgl: Enable new mem ref functions by Courtney Goeltzenleuchter · 9 years ago
  26. 2ebabfb xgl: Remove QueueSetGlobalMemReferences by Courtney Goeltzenleuchter · 9 years ago
  27. c951e74 xgl: Remove old GPU maxMemReferencesPerSubmission by Courtney Goeltzenleuchter · 9 years ago
  28. 7a2d497 xgl: Add MaxMemReferences to GPU_QUEUE_PROPS by Courtney Goeltzenleuchter · 9 years ago
  29. e5f0e6c tests: Simplify calling RecordImage by Courtney Goeltzenleuchter · 9 years ago
  30. d3fb955 xgl: Add QueueMemReference functions by Courtney Goeltzenleuchter · 9 years ago
  31. 090f0ce layers: Fix multi-line strings. by Jeremy Hayes · 9 years ago
  32. 29c4bd4 layers: Improve xglCreateInstance validation. by Jeremy Hayes · 9 years ago
  33. b1792dd layers: Improve xglCreateRenderPass validation. by Jeremy Hayes · 9 years ago
  34. bf237d7 layers: move APIDump layers to generate_intercept by Mike Stroyan · 9 years ago
  35. 3e3a1eb layers: use class attributes in code generation by Mike Stroyan · 9 years ago
  36. 00087e6 layers: update ObjectTracker code generation by Mike Stroyan · 9 years ago
  37. 938c253 layers: restructure code generation for layers by Mike Stroyan · 9 years ago
  38. a5a25b8 layers: more uniform generated layer callbacks by Mike Stroyan · 9 years ago
  39. 1c8d4d8 layers: drop ParamCheck from generator script by Mike Stroyan · 9 years ago
  40. c4b5821 layers: Improve CreateImage checks. by Jeremy Hayes · 9 years ago
  41. a8b1a8d layers: Remove param checker from auto-gen. by Jeremy Hayes · 9 years ago
  42. badda99 layers: Use brackets for if in previous fix by Tony Barbour · 9 years ago
  43. 9ff52b2 layers: Check for valid pipeline before validating by Tony Barbour · 9 years ago
  44. bca184f include: Add vk_dbg.h for the Dbg extension definitions by Jon Ashburn · 9 years ago
  45. 3a93185 WSI fixes (Jon caught): new disp-obj macro + extend VkObjectType. by Ian Elliott · 9 years ago
  46. 2350cf8 Add WSI header file, for use in the SDK. by Ian Elliott · 9 years ago
  47. 2112d6b build: enable Glave and all layers but drawState by Jon Ashburn · 9 years ago
  48. 793ad30 layers: DrawState changes to support resource binding updates by Tobin Ehlis · 9 years ago
  49. eeae16b layers: Fixes to get them building and working with descriptor changes by Courtney Goeltzenleuchter · 9 years ago
  50. fca98f2 glave: Rename descriptor region to descriptor pool by Jon Ashburn · 9 years ago
  51. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 9 years ago
  52. 0743e83 binding: update for pImmutableSamplers by Chia-I Wu · 9 years ago
  53. 41126e5 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  54. 47a5d6f binding: remove XGL_DESCRIPTOR_TYPE_RAW_BUFFER* by Chia-I Wu · 9 years ago
  55. fae40bc binding: rename xglClearDescriptorPool() by Chia-I Wu · 9 years ago
  56. b41393e binding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO by Chia-I Wu · 9 years ago
  57. 985ba16 binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  58. 3bf69c7 binding: disable layers and tools by Chia-I Wu · 9 years ago
  59. 72a3d13 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 9 years ago
  60. 59efe7d layers: Migrated DrawState layer to cpp by Tobin Ehlis · 9 years ago
  61. 4ffc1c6 layers: Convert memtracker to cpp by Mark Lobodzinski · 9 years ago
  62. f35a514 tests: Add test for sparse vertex attr capability by Courtney Goeltzenleuchter · 9 years ago
  63. 9ddd310 tests: Correct test names by Courtney Goeltzenleuchter · 9 years ago
  64. fe88043 tests: remove unnecessary shader comments by Courtney Goeltzenleuchter · 9 years ago
  65. 0d62527 xgl: Update interface for sparse vertex attrs by Courtney Goeltzenleuchter · 9 years ago
  66. 1c45ce0 tests: Make depthStencil an object in Render Framework by Tony Barbour · 9 years ago
  67. 044703b tests: Free resources at end of test by Tony Barbour · 9 years ago
  68. 9d9da10 obj_track: Eliminate warning for presentable image by Courtney Goeltzenleuchter · 9 years ago
  69. 1c943a7 mem_tracker: Report PRESENTABLE_IMAGE_MEMORY obj by Courtney Goeltzenleuchter · 9 years ago
  70. ebb9584 xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 9 years ago
  71. 09f84e9 xgl: xglWaitForFences timeout units by Courtney Goeltzenleuchter · 9 years ago
  72. 77268a6 xgl: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  73. 583495b xgl: Remove xglSetFastClearColor / xglSetFastClearDepth by Courtney Goeltzenleuchter · 9 years ago
  74. e2aaad0 FIXUP: Remove PIPELINE_DELTA by Courtney Goeltzenleuchter · 9 years ago
  75. 0d40f15 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 9 years ago
  76. a1c9f7a FIXUP: Add IMAGE_LAYOUT by Courtney Goeltzenleuchter · 9 years ago
  77. 9e433bb xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  78. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  79. 91f9cee xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 9 years ago
  80. 47ed85b xgl: Add IMAGE_LAYOUT_UNDEFINED by Courtney Goeltzenleuchter · 9 years ago
  81. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  82. 3c3987c xgl: Added XGL_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT by Courtney Goeltzenleuchter · 9 years ago
  83. 89299fa xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 9 years ago
  84. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  85. 679bbfa tests: Add default clear colors to render framework by Courtney Goeltzenleuchter · 9 years ago
  86. b4337c1 tests: Use render target vector's count by Courtney Goeltzenleuchter · 9 years ago
  87. a8a5800 FIXUP: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  88. bb51025 loader: Fix Dbg entrypoints with instance param to not loop all instances by Jon Ashburn · 9 years ago
  89. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  90. 9aa3dad xgl: Remove fixed and optimal tess factors by Courtney Goeltzenleuchter · 9 years ago
  91. 60f8204 xgl: specialization constant proposal by Courtney Goeltzenleuchter · 9 years ago
  92. f31c1bd FIXUP: Add glave support for xglCmdClearColor patch by Courtney Goeltzenleuchter · 9 years ago
  93. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  94. 8d095ff loader: Fix prefix used to find layer library. by Courtney Goeltzenleuchter · 9 years ago
  95. bd656b9 xgl: Update primitive topology enum by Courtney Goeltzenleuchter · 9 years ago
  96. 3654d60 xgl: Add missing formats and remove channel mapping by Courtney Goeltzenleuchter · 9 years ago
  97. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  98. a27101d xgl: Remove unneeded library includes from xgl include folder by Courtney Goeltzenleuchter · 9 years ago
  99. 327c3f5 xgl-generate.py: rewrite LoaderEntrypointsSubcommand by Chia-I Wu · 9 years ago
  100. 5291c76 xgl-generate.py: add and use helpers from loader.h by Chia-I Wu · 9 years ago