Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium,utils: Fix trivial sign compare warnings | Jan Vesely | 2016-05-03 | 1 | -4/+4 |
| | | | | | | | Signed-off-by: Jan Vesely <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Jakob Sinclair <[email protected]> Reviewed-by: Jose Fonseca <[email protected]> | ||||
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -1/+1 |
| | | | | | | | | 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). | ||||
* | gallium: license, copyright | Brian Paul | 2009-04-22 | 1 | -0/+31 |
| | |||||
* | util: Move p_debug.h into util module. | José Fonseca | 2009-02-18 | 1 | -1/+1 |
| | | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | ||||
* | gallium: const-correctness for u_linear.c functions | Brian Paul | 2009-02-11 | 1 | -3/+3 |
| | |||||
* | gallium: silence warnings about void ptr arithmetic | Brian Paul | 2009-02-11 | 1 | -5/+6 |
| | |||||
* | util: Add generic tile and detile functions | Jakob Bornecrantz | 2008-11-24 | 1 | -0/+69 |