Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | |
This patch removes nblocksx, nblocksy arrays from pipe_texture (can be recalculated if needed). Furthermore, pipe_format_block struct is gone completely (again, contains just derived state). nblocksx, nblocksy, block are also removed from pipe_transfer, together with the format enum (can be obtained from the texture associated with the transfer). | |||
2009-04-22 | gallium: license, copyright | Brian Paul | |
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. | |||
2009-02-11 | gallium: const-correctness for u_linear.c functions | Brian Paul | |
2009-02-11 | gallium: silence warnings about void ptr arithmetic | Brian Paul | |
2008-11-24 | util: Add generic tile and detile functions | Jakob Bornecrantz | |