Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | 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]> | ||||
* | Nouveau: nv{10,20} set_primitive API fix | Pekka Paalanen | 2008-11-30 | 1 | -1/+1 |
| | | | | | | | Also changes nvgl_primitive() to return zero, i.e. error, on unknown primitive. Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | nouveau: match gallium code reorginisation. | Ben Skeggs | 2008-02-16 | 1 | -0/+196 |
That was... fun.. |