summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_linear.h
AgeCommit message (Collapse)Author
2010-09-02util: Include missing header in u_linear.h.Vinson Lee
Include p_compiler.h for size_t and boolean symbols.
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland 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-22gallium: license, copyrightBrian Paul
2009-02-11gallium: const-correctness for u_linear.c functionsBrian Paul
2008-11-24util: Add generic tile and detile functionsJakob Bornecrantz