i965: Split intel_upload code out into a separate file.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 1 Aug 2013 23:14:17 +0000 (16:14 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 17 Aug 2013 02:00:49 +0000 (19:00 -0700)
commit96a0fe7e4d121f6d879c010660f936f42e3413dc
treed02e012758a2629c62366b6798adcef906ed7d1f
parent76c2533470ec805fdb45592c72becd632d8bf6d4
i965: Split intel_upload code out into a separate file.

This code upload performs batched uploads via a BO.  By moving it out to
a separate file, intel_buffer_objects.c only provides the core buffer
object functionality.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/intel_buffer_objects.c
src/mesa/drivers/dri/i965/intel_upload.c [new file with mode: 0644]