summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_linear.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-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, copyrightBrian Paul2009-04-221-0/+31
|
* util: Move p_debug.h into util module.José Fonseca2009-02-181-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 functionsBrian Paul2009-02-111-3/+3
|
* gallium: silence warnings about void ptr arithmeticBrian Paul2009-02-111-5/+6
|
* util: Add generic tile and detile functionsJakob Bornecrantz2008-11-241-0/+69