1. 18248e6 xgl: Impossible to expose multi-function queues by Courtney Goeltzenleuchter · 9 years ago
  2. a27101d xgl: Remove unneeded library includes from xgl include folder by Courtney Goeltzenleuchter · 9 years ago
  3. 327c3f5 xgl-generate.py: rewrite LoaderEntrypointsSubcommand by Chia-I Wu · 9 years ago
  4. 5291c76 xgl-generate.py: add and use helpers from loader.h by Chia-I Wu · 9 years ago
  5. 0a6644b xgl-generate.py: add WinDefFileSubcommand by Chia-I Wu · 9 years ago
  6. 76b984a tests: fix environment tear-down without X11 setup by Chia-I Wu · 9 years ago
  7. 88a3a53 Merge branch 'master' of https://github.com/KhronosGroup/GL-Next by Peter Lohrmann · 9 years ago
  8. c60b97d Merge branch 'glave_snapshot_support' by Peter Lohrmann · 9 years ago
  9. 4cf9821 layers: Update layer README.md info with current DrawState and MemTracker status by Tobin Ehlis · 9 years ago
  10. 5093297 layers: Updated for explicit fence validation with multiple queues by Mark Lobodzinski · 9 years ago
  11. 223ca20 layers: Added support for multiple queues by Mark Lobodzinski · 9 years ago
  12. 6434eff layers: Added GetDeviceQueue API, fixed up variable names by Mark Lobodzinski · 9 years ago
  13. a507027 Merge remote-tracking branch 'origin/master' by Piers Daniell · 9 years ago
  14. e80b3c2 loader: Work correctly when there is no reg entry by Piers Daniell · 9 years ago
  15. 2b3ae0f tests: Change rename CreateWindow for Windows by Tony Barbour · 9 years ago
  16. 0dd968a tests: WIN32 assumes no SPIRV for now by Tony Barbour · 9 years ago
  17. 831062d tests: Make sure buffers are added to DescSet by Tony Barbour · 9 years ago
  18. 84d448c tests: Use staging buffer for WritePPM by Tony Barbour · 9 years ago
  19. 3c9a510 tests: Wait to init targetView until needed by Tony Barbour · 9 years ago
  20. 5dc515d tests: Add CopyImage to XglImage and use for textures by Tony Barbour · 9 years ago
  21. bdf0a31 tests: Remove use of designated initializers in cpp by Tony Barbour · 9 years ago
  22. ebc093f tests: Replace texture change colors with initial colors by Tony Barbour · 9 years ago
  23. 579f780 tests: Accomodate optimal tiling images (for nvidia) by Tony Barbour · 9 years ago
  24. a8bea1d tests: Use image format to determine tiling by Tony Barbour · 9 years ago
  25. 2de26bc Fix NULL-pointer dereference if can't find registry entry. by Ian Elliott · 9 years ago
  26. 4a8d891 layers: update codegen to split struct_size_helper into .h and .c files. by Peter Lohrmann · 9 years ago
  27. 6d84923 glaveSnapshot: snapshot now does deep copy of DEVICE_CREATE_INFO struct. by Peter Lohrmann · 9 years ago
  28. 49ea184 xgl_helper: sort dictionaries to make generated output consistent by Peter Lohrmann · 9 years ago
  29. f313c8b layers: Shadow PSO Creation structs directly in PIPELINE_NODE by Tobin Ehlis · 9 years ago
  30. eba312c layers: Add DrawState validation that FB samples matches PSO samples by Tobin Ehlis · 9 years ago
  31. 5aa4ea2 New loader_get_registry_value() function reads 32/64 registry ... by Ian Elliott · 9 years ago
  32. d22e3ff tests: Add layer_test_suite.py by Tobin Ehlis · 9 years ago
  33. 4478740 xgl_helper: sort dictionaries to make generated output consistent by Peter Lohrmann · 9 years ago
  34. aa01d91 glave: move code-gen'ed files. by Peter Lohrmann · 9 years ago
  35. 0506950 glaveSnapshot: Reorganize creation/insertion and deletion of objects by Peter Lohrmann · 9 years ago
  36. 4522141 GlaveSnapshot: Remove ifdef'd code for OBJ_NODES. by Peter Lohrmann · 9 years ago
  37. 623be4e GlaveSnapshot Layer: Objects are now tracked within a GLV_VK_SNAPSHOT structure. by Peter Lohrmann · 9 years ago
  38. db7999b glave: Add ability for replay memory allocations and mapping to be pending by Jon Ashburn · 9 years ago
  39. e6fc4db glave: Consolidate the maped data and gpu memory maps used during replay by Jon Ashburn · 9 years ago
  40. 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
  41. 1676dc0 glave: Track Buffer and Image memory requirements during replay. by Jon Ashburn · 9 years ago
  42. 3904513 layers: Correct xglBindObjectMemory signature in MemTracker message. by Tobin Ehlis · 9 years ago
  43. 976fc16 tests: Cleanup some set objects and memory that were flagged by validation by Tobin Ehlis · 9 years ago
  44. ec9fefb glave: move code-gen'ed files. by Peter Lohrmann · 9 years ago
  45. 506bbda GlaveSnapshot layer: remove code specific to validation by Peter Lohrmann · 9 years ago
  46. 10ae8c1 layers: Migrated DrawState layer to cpp by Tobin Ehlis · 9 years ago
  47. db186c0 layers: Rename synchDS function to validateVBBinding by Tobin Ehlis · 9 years ago
  48. b6ddb46 layers: Convert memtracker to cpp by Mark Lobodzinski · 9 years ago
  49. 1ea1271 GlaveSnapshot layer: Snapshot information is now passed to the message callback. by Peter Lohrmann · 9 years ago
  50. 635a30f glvreplay_xgl: use the GlaveSnapshot layer to print tracked objects. by Peter Lohrmann · 9 years ago
  51. 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
  52. b6b4ce2 GlaveSnapshot Layer: XGL_OBJECT_TYPE_PRESENTABLE_IMABE_MEMORY enum can now be converted to a string. by Peter Lohrmann · 9 years ago
  53. 333d68f GlaveSnapshot Layer: Use correct header file. by Peter Lohrmann · 9 years ago
  54. d67314b GlaveSnapshot Layer: Initial code which is basically a copy of the ObjectTracker layer. by Peter Lohrmann · 9 years ago
  55. c8d1ec5 intel: honor pointOrigin by Chia-I Wu · 9 years ago
  56. 24bf918 Note how to pin xserver-xorg-video-intel by Mike Stroyan · 9 years ago
  57. fcc7a1d BUILD.md: Update Windows instructions for correct registry and python3.3 by Jon Ashburn · 9 years ago
  58. 1a97d6c win: Make build able to find python3 on Windows and Linux by Jon Ashburn · 9 years ago
  59. c0f8e90 tests: Change BIL to SPV in golden image filenames by Cody Northrop · 9 years ago
  60. 3bfd27c SPIR-V: Change BIL to SPV in all source files by Cody Northrop · 9 years ago
  61. 054a470 icd: Rename icd-bil.h to icd-spv.h by Cody Northrop · 9 years ago
  62. c1638cc Fix compilation errors and warnings for latest SPIRV headers. by Steve K · 9 years ago
  63. 19bf487 Revert "misc: Explicitly run python for generated code" by Jon Ashburn · 9 years ago
  64. 045b54f misc: Explicitly run python for generated code by Jon Ashburn · 9 years ago
  65. e61ebe7 layers: Added fence tracking for command buffer completion by Mark Lobodzinski · 9 years ago
  66. 3e4710d layers: Reduce unmeaningful error messages for memtracker by Mark Lobodzinski · 9 years ago
  67. c9dbcd5 layers: MemTracker add check to verify CB complete prior to Reset by Tobin Ehlis · 9 years ago
  68. 0411292 layers: Update DrawState to use generated struct size functions by Tobin Ehlis · 9 years ago
  69. 43c67ad glave: Use generated code to get pAppInfo struct size by Tobin Ehlis · 9 years ago
  70. bd6a916 glave: Update more trace custom code to use generated struct sizing code instead by Tobin Ehlis · 9 years ago
  71. 6035477 glave: Add codgen helper for struct size calculation and use for trace packet creation by Tobin Ehlis · 9 years ago
  72. 14be4f8 glave: Codegen cleanup for tracing code to add/finalize ptrs in packet by Tobin Ehlis · 9 years ago
  73. dedfa07 glave: Simplify codegen for trace packet sizing by Tobin Ehlis · 9 years ago
  74. 5d95a19 glave-generate: Replace asserts with proper error detection and error logging. by Peter Lohrmann · 9 years ago
  75. 5fec47e glave: Fix createRenderpass replay restore of remapped FB by Jon Ashburn · 9 years ago
  76. 78a2197 layers: Improve PresentableImage memory handling in mem/objecttracker by Mark Lobodzinski · 9 years ago
  77. e782671 Win: Fix warnings for parameter of getLayerOptionEnum() by Ian Elliott · 9 years ago
  78. 5de7257 tests: Update framework to initialize clear color to black by Tobin Ehlis · 9 years ago
  79. 5178bd7 Update xgl_helper to handle all of the dynamic arrays by Tobin Ehlis · 9 years ago
  80. e0c24d1 glave: Remove unnecessary dot dump. by Jeremy Hayes · 9 years ago
  81. 4faf607 Win/glvdebug: Update the BUILD.md dependencies. by Ian Elliott · 9 years ago
  82. 6d9e41e Win: Fix compilation errors. by Ian Elliott · 9 years ago
  83. a20bae6 tests: Remove Opengl / Glut dependencies by Tony Barbour · 9 years ago
  84. a53a694 tests: Use buffers format when writing PPM files by Tony Barbour · 9 years ago
  85. 96db882 tests: Use XGL to --show-images instead of OpenGL/Glut by Tony Barbour · 9 years ago
  86. 92400bb tests: Move environment object into sharable file by Tony Barbour · 9 years ago
  87. 90d9320 layers: Fix Windows build issue by Courtney Goeltzenleuchter · 9 years ago
  88. 5a78b7f object-tracker: Do not track GPU object by Courtney Goeltzenleuchter · 9 years ago
  89. b30f3ed layers: allocate enough space for pointer sprintf by Mike Stroyan · 9 years ago
  90. 71c2b15 memTracker: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  91. 925fee9 drawState: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  92. a8aa837 layers: if no settings file or call overrides make callback override loging by Jon Ashburn · 9 years ago
  93. 5c7e7b8 layers: Correctly set last bound PSO in DrawState layer by Tobin Ehlis · 9 years ago
  94. a34353f Win: Cannot use the "dot" functionality yet on Windows. by Ian Elliott · 9 years ago
  95. 93f494b layers: Made mem_tracker thread-safe by Mark Lobodzinski · 9 years ago
  96. 832caa0 Add NOMINMAX and VC_EXTRALEAN to some windows files by Piers Daniell · 9 years ago
  97. 5890a77 Win/glave: Remove new compiler warnings on Windows. by Ian Elliott · 9 years ago
  98. c4e3e0f Win/glave: Compile/link the glvtrace_xgl64.dll library on Windows. by Ian Elliott · 9 years ago
  99. d1597d2 Linux: Must use "__linux__" instead of "PLATFORM_LINUX". by Ian Elliott · 9 years ago
  100. 188f820 Get the trace player to work with Windows by Piers Daniell · 9 years ago