Age | Commit message (Collapse) | Author |
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
|
|
|
|
|
|
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.
|
|
Because windows limits the ammount of memory that can be mapped.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That is,
Unfortunately, this causes a regression in softpipe, where the
output gets tyled.
|
|
|
|
|
|
|
|
This not only simplifies the code, but allows to use atexit() to ensure
the log is closed when applications don't exit cleanly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
being traced.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only pipe_screen calls traced, and only linux supported, for now.
|