aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/tr_public.h
Commit message (Collapse)AuthorAgeFilesLines
* trace: Add missing p_compiler.h include.Jose Fonseca2015-06-121-0/+2
| | | | | | For boolean. Trivial.
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-121-0/+3
| | | | | | 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.
* trace: Make tr_public.h c++ friendly.José Fonseca2010-03-101-9/+17
|
* targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2010-03-091-0/+37
Finally we can inject layers for debug, trace and "other" with relative ease between state-tracker and driver.