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: add util_resource_is_array_texture() | Chia-I Wu | 2013-06-08 | 1 | -1/+19 |
| | | | | | | | | Checking if array_size is greater than 1 is not enough for single-layered array textures. Signed-off-by: Chia-I Wu <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | util: add new util_resource_size() function in u_resource.[ch] | Brian Paul | 2013-04-03 | 1 | -0/+34 |
Reviewed-by: Jose Fonseca <[email protected]> |