mesa/texstore: Add a generic float/normalized rgba texture upload path
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 15 Jul 2014 18:02:43 +0000 (11:02 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Aug 2014 17:56:17 +0000 (10:56 -0700)
commitd267b75715e7b98e4af617ef4635e55c6176d2b3
treed435ab30bc0d762a95476d0120c6fb8508025016
parent3dbf5bf6571e0c9d3e4febce01dea82be190d9d2
mesa/texstore: Add a generic float/normalized rgba texture upload path

This commit also removes a bunch of functions which aren't doing anything
more interesting than the general path does.

v2: Better comment the texstore_via_float function

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