mesa/texstore: Add a generic rgba integer texture upload path
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 17 Jul 2014 05:18:53 +0000 (22:18 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Aug 2014 17:56:17 +0000 (10:56 -0700)
commitfc2b2d337ea52f9de7bfbc8c8975c9000efb9f43
tree16589ce234f5337389c4250f395b0ac95c1ab7f4
parentd267b75715e7b98e4af617ef4635e55c6176d2b3
mesa/texstore: Add a generic rgba integer texture upload path

Again, we delete a lot of functions that aren't really doing anything
interesting anymore.

v2: Comment the texstore_rgba_integer function

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texstore.c