Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-14 | trace: Remove space next to the class attribute of the trace. | José Fonseca | |
2009-06-18 | trace: Use size_t consistently. | José Fonseca | |
2009-04-20 | trace: Add initializer for static variables | Jakob Bornecrantz | |
2009-04-19 | trace: Enable dumping to be turned on and off | Jakob Bornecrantz | |
2009-04-17 | trace: Simplify trace_buffer function | Jakob Bornecrantz | |
2009-04-08 | trace: Make calls dumping threadsafe. | José Fonseca | |
2009-04-08 | trace: Make call no global. | José Fonseca | |
2009-04-08 | trace: Simplify cast wrappers. | José Fonseca | |
2009-03-25 | trace: Number calls. | José Fonseca | |
2009-03-25 | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-03-12 | trace: Add dump util functions for wrapped pointers | Jakob Bornecrantz | |
2009-03-11 | trace: Move buffer functions from winsys to screen | Jakob Bornecrantz | |
2009-03-11 | trace: Remove all whitespace at EOL | Jakob Bornecrantz | |
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin Close | |
BSD supports pipe in the same way as linux hence options which are safe for linux are also safe for BSD. Define PIPE_OS_BSD in include/pipe/p_config.h and adjust the defines to make use of it. Also define MAP_ANONYMOUS for BSD systems which use MAP_ANON Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com> | |||
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2008-09-08 | trace: Request a growable file. | José Fonseca | |
2008-09-08 | trace: Use util's stream. | José Fonseca | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-18 | trace: Use long longs to ensure covering 64bits integers. | José Fonseca | |
2008-08-18 | trace: Get the trace file from the GALLIUM_TRACE option itself. | José Fonseca | |
2008-08-15 | trace: Allow multiple screens. Flush after call. | José Fonseca | |
2008-08-15 | trace: 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-12 | trace: Fix hexadecimal dumping. | José Fonseca | |
2008-08-09 | trace: Allow to dump binary data. | José Fonseca | |
2008-08-07 | trace: Dump format names. | José Fonseca | |
2008-08-07 | trace: Dump state. | José Fonseca | |
2008-08-07 | trace: New pipe driver to trace incoming calls. | José Fonseca | |
Only pipe_screen calls traced, and only linux supported, for now. |