summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_screen.c
AgeCommit message (Collapse)Author
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled.
2008-08-15trace: Trace surface contents.José Fonseca
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-12trace: Trace winsys/screen/context creation.José Fonseca
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07trace: New pipe driver to trace incoming calls.José Fonseca
Only pipe_screen calls traced, and only linux supported, for now.