mesa: remove per-format memcpy codepaths from texstore functions
authorMarek Olšák <maraeo@gmail.com>
Mon, 28 Jan 2013 20:47:47 +0000 (21:47 +0100)
committerMarek Olšák <maraeo@gmail.com>
Mon, 11 Feb 2013 18:43:01 +0000 (19:43 +0100)
commitdcdffaaf43fbca6e6a2e9418c8eeddb70a001d3d
tree6bca90831d001d226e5a02960a118938eca8157c
parent4bf27ed7ed4952bcb09d1bcde16fb9bc6a58bc4d
mesa: remove per-format memcpy codepaths from texstore functions

It's obsoleted by the common function _mesa_texstore_memcpy.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texstore.c