summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_winsys.h
AgeCommit message (Collapse)Author
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca
It often happens that new data is written directly to the user buffers without mapping/unmapping. This hack marks user buffers and dumps them before passing them to pipe context.
2008-08-15trace: Make stream a global variable.José Fonseca
This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly.
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca
2008-08-09trace: Dump writes to pipe_buffers.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca