summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_public.h
AgeCommit message (Collapse)Author
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz
Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress.
2010-03-10trace: Make tr_public.h c++ friendly.José Fonseca
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell
Finally we can inject layers for debug, trace and "other" with relative ease between state-tracker and driver.