1. b3c60ca glvdebug: Rearrange Replay code so that it returns to main message loop when paused. by Peter Lohrmann · 10 years ago
  2. 78c29ba glave: glvdebug: Only search trace packet columns that are not hidden by Jon Ashburn · 10 years ago
  3. 2572d3b Update README.md by Jens Owen · 10 years ago
  4. 7d0868d Add Images by JensOwen · 10 years ago
  5. 0026678 Update README.md by Jens Owen · 10 years ago
  6. 82e34fe Added images subdirectory to docs by JensOwen · 10 years ago
  7. c8984db Update README.md by Jens Owen · 10 years ago
  8. a571298 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
  9. de9cf2e tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
  10. 3edb6ac tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
  11. 1d7a55d tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
  12. 140a59f tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
  13. e7f2c7c tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
  14. d8ff052 Update README.md by Jens Owen · 10 years ago
  15. 8aa3290 layers: Fix compiler error in generic_layer by Jon Ashburn · 10 years ago
  16. be8dded layers: Added generated enum_validate_helper.h to check enum values by Tobin Ehlis · 10 years ago
  17. c54139f layers: Added Dbg Callback support to Generic layer by Tobin Ehlis · 10 years ago
  18. 0d695d1 glvdebug: API Call Tree now shows draw calls in bold font. by Peter Lohrmann · 10 years ago
  19. fee8c8c glvdebug: Fix freeing of trace file filename, and conditionally print 'Closing trace file' message by Peter Lohrmann · 10 years ago
  20. 8833b37 glvdebug: Enable and Disable the 'Export API Calls' menu item as needed. by Peter Lohrmann · 10 years ago
  21. 6062cc1 glvdebug: Fix seg fault on exit after loading a trace file. by Peter Lohrmann · 10 years ago
  22. e224839 glave: Add XGL version as trace packet and check version match on replay by Jon Ashburn · 10 years ago
  23. 3cbb9f5 glave: Add 64/32 bit flag to trace file header by Jon Ashburn · 10 years ago
  24. 8b92bae glave: update TODO by Peter Lohrmann · 10 years ago
  25. 1eebf68 glave: Update TODO.md by Peter Lohrmann · 10 years ago
  26. 9f3613a glvdebug: Rename 'getApiCall' to 'get_packet_string' and simplify parameters. by Peter Lohrmann · 10 years ago
  27. 1da199d glvdebug: Implement "Export API Calls" and consolidate stringification of packets. by Peter Lohrmann · 10 years ago
  28. 8db20ea glvdebug: Hide unnecessary columns in API Call Tree; resize column widths. by Peter Lohrmann · 10 years ago
  29. de11bfc glvdebug: Fix draw call navigation buttons' enabled state. by Peter Lohrmann · 10 years ago
  30. d51faf0 glvdebug: Enable support for prev and next draw call navigation. by Peter Lohrmann · 10 years ago
  31. bdd96fe layers: Remove old class for generating APIFileDump by Tobin Ehlis · 10 years ago
  32. f5e1fc5 glave: Split glave codegen into glave-generate.py by Tobin Ehlis · 10 years ago
  33. 1eb6d5a glave: Update TODO.md by Peter Lohrmann · 10 years ago
  34. 5b65413 glvdebug: Implement support for searching the API Call Tree. by Peter Lohrmann · 10 years ago
  35. 5a28ab9 glvdebug: Hide previous and next snapshot navigation buttons by Peter Lohrmann · 10 years ago
  36. 807e8b5 glave: Add thread ID to trace packets and display thread ID in debugger by Jon Ashburn · 10 years ago
  37. 7e6180a glave: Create TODO.md by Peter Lohrmann · 10 years ago
  38. 1f7e2d7 glave: Add API call parameters with values to UI by Jon Ashburn · 10 years ago
  39. 8f88035 glave: Hook up the timeline to display trace packet durations. by Peter Lohrmann · 10 years ago
  40. 7d46c1d glave: Hide the 'Machine Info' and 'Call Stack' tabs from the bottom panel by Peter Lohrmann · 10 years ago
  41. 308fbce glave: It is no longer possible to enable the default calltree model by Peter Lohrmann · 10 years ago
  42. cd1a518 glave: merge glvdebug local branch by Peter Lohrmann · 10 years ago
  43. 23af785 glave: Change to print packetId as API call if no replayer by Jon Ashburn · 10 years ago
  44. b7a72ed glave: glvtrace_gl_fps now starts messageStream as a client rather than a host. by Peter Lohrmann · 10 years ago
  45. e813930 glave: Specify the mantle debugger library by Peter Lohrmann · 10 years ago
  46. 7280622 glave: Avoid NULL pointer access that resulted if there were no packets in a loaded trace file. by Peter Lohrmann · 10 years ago
  47. b403667 glave: Skip Dbg Callback register/unregister calls on replay. by Tobin Ehlis · 10 years ago
  48. 0c52e72 glave: Glave replay glvreplay_xgl_replay.cpp file codegen. by Tobin Ehlis · 10 years ago
  49. 45e6c3e glave: Codegen for glave replay glvreplay_xgl_replay.h file by Tobin Ehlis · 10 years ago
  50. 78a25a2 Update README.md by Jens Owen · 10 years ago
  51. 9fc73fc Update README.md by Jens Owen · 10 years ago
  52. f27b454 Update README.md by Jens Owen · 10 years ago
  53. 8e25f5f layers: do not override CMAKE_C_FLAGS by Chia-I Wu · 10 years ago
  54. a837c52 layers: fix -Wpointer-sign warnings by Chia-I Wu · 10 years ago
  55. 81f4667 layers: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  56. df142a3 layers: fix -Wunused-function warnings by Chia-I Wu · 10 years ago
  57. 84d7f5c layers: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  58. 266473d layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago
  59. 7c66b6b cmake: add -Wall, -Wextra, and others to CMAKE_CXX_FLAGS by Chia-I Wu · 10 years ago
  60. fa6b350 intel: set -Wno-{unknown-pragmas,ignored-qualifiers} for glass files by Chia-I Wu · 10 years ago
  61. b7cf445 tests: fix -Wunused-but-set-variable warnings by Chia-I Wu · 10 years ago
  62. fdb67af intel: fix a -Wunused-value warning by Chia-I Wu · 10 years ago
  63. 7133fdc intel, tests, glave: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
  64. bbdeacc intel, tests: fix -Wswitch warnings by Chia-I Wu · 10 years ago
  65. b2c2dea intel, tests: fix -Wreorder warnings by Chia-I Wu · 10 years ago
  66. 6170c9e tests: rewrite blit tests by Chia-I Wu · 10 years ago
  67. bc7a30c intel: fix bound checking for memory blit ops by Chia-I Wu · 10 years ago
  68. 17a7db3 Revert "compiler: Turn off uniform loads via sampler for vec4 for now" by Cody Northrop · 10 years ago
  69. a4966b9 Revert "compiler: Don't use samplers for uniform loads yet" by Cody Northrop · 10 years ago
  70. 313f01e compiler: Reintroduce top down scheduling by Cody Northrop · 10 years ago
  71. 5af63a9 glave: Remove unneeded PythonLibs check by Tobin Ehlis · 10 years ago
  72. 1d49767 misc: Update external source versions by Courtney Goeltzenleuchter · 10 years ago
  73. 0c9d5c8 glave: Final fix for CMake python dependencies? by Courtney Goeltzenleuchter · 10 years ago
  74. 4141284 glave: Fix CMake dependencies by Courtney Goeltzenleuchter · 10 years ago
  75. a893e75 tools: display install info for missing packages by Courtney Goeltzenleuchter · 10 years ago
  76. b66da03 xgl: note about glave tool in README by Courtney Goeltzenleuchter · 10 years ago
  77. ec3c2ca glave: Add files missing from last commit by Jon Ashburn · 10 years ago
  78. 80b797b glave: debugger fill in XGL entrypoint name instead of packetId in UI by Jon Ashburn · 10 years ago
  79. af1d743 When the replay is paused, the API Call Tree now automatically selects the packet index at which the replay was paused. by Peter Lohrmann · 10 years ago
  80. f7933d7 Reorganize the ModelIndex creation in QTraceFileModel to better follow Qt's intended approach. The call to index(..) now creates the ModelIndex and stores a pointer to the data that is associated with that specific index (row + column + parent combination) and the call to data(..) simply interprets that data. This allows for better searching and other advanced functionality that we'll want in the future. by Peter Lohrmann · 10 years ago
  81. 07e04eb glave: Do not use debug callback during replay by Courtney Goeltzenleuchter · 10 years ago
  82. 03acbdf glave: Add pReserved parameter to tracing code gen EnumerateLayers by Jon Ashburn · 10 years ago
  83. e4985cc glvdebug now supports generated trace files! (Tested on Linux) by Peter Lohrmann · 10 years ago
  84. 7ce310e glave: Just copy pReserved ptr when tracing. by Tobin Ehlis · 10 years ago
  85. bebece0 glave: Fix trace code gen for xglEnumerateLayers by Jon Ashburn · 10 years ago
  86. 6e38bc8 glave: Fix README formatting. by Jon Ashburn · 10 years ago
  87. 5077851 glave: Change Cmake to build binaries underneath main build directory by Jon Ashburn · 10 years ago
  88. 7175e96 glave: Made Wsi & Dbg structs code-generated. All glave trace files now code-generated. by Tobin Ehlis · 10 years ago
  89. 8574895 glave: Added codegen for Wsi and Dbg .h & .c source files by Tobin Ehlis · 10 years ago
  90. 300897f Updating the warning message if reached EOF while reading a trace file that has 0 trace packets by Peter Lohrmann · 10 years ago
  91. 2f3e3de glave: Fix Cmake dependencies for the code generated xgl_xgl_structs header by Jon Ashburn · 10 years ago
  92. b7db176 glave: Added codegen for glvtrace_xgl_xgl_structs.h by Tobin Ehlis · 10 years ago
  93. 5e84850 glave: Update replay to use code-gen version of xgl_enum_string_helper.h by Tobin Ehlis · 10 years ago
  94. 9a5a23e glave: Codegen of packet_id header by Tobin Ehlis · 10 years ago
  95. 3981e34 glave: Add looping capability to command line replayer64 by Jon Ashburn · 10 years ago
  96. ee1f965 glave: Fix replay to not overwrite trace packet with remapped shader by Jon Ashburn · 10 years ago
  97. 49bb0d1 The replay in glvdebug can now be paused, continued, and stopped; the current packet index is made available when the replay is paused or stopped. by Peter Lohrmann · 10 years ago
  98. 2483b72 layers: Added codegen for glave glvtrace_xgl_xgl Header and C files by Tobin Ehlis · 10 years ago
  99. f6faae0 Create a new QController so that glvdebug_xgl can connect signals from the main UI to slots that it will react to. by Peter Lohrmann · 10 years ago
  100. 1c62114 glvdebug_xgl now loads the replayers instead of glvdebug. Some controllers may have replay support and others may not, so it's best to keep this functionality API-specific. by Peter Lohrmann · 10 years ago