| Age | Commit message (Collapse) | Author | 
|---|
|  | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | 
|  | 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> | 
|  | The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible. | 
|  | Was 32, now 5.  The param is expressed as a power of two exponent.
The net effect is that the alignment was a no-op on X86 but on PPC we
always got the same memory address everytime rtasm_exec_malloc() was called. | 
|  | functions in mesa/main/mm.c | 
|  |  | 
|  | In p_thread.h replace _glthread_* functions with new pipe_* functions.
Remove other old cruft. | 
|  | 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. | 
|  |  |