1. d4e020a icd: Rename icd-bil.h to icd-spv.h by Cody Northrop · 9 years ago
  2. d21028c fix cube demo for .spv filenames by Steve K · 9 years ago
  3. cd2c301 Fix compilation errors and warnings for latest SPIRV headers. by Steve K · 9 years ago
  4. aa4b16e compiler: Turn off decomposition of clamp for now by Cody Northrop · 9 years ago
  5. 2f1103f Revert "misc: Explicitly run python for generated code" by Jon Ashburn · 9 years ago
  6. 10e987d misc: Explicitly run python for generated code by Jon Ashburn · 9 years ago
  7. 4aad364 layers: Added fence tracking for command buffer completion by Mark Lobodzinski · 9 years ago
  8. 1c114f8 layers: Reduce unmeaningful error messages for memtracker by Mark Lobodzinski · 9 years ago
  9. 77b3abb layers: MemTracker add check to verify CB complete prior to Reset by Tobin Ehlis · 9 years ago
  10. ec69d71 glave: Fix build to correctly generate xgl_enum_string_helper.h dependency by Tobin Ehlis · 9 years ago
  11. 91b2b64 layers: Update DrawState to use generated struct size functions by Tobin Ehlis · 9 years ago
  12. 284cf2d glave: Use generated code to get pAppInfo struct size by Tobin Ehlis · 9 years ago
  13. f57562c glave: Update more trace custom code to use generated struct sizing code instead by Tobin Ehlis · 9 years ago
  14. ff765b0 glave: Add codgen helper for struct size calculation and use for trace packet creation by Tobin Ehlis · 9 years ago
  15. d1eb90c intel: update layout code from ilo by Chia-I Wu · 9 years ago
  16. 3d0f59c intel: call intel_bo_set_tiling() on presentable images by Chia-I Wu · 9 years ago
  17. 1d3dd2b glave: Codegen cleanup for tracing code to add/finalize ptrs in packet by Tobin Ehlis · 9 years ago
  18. 81b1b3d glave: Simplify codegen for trace packet sizing by Tobin Ehlis · 9 years ago
  19. bd86128 glvdebug_xgl: Pass updated settings to the replay worker. This allows us to add and remove enabled layers without having to re-open the trace file. by Peter Lohrmann · 9 years ago
  20. 7810957 glave-generate: Replace asserts with proper error detection and error logging. by Peter Lohrmann · 9 years ago
  21. 6b0e085 glvdebug: Move trace file loading to a separate thread. by Peter Lohrmann · 9 years ago
  22. a5b8618 glvdebug: Enable 'Stop' button while replayer is paused. by Peter Lohrmann · 9 years ago
  23. e974e2d glvdebug: additional error protection around invalid packets. * This can occur if using a trace file based on an older API header version if new entrypoints have been added to the latest API header. by Peter Lohrmann · 9 years ago
  24. fc5c85c glave: Fix createRenderpass replay restore of remapped FB by Jon Ashburn · 9 years ago
  25. 0b03c3f Win/glvdebug: Remove assert for lack of dot on Windows. by Ian Elliott · 9 years ago
  26. 65c65a5 Win/C11: Use _align_malloc() on Windows, align_alloc() elsewhere. by Ian Elliott · 9 years ago
  27. 2a4ffdd Win/Glave: Update Glave's README.md file. by Ian Elliott · 9 years ago
  28. acb9368 layers: Improve PresentableImage memory handling in mem/objecttracker by Mark Lobodzinski · 9 years ago
  29. 335d1c8 Win: Fix compiler warning--explicitly use a float when needed. by Ian Elliott · 9 years ago
  30. 7d0b5d2 Win: Fix warnings for parameter of getLayerOptionEnum() by Ian Elliott · 9 years ago
  31. 323a487 Win: Fix a compiler warning in "icd/common" by Ian Elliott · 9 years ago
  32. 9b2fb87 tests: Update framework to initialize clear color to black by Tobin Ehlis · 9 years ago
  33. 91cc24a Update xgl_helper to handle all of the dynamic arrays by Tobin Ehlis · 9 years ago
  34. da62b7a Win/glvdebug: The glvdebug_xgl library depends on Qt5Svgd.dll by Ian Elliott · 9 years ago
  35. 2cd1e07 intel: add support for xglPinSystemMemory() by Chia-I Wu · 9 years ago
  36. cb2dc0d intel: update kmd by Chia-I Wu · 9 years ago
  37. 7232768 glave: Remove unnecessary dot dump. by Jeremy Hayes · 9 years ago
  38. 40fb02f Win/glvdebug: Update the BUILD.md dependencies. by Ian Elliott · 9 years ago
  39. 7c85356 intel: emit 3DSTATE_PUSH_CONSTANT_ALLOC_x in intel_cmd_begin() by Chia-I Wu · 9 years ago
  40. bbc7d91 intel: emit FB-dependent states conditionally by Chia-I Wu · 9 years ago
  41. 8ada424 intel: determine 3DSTATE_MULTISAMPLE from intel_fb by Chia-I Wu · 9 years ago
  42. 38d1ddf intel: add intel_pipeline_init_default_sample_patterns() by Chia-I Wu · 9 years ago
  43. 97aa4de intel: update genhw headers by Chia-I Wu · 9 years ago
  44. f81ca1d Win/glvdebug: Use a "\\" instead of "/" for Windows path separator. by Ian Elliott · 9 years ago
  45. ef1c074 nulldrv: build it on Linux by Chia-I Wu · 9 years ago
  46. b5ed9e6 nulldrv: fix gcc errors/warnings by Chia-I Wu · 9 years ago
  47. d8f2e72 icd: remove stale function declarations by Chia-I Wu · 9 years ago
  48. 9c98b88 icd: remove unused icd-alloc.[ch] by Chia-I Wu · 9 years ago
  49. 493a175 nulldrv: remove icd-alloc.h dependency by Chia-I Wu · 9 years ago
  50. f13ed3c intel: use intel_alloc()/intel_free() everywhere by Chia-I Wu · 9 years ago
  51. f9c81ef intel: use intel_alloc()/intel_free() when possible by Chia-I Wu · 9 years ago
  52. 032a2e3 intel: add intel_{alloc,free,logv,log}() by Chia-I Wu · 10 years ago
  53. 15517d8 icd: add support for per-instance DRM enumeration by Chia-I Wu · 9 years ago
  54. 96a41bc intel: make intel_instance own an icd_instance by Chia-I Wu · 9 years ago
  55. 15d8677 icd: add generic icd_instance by Chia-I Wu · 9 years ago
  56. 545c2e1 intel: make intel_base_create() take a intel_handle by Chia-I Wu · 9 years ago
  57. c9473d9 Win: Fix compilation errors. by Ian Elliott · 9 years ago
  58. e8f35d3 Win/glvdebug: Need libGLESv2d.dll and libEGLd.dll to work on Window. by Ian Elliott · 9 years ago
  59. 3c43b7d Win/glvdebug: Eliminate dead code. by Ian Elliott · 9 years ago
  60. 222c688 Win/glvdebug: Changes needed to compile glvdebug on Windows. by Ian Elliott · 9 years ago
  61. c3cac77 Win: Require CMake 3.0+, and look for Qt 5.3 in default location. by Ian Elliott · 9 years ago
  62. 43d67f8 tests: Remove Opengl / Glut dependencies by Tony Barbour · 9 years ago
  63. e266867 tests: Use buffers format when writing PPM files by Tony Barbour · 9 years ago
  64. ef20d32 tests: Use XGL to --show-images instead of OpenGL/Glut by Tony Barbour · 9 years ago
  65. 34888cf tests: Move environment object into sharable file by Tony Barbour · 9 years ago
  66. 9e3aafa layers: Fix Windows build issue by Courtney Goeltzenleuchter · 9 years ago
  67. d3ebab4 object-tracker: Do not track GPU object by Courtney Goeltzenleuchter · 9 years ago
  68. 491c23a layers: allocate enough space for pointer sprintf by Mike Stroyan · 9 years ago
  69. dc89996 memTracker: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  70. a7d60c1 drawState: Use local GetProcAddr rather than auto generated one by Jon Ashburn · 9 years ago
  71. e472239 layers: if no settings file or call overrides make callback override loging by Jon Ashburn · 9 years ago
  72. df6ebfa layers: Correctly set last bound PSO in DrawState layer by Tobin Ehlis · 9 years ago
  73. cb5db35 glave: Fix from Peter to step by packet index by Tobin Ehlis · 9 years ago
  74. fe84d3f glave: Fix svg resize behavior. by Jeremy Hayes · 9 years ago
  75. 9080f85 Win: Cannot use the "dot" functionality yet on Windows. by Ian Elliott · 9 years ago
  76. 0c0d6a0 layers: Made mem_tracker thread-safe by Mark Lobodzinski · 9 years ago
  77. 29321dd Fix "xcb_nvidia.c" for use of the nulldrv. by Ian Elliott · 9 years ago
  78. 47e3111 Turn on ability to trace on Windows with NVIDIA driver. by Ian Elliott · 9 years ago
  79. d035699 Add NOMINMAX and VC_EXTRALEAN to some windows files by Piers Daniell · 9 years ago
  80. 90a465f Improve compatibility of XCB_nvidia and Source2 by Piers Daniell · 9 years ago
  81. ce0db6a Win/xcb_nvidia: Remove compiler warnings with xcb_nvidia. by Ian Elliott · 9 years ago
  82. bc9ca5f Win/glave: Remove new compiler warnings on Windows. by Ian Elliott · 9 years ago
  83. e5a22a7 Win/glave: Compile/link the glvtrace_xgl64.dll library on Windows. by Ian Elliott · 9 years ago
  84. e977a6c Linux: Must use "__linux__" instead of "PLATFORM_LINUX". by Ian Elliott · 9 years ago
  85. b34547d xcb_nvidia: Hack in ability to use registry instead of getenv(). by Ian Elliott · 9 years ago
  86. 8e8fba6 demos/cube: use a single layout by Chia-I Wu · 9 years ago
  87. e2bca48 Get the trace player to work with Windows by Piers Daniell · 9 years ago
  88. f04dcf7 xcb: Deal with case of getenv() returning NULL. by Ian Elliott · 9 years ago
  89. f93069f Modify xcb_nvidia/nulldrv to also support nulldrv. by Ian Elliott · 9 years ago
  90. 886be47 Update tri and cube with stage by Piers Daniell · 9 years ago
  91. b99b4d7 Revert "misc: Add xglRecordMemoryRange entrypoint and use it in Glave" by Jon Ashburn · 9 years ago
  92. 84a7eee layers: Update last global DS in DrawState when UpdateDescriptors is called by Tobin Ehlis · 9 years ago
  93. 1dae99a layers: DrawState Cmd Buffer tracking improvements by Tobin Ehlis · 9 years ago
  94. fea3e5f misc: Add xglRecordMemoryRange entrypoint and use it in Glave by Jon Ashburn · 9 years ago
  95. 10dee5e glvdebug: Disable the timeline when replay is in progress. by Peter Lohrmann · 9 years ago
  96. 3fa0fc1 glvdebug_xgl: Draw State Diagram and Command Buffer Diagram are now only added or enabled if the associated SVG diagram has been generated. by Peter Lohrmann · 9 years ago
  97. c9e723b glvdebug: Add method for qcontroller to enable/disable state viewer tabs. by Peter Lohrmann · 9 years ago
  98. daa0497 glvdebug_xgl: Improve performance of appling settings while a ProxyModel is being used. by Peter Lohrmann · 9 years ago
  99. 53e8924 glave: Set layer extension func pointers to NULL when the device is destroyed. by Peter Lohrmann · 9 years ago
  100. 224e138 layers: Issue endl at end of output by Courtney Goeltzenleuchter · 9 years ago