summaryrefslogtreecommitdiffstats
path: root/src/gallium/README.portability
Commit message (Collapse)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+0
| | | | | | | | | | | | | | | | 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 <imirkin@alum.mit.edu> Acked-by: Marek Olšák <marek.olsak@amd.com>
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+2
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* gallium: Fix typo.José Fonseca2008-05-191-1/+1
|
* Add Brian's explanation for inheritance in C.José Fonseca2008-05-011-0/+65
|
* Some notes about debuggingJosé Fonseca2008-03-101-1/+2
|
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+43
This is in a separate commit to ensure renames are properly preserved.