aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* gallium/trace: Fix SCons build.Michel Dänzer2009-07-201-0/+1
|
* trace/rbug: Add rbug integration for remote debuggingJakob Bornecrantz2009-06-011-0/+1
|
* trace: Put shaders on a list in the contextJakob Bornecrantz2009-05-161-0/+1
|
* trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz2009-05-161-1/+1
|
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-121-0/+1
|
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-111-2/+1
|
* trace: Use util's stream.José Fonseca2008-09-081-2/+0
|
* trace: Preliminary stream implementation for GDI.José Fonseca2008-08-181-1/+2
|
* trace: Wrap all textures and surface created by the pipe driver.José Fonseca2008-08-151-5/+6
| | | | | | | That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled.
* trace: Trace pipe_winsys calls.José Fonseca2008-08-091-0/+1
|
* trace: New pipe driver to trace incoming calls.José Fonseca2008-08-071-0/+15
Only pipe_screen calls traced, and only linux supported, for now.