- b3c60ca glvdebug: Rearrange Replay code so that it returns to main message loop when paused. by Peter Lohrmann · 10 years ago
- 78c29ba glave: glvdebug: Only search trace packet columns that are not hidden by Jon Ashburn · 10 years ago
- 2572d3b Update README.md by Jens Owen · 10 years ago
- 7d0868d Add Images by JensOwen · 10 years ago
- 0026678 Update README.md by Jens Owen · 10 years ago
- 82e34fe Added images subdirectory to docs by JensOwen · 10 years ago
- c8984db Update README.md by Jens Owen · 10 years ago
- a571298 tests:Fix sampler bug + use total descSet slots in map by Tony Barbour · 10 years ago
- de9cf2e tests:Port indexed test to use new cmdbuffer methods by Tony Barbour · 10 years ago
- 3edb6ac tests:Add CreateDescriptor set that doesn't bind by Tony Barbour · 10 years ago
- 1d7a55d tests:Add cmdbuffer methods to replace GenTriangle call by Tony Barbour · 10 years ago
- 140a59f tests:Index buffer needs method to return index type by Tony Barbour · 10 years ago
- e7f2c7c tests:Add CreatePipeline that doesn't bind cmdbuffer by Tony Barbour · 10 years ago
- d8ff052 Update README.md by Jens Owen · 10 years ago
- 8aa3290 layers: Fix compiler error in generic_layer by Jon Ashburn · 10 years ago
- be8dded layers: Added generated enum_validate_helper.h to check enum values by Tobin Ehlis · 10 years ago
- c54139f layers: Added Dbg Callback support to Generic layer by Tobin Ehlis · 10 years ago
- 0d695d1 glvdebug: API Call Tree now shows draw calls in bold font. by Peter Lohrmann · 10 years ago
- fee8c8c glvdebug: Fix freeing of trace file filename, and conditionally print 'Closing trace file' message by Peter Lohrmann · 10 years ago
- 8833b37 glvdebug: Enable and Disable the 'Export API Calls' menu item as needed. by Peter Lohrmann · 10 years ago
- 6062cc1 glvdebug: Fix seg fault on exit after loading a trace file. by Peter Lohrmann · 10 years ago
- e224839 glave: Add XGL version as trace packet and check version match on replay by Jon Ashburn · 10 years ago
- 3cbb9f5 glave: Add 64/32 bit flag to trace file header by Jon Ashburn · 10 years ago
- 8b92bae glave: update TODO by Peter Lohrmann · 10 years ago
- 1eebf68 glave: Update TODO.md by Peter Lohrmann · 10 years ago
- 9f3613a glvdebug: Rename 'getApiCall' to 'get_packet_string' and simplify parameters. by Peter Lohrmann · 10 years ago
- 1da199d glvdebug: Implement "Export API Calls" and consolidate stringification of packets. by Peter Lohrmann · 10 years ago
- 8db20ea glvdebug: Hide unnecessary columns in API Call Tree; resize column widths. by Peter Lohrmann · 10 years ago
- de11bfc glvdebug: Fix draw call navigation buttons' enabled state. by Peter Lohrmann · 10 years ago
- d51faf0 glvdebug: Enable support for prev and next draw call navigation. by Peter Lohrmann · 10 years ago
- bdd96fe layers: Remove old class for generating APIFileDump by Tobin Ehlis · 10 years ago
- f5e1fc5 glave: Split glave codegen into glave-generate.py by Tobin Ehlis · 10 years ago
- 1eb6d5a glave: Update TODO.md by Peter Lohrmann · 10 years ago
- 5b65413 glvdebug: Implement support for searching the API Call Tree. by Peter Lohrmann · 10 years ago
- 5a28ab9 glvdebug: Hide previous and next snapshot navigation buttons by Peter Lohrmann · 10 years ago
- 807e8b5 glave: Add thread ID to trace packets and display thread ID in debugger by Jon Ashburn · 10 years ago
- 7e6180a glave: Create TODO.md by Peter Lohrmann · 10 years ago
- 1f7e2d7 glave: Add API call parameters with values to UI by Jon Ashburn · 10 years ago
- 8f88035 glave: Hook up the timeline to display trace packet durations. by Peter Lohrmann · 10 years ago
- 7d46c1d glave: Hide the 'Machine Info' and 'Call Stack' tabs from the bottom panel by Peter Lohrmann · 10 years ago
- 308fbce glave: It is no longer possible to enable the default calltree model by Peter Lohrmann · 10 years ago
- cd1a518 glave: merge glvdebug local branch by Peter Lohrmann · 10 years ago
- 23af785 glave: Change to print packetId as API call if no replayer by Jon Ashburn · 10 years ago
- b7a72ed glave: glvtrace_gl_fps now starts messageStream as a client rather than a host. by Peter Lohrmann · 10 years ago
- e813930 glave: Specify the mantle debugger library by Peter Lohrmann · 10 years ago
- 7280622 glave: Avoid NULL pointer access that resulted if there were no packets in a loaded trace file. by Peter Lohrmann · 10 years ago
- b403667 glave: Skip Dbg Callback register/unregister calls on replay. by Tobin Ehlis · 10 years ago
- 0c52e72 glave: Glave replay glvreplay_xgl_replay.cpp file codegen. by Tobin Ehlis · 10 years ago
- 45e6c3e glave: Codegen for glave replay glvreplay_xgl_replay.h file by Tobin Ehlis · 10 years ago
- 78a25a2 Update README.md by Jens Owen · 10 years ago
- 9fc73fc Update README.md by Jens Owen · 10 years ago
- f27b454 Update README.md by Jens Owen · 10 years ago
- 8e25f5f layers: do not override CMAKE_C_FLAGS by Chia-I Wu · 10 years ago
- a837c52 layers: fix -Wpointer-sign warnings by Chia-I Wu · 10 years ago
- 81f4667 layers: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
- df142a3 layers: fix -Wunused-function warnings by Chia-I Wu · 10 years ago
- 84d7f5c layers: fix -Wswitch warnings by Chia-I Wu · 10 years ago
- 266473d layers: DrawState layer can now dump png image of dot graph by Tobin Ehlis · 10 years ago
- 7c66b6b cmake: add -Wall, -Wextra, and others to CMAKE_CXX_FLAGS by Chia-I Wu · 10 years ago
- fa6b350 intel: set -Wno-{unknown-pragmas,ignored-qualifiers} for glass files by Chia-I Wu · 10 years ago
- b7cf445 tests: fix -Wunused-but-set-variable warnings by Chia-I Wu · 10 years ago
- fdb67af intel: fix a -Wunused-value warning by Chia-I Wu · 10 years ago
- 7133fdc intel, tests, glave: fix -Wunused-variable warnings by Chia-I Wu · 10 years ago
- bbdeacc intel, tests: fix -Wswitch warnings by Chia-I Wu · 10 years ago
- b2c2dea intel, tests: fix -Wreorder warnings by Chia-I Wu · 10 years ago
- 6170c9e tests: rewrite blit tests by Chia-I Wu · 10 years ago
- bc7a30c intel: fix bound checking for memory blit ops by Chia-I Wu · 10 years ago
- 17a7db3 Revert "compiler: Turn off uniform loads via sampler for vec4 for now" by Cody Northrop · 10 years ago
- a4966b9 Revert "compiler: Don't use samplers for uniform loads yet" by Cody Northrop · 10 years ago
- 313f01e compiler: Reintroduce top down scheduling by Cody Northrop · 10 years ago
- 5af63a9 glave: Remove unneeded PythonLibs check by Tobin Ehlis · 10 years ago
- 1d49767 misc: Update external source versions by Courtney Goeltzenleuchter · 10 years ago
- 0c9d5c8 glave: Final fix for CMake python dependencies? by Courtney Goeltzenleuchter · 10 years ago
- 4141284 glave: Fix CMake dependencies by Courtney Goeltzenleuchter · 10 years ago
- a893e75 tools: display install info for missing packages by Courtney Goeltzenleuchter · 10 years ago
- b66da03 xgl: note about glave tool in README by Courtney Goeltzenleuchter · 10 years ago
- ec3c2ca glave: Add files missing from last commit by Jon Ashburn · 10 years ago
- 80b797b glave: debugger fill in XGL entrypoint name instead of packetId in UI by Jon Ashburn · 10 years ago
- 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
- 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
- 07e04eb glave: Do not use debug callback during replay by Courtney Goeltzenleuchter · 10 years ago
- 03acbdf glave: Add pReserved parameter to tracing code gen EnumerateLayers by Jon Ashburn · 10 years ago
- e4985cc glvdebug now supports generated trace files! (Tested on Linux) by Peter Lohrmann · 10 years ago
- 7ce310e glave: Just copy pReserved ptr when tracing. by Tobin Ehlis · 10 years ago
- bebece0 glave: Fix trace code gen for xglEnumerateLayers by Jon Ashburn · 10 years ago
- 6e38bc8 glave: Fix README formatting. by Jon Ashburn · 10 years ago
- 5077851 glave: Change Cmake to build binaries underneath main build directory by Jon Ashburn · 10 years ago
- 7175e96 glave: Made Wsi & Dbg structs code-generated. All glave trace files now code-generated. by Tobin Ehlis · 10 years ago
- 8574895 glave: Added codegen for Wsi and Dbg .h & .c source files by Tobin Ehlis · 10 years ago
- 300897f Updating the warning message if reached EOF while reading a trace file that has 0 trace packets by Peter Lohrmann · 10 years ago
- 2f3e3de glave: Fix Cmake dependencies for the code generated xgl_xgl_structs header by Jon Ashburn · 10 years ago
- b7db176 glave: Added codegen for glvtrace_xgl_xgl_structs.h by Tobin Ehlis · 10 years ago
- 5e84850 glave: Update replay to use code-gen version of xgl_enum_string_helper.h by Tobin Ehlis · 10 years ago
- 9a5a23e glave: Codegen of packet_id header by Tobin Ehlis · 10 years ago
- 3981e34 glave: Add looping capability to command line replayer64 by Jon Ashburn · 10 years ago
- ee1f965 glave: Fix replay to not overwrite trace packet with remapped shader by Jon Ashburn · 10 years ago
- 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
- 2483b72 layers: Added codegen for glave glvtrace_xgl_xgl Header and C files by Tobin Ehlis · 10 years ago
- 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
- 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