Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Generated by running: git grep -l INLINE src/gallium/ | xargs sed -i 's/\bINLINE\b/inline/g' git grep -l INLINE src/mesa/state_tracker/ | xargs sed -i 's/\bINLINE\b/inline/g' git checkout src/gallium/state_trackers/clover/Doxyfile and manual edits to src/gallium/include/pipe/p_compiler.h src/gallium/README.portability to remove mentions of the inline define. Signed-off-by: Ilia Mirkin <[email protected]> Acked-by: Marek Olšák <[email protected]> | ||||
* | util: Include missing header in u_linear.h. | Vinson Lee | 2010-09-02 | 1 | -0/+1 |
| | | | | Include p_compiler.h for size_t and boolean symbols. | ||||
* | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 1 | -3/+16 |
| | | | | | | | | 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 |
| | |||||
* | gallium: const-correctness for u_linear.c functions | Brian Paul | 2009-02-11 | 1 | -4/+5 |
| | |||||
* | util: Add generic tile and detile functions | Jakob Bornecrantz | 2008-11-24 | 1 | -0/+60 |