Age | Commit message (Collapse) | Author |
|
The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
|
|
Conflicts:
src/gallium/auxiliary/rtasm/rtasm_execmem.c
src/mesa/shader/slang/slang_emit.c
src/mesa/shader/slang/slang_log.c
src/mesa/state_tracker/st_atom_framebuffer.c
|
|
|
|
functions in mesa/main/mm.c
|
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
Using the u_ prefix to distingish the c source files that support gallium
interfaces and those that have really no relation with gallium itself.
|