summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/include/svga_overlay.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-02svga: update the svga3d device header filesBrian Paul1-12/+12
Remove some obsolete svga_dump.c code for items which no longer exist. Signed-off-by: Brian Paul <brianp@vmware.com>
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-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 <imirkin@alum.mit.edu> Acked-by: Marek Olšák <marek.olsak@amd.com>
2014-02-14svga: split / update svga3d header filesBrian Paul1-6/+4
The old svga3d_reg.h file is split into separate header files and we add new items for guest-backed surfaces. Plus some minor code fixes because of renamed symbols. Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Cc: "10.1" <mesa-stable@lists.freedesktop.org>
2009-12-01svga: Add header files for overlay supportJakob Bornecrantz1-0/+201