Age | Commit message (Collapse) | Author |
|
Avoids warnings on 64bit builds.
Use regular unsigned since that's what gallium expects, but use a
typedef to facilitate possible changes in the future.
|
|
The debug functions depend on several util function for os abstractions, and
these depend on debug functions, so a seperate module is not possible.
|
|
Used mostly to aid debugging memory issues or to clean up resources when
the drivers are long lived.
|
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
|
|
For situations where one has a reserve memory pool, or
a faster/slower pool.
|