gallium/util: Move the util_copy/fill_rect into u_surface.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 5 Dec 2012 09:04:21 +0000 (09:04 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 6 Dec 2012 17:12:31 +0000 (17:12 +0000)
commit4da4e8ee2ac337a765afd828880efe5a5a168088
tree8520c12386ccd88c935eb0de60ffda000d31af6f
parentd296326e065ed9685bd27d62a3ba20d8a8996e6f
gallium/util: Move the util_copy/fill_rect into u_surface.

u_rect.h said these should move to a different file, and u_surface seems
a better home.

Leave #include "util/u_surface.h" to avoid having to touch thousand of
files.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_rect.c [deleted file]
src/gallium/auxiliary/util/u_rect.h
src/gallium/auxiliary/util/u_surface.c
src/gallium/auxiliary/util/u_surface.h