1. eeae16b layers: Fixes to get them building and working with descriptor changes by Courtney Goeltzenleuchter · 9 years ago
  2. fca98f2 glave: Rename descriptor region to descriptor pool by Jon Ashburn · 9 years ago
  3. 53f07d7 binding: update for xglCmdBindDescriptorSets() by Chia-I Wu · 9 years ago
  4. 0743e83 binding: update for pImmutableSamplers by Chia-I Wu · 9 years ago
  5. 41126e5 binding: introduce XGL_DESCRIPTOR_SET_LAYOUT_CHAIN by Chia-I Wu · 9 years ago
  6. 47a5d6f binding: remove XGL_DESCRIPTOR_TYPE_RAW_BUFFER* by Chia-I Wu · 9 years ago
  7. fae40bc binding: rename xglClearDescriptorPool() by Chia-I Wu · 9 years ago
  8. b41393e binding: update XGL_DESCRIPTOR_SET_LAYOUT_CREATE_INFO by Chia-I Wu · 9 years ago
  9. 985ba16 binding: rename descriptor region to descriptor pool by Chia-I Wu · 9 years ago
  10. 3bf69c7 binding: disable layers and tools by Chia-I Wu · 9 years ago
  11. 72a3d13 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 9 years ago
  12. 59efe7d layers: Migrated DrawState layer to cpp by Tobin Ehlis · 9 years ago
  13. 4ffc1c6 layers: Convert memtracker to cpp by Mark Lobodzinski · 9 years ago
  14. f35a514 tests: Add test for sparse vertex attr capability by Courtney Goeltzenleuchter · 9 years ago
  15. 9ddd310 tests: Correct test names by Courtney Goeltzenleuchter · 9 years ago
  16. fe88043 tests: remove unnecessary shader comments by Courtney Goeltzenleuchter · 9 years ago
  17. 0d62527 xgl: Update interface for sparse vertex attrs by Courtney Goeltzenleuchter · 9 years ago
  18. 1c45ce0 tests: Make depthStencil an object in Render Framework by Tony Barbour · 9 years ago
  19. 044703b tests: Free resources at end of test by Tony Barbour · 9 years ago
  20. 9d9da10 obj_track: Eliminate warning for presentable image by Courtney Goeltzenleuchter · 9 years ago
  21. 1c943a7 mem_tracker: Report PRESENTABLE_IMAGE_MEMORY obj by Courtney Goeltzenleuchter · 9 years ago
  22. ebb9584 xgl: Rename XGL_QUEUE_SEMAPHORE to XGL_SEMAPHORE by Courtney Goeltzenleuchter · 9 years ago
  23. 09f84e9 xgl: xglWaitForFences timeout units by Courtney Goeltzenleuchter · 9 years ago
  24. 77268a6 xgl: Consistent naming scheme for resources in XGL by Courtney Goeltzenleuchter · 9 years ago
  25. 583495b xgl: Remove xglSetFastClearColor / xglSetFastClearDepth by Courtney Goeltzenleuchter · 9 years ago
  26. e2aaad0 FIXUP: Remove PIPELINE_DELTA by Courtney Goeltzenleuchter · 9 years ago
  27. 0d40f15 xgl: Remove PIPELINE_DELTA. by Courtney Goeltzenleuchter · 9 years ago
  28. a1c9f7a FIXUP: Add IMAGE_LAYOUT by Courtney Goeltzenleuchter · 9 years ago
  29. 9e433bb xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  30. b3efe9b xgl: Add IMAGE_LAYOUT to Cmd*Image* calls by Courtney Goeltzenleuchter · 9 years ago
  31. 91f9cee xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 9 years ago
  32. 47ed85b xgl: Add IMAGE_LAYOUT_UNDEFINED by Courtney Goeltzenleuchter · 9 years ago
  33. 1e8f3be xgl: Add XGL_PIPE_EVENT to CmdResetEvent by Courtney Goeltzenleuchter · 9 years ago
  34. 3c3987c xgl: Added XGL_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT by Courtney Goeltzenleuchter · 9 years ago
  35. 89299fa xgl: Add xglCmdBlitImage entry point by Courtney Goeltzenleuchter · 9 years ago
  36. 69894b7 xgl: Proposal to remove XGL_FRAMEBUFFER by Courtney Goeltzenleuchter · 9 years ago
  37. 679bbfa tests: Add default clear colors to render framework by Courtney Goeltzenleuchter · 9 years ago
  38. b4337c1 tests: Use render target vector's count by Courtney Goeltzenleuchter · 9 years ago
  39. a8a5800 FIXUP: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  40. bb51025 loader: Fix Dbg entrypoints with instance param to not loop all instances by Jon Ashburn · 9 years ago
  41. c80a557 xgl: update xglDbg.h for XGL_INSTANCE by Courtney Goeltzenleuchter · 9 years ago
  42. 9aa3dad xgl: Remove fixed and optimal tess factors by Courtney Goeltzenleuchter · 9 years ago
  43. 60f8204 xgl: specialization constant proposal by Courtney Goeltzenleuchter · 9 years ago
  44. f31c1bd FIXUP: Add glave support for xglCmdClearColor patch by Courtney Goeltzenleuchter · 9 years ago
  45. d462fba xgl: combine xglCmdClearColor* into one function by Courtney Goeltzenleuchter · 9 years ago
  46. 8d095ff loader: Fix prefix used to find layer library. by Courtney Goeltzenleuchter · 9 years ago
  47. bd656b9 xgl: Update primitive topology enum by Courtney Goeltzenleuchter · 9 years ago
  48. 3654d60 xgl: Add missing formats and remove channel mapping by Courtney Goeltzenleuchter · 9 years ago
  49. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  50. a27101d xgl: Remove unneeded library includes from xgl include folder by Courtney Goeltzenleuchter · 9 years ago
  51. 327c3f5 xgl-generate.py: rewrite LoaderEntrypointsSubcommand by Chia-I Wu · 9 years ago
  52. 5291c76 xgl-generate.py: add and use helpers from loader.h by Chia-I Wu · 9 years ago
  53. 0a6644b xgl-generate.py: add WinDefFileSubcommand by Chia-I Wu · 9 years ago
  54. 76b984a tests: fix environment tear-down without X11 setup by Chia-I Wu · 9 years ago
  55. 88a3a53 Merge branch 'master' of https://github.com/KhronosGroup/GL-Next by Peter Lohrmann · 9 years ago
  56. c60b97d Merge branch 'glave_snapshot_support' by Peter Lohrmann · 9 years ago
  57. 4cf9821 layers: Update layer README.md info with current DrawState and MemTracker status by Tobin Ehlis · 9 years ago
  58. 5093297 layers: Updated for explicit fence validation with multiple queues by Mark Lobodzinski · 9 years ago
  59. 223ca20 layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  60. 6434eff layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  61. a507027 Merge remote-tracking branch 'origin/master' by Piers Daniell · 9 years ago
  62. e80b3c2 loader: Work correctly when there is no reg entry by Piers Daniell · 9 years ago
  63. 2b3ae0f tests: Change rename CreateWindow for Windows by Tony Barbour · 9 years ago
  64. 0dd968a tests: WIN32 assumes no SPIRV for now by Tony Barbour · 9 years ago
  65. 831062d tests: Make sure buffers are added to DescSet by Tony Barbour · 9 years ago
  66. 84d448c tests: Use staging buffer for WritePPM by Tony Barbour · 9 years ago
  67. 3c9a510 tests: Wait to init targetView until needed by Tony Barbour · 9 years ago
  68. 5dc515d tests: Add CopyImage to XglImage and use for textures by Tony Barbour · 9 years ago
  69. bdf0a31 tests: Remove use of designated initializers in cpp by Tony Barbour · 9 years ago
  70. ebc093f tests: Replace texture change colors with initial colors by Tony Barbour · 9 years ago
  71. 579f780 tests: Accomodate optimal tiling images (for nvidia) by Tony Barbour · 9 years ago
  72. a8bea1d tests: Use image format to determine tiling by Tony Barbour · 9 years ago
  73. 2de26bc Fix NULL-pointer dereference if can't find registry entry. by Ian Elliott · 9 years ago
  74. 4a8d891 layers: update codegen to split struct_size_helper into .h and .c files. by Peter Lohrmann · 9 years ago
  75. 6d84923 glaveSnapshot: snapshot now does deep copy of DEVICE_CREATE_INFO struct. by Peter Lohrmann · 9 years ago
  76. 49ea184 xgl_helper: sort dictionaries to make generated output consistent by Peter Lohrmann · 9 years ago
  77. f313c8b layers: Shadow PSO Creation structs directly in PIPELINE_NODE by Tobin Ehlis · 9 years ago
  78. eba312c layers: Add DrawState validation that FB samples matches PSO samples by Tobin Ehlis · 9 years ago
  79. 5aa4ea2 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  80. d22e3ff tests: Add layer_test_suite.py by Tobin Ehlis · 9 years ago
  81. 4478740 xgl_helper: sort dictionaries to make generated output consistent by Peter Lohrmann · 9 years ago
  82. aa01d91 glave: move code-gen'ed files. by Peter Lohrmann · 9 years ago
  83. 0506950 glaveSnapshot: Reorganize creation/insertion and deletion of objects by Peter Lohrmann · 9 years ago
  84. 4522141 GlaveSnapshot: Remove ifdef'd code for OBJ_NODES. by Peter Lohrmann · 9 years ago
  85. 623be4e GlaveSnapshot Layer: Objects are now tracked within a GLV_VK_SNAPSHOT structure. by Peter Lohrmann · 9 years ago
  86. db7999b glave: Add ability for replay memory allocations and mapping to be pending by Jon Ashburn · 9 years ago
  87. e6fc4db glave: Consolidate the maped data and gpu memory maps used during replay by Jon Ashburn · 9 years ago
  88. 39a7417 glave: Make the XGL_GPU_MEMORY object mapping use a structure. Needed so can merge the Memory object data and info into the same mapping. by Jon Ashburn · 9 years ago
  89. 1676dc0 glave: Track Buffer and Image memory requirements during replay. by Jon Ashburn · 9 years ago
  90. 3904513 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 9 years ago
  91. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  92. ec9fefb glave: move code-gen'ed files. by Peter Lohrmann · 9 years ago
  93. 506bbda GlaveSnapshot layer: remove code specific to validation by Peter Lohrmann · 9 years ago
  94. 10ae8c1 layers: Migrated DrawState layer to cpp by Tobin Ehlis · 9 years ago
  95. db186c0 layers: Rename synchDS function to validateVBBinding by Tobin Ehlis · 9 years ago
  96. b6ddb46 layers: Convert memtracker to cpp by Mark Lobodzinski · 9 years ago
  97. 1ea1271 GlaveSnapshot layer: Snapshot information is now passed to the message callback. by Peter Lohrmann · 9 years ago
  98. 635a30f glvreplay_xgl: use the GlaveSnapshot layer to print tracked objects. by Peter Lohrmann · 9 years ago
  99. 0582ed3 GlaveSnapshot layer: Rename enums and entrypoints to make them layer specific; add an entrypoint to print the object lists. by Peter Lohrmann · 9 years ago
  100. b6b4ce2 GlaveSnapshot Layer: XGL_OBJECT_TYPE_PRESENTABLE_IMABE_MEMORY enum can now be converted to a string. by Peter Lohrmann · 9 years ago