summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/svga/drm/pb_buffer_simple_fenced.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-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 <imirkin@alum.mit.edu> Acked-by: Marek Olšák <marek.olsak@amd.com>
2015-05-08util: Move gallium's linked list to utilJason Ekstrand1-1/+1
The linked list in gallium is pretty much the kernel list and we would like to have a C-based linked list for all of mesa. Let's not duplicate and just steal the gallium one. Acked-by: Connor Abbott <cwabbott0@gmail.com> Reviewed-by: Rob Clark <robclark@freedesktop.org>
2015-04-27Fix a few typosZoë Blade1-2/+2
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
2014-02-14svga/winsys: implement GBS supportBrian Paul1-0/+844
This is a squash commit of many commits by Thomas Hellstrom. Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Cc: "10.1" <mesa-stable@lists.freedesktop.org>