[intel] Move some pixel path support from drivers to shared.
authorEric Anholt <eric@anholt.net>
Thu, 20 Dec 2007 19:44:40 +0000 (11:44 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 21 Dec 2007 19:41:46 +0000 (11:41 -0800)
commit9e68e191ac9d32f2f93e840a66127e724b442756
tree9fb1acfc7be8206e91b5e75115bd1ad1516f8162
parentf8830a1bf788909a18b6089eb159a38c19bf48d6
[intel] Move some pixel path support from drivers to shared.
src/mesa/drivers/dri/i915/intel_pixel.c [changed from file to symlink]
src/mesa/drivers/dri/i915/intel_pixel.h [deleted file]
src/mesa/drivers/dri/i915/intel_pixel_copy.c [changed from file to symlink]
src/mesa/drivers/dri/i915/intel_pixel_draw.c [changed from file to symlink]
src/mesa/drivers/dri/i965/intel_pixel_bitmap.c [changed from file to symlink]
src/mesa/drivers/dri/intel/intel_pixel.c [new file with mode: 0644]
src/mesa/drivers/dri/intel/intel_pixel.h [new file with mode: 0644]
src/mesa/drivers/dri/intel/intel_pixel_bitmap.c [new file with mode: 0644]
src/mesa/drivers/dri/intel/intel_pixel_copy.c [new file with mode: 0644]
src/mesa/drivers/dri/intel/intel_pixel_draw.c [new file with mode: 0644]