OSDN Git Service

mesa: Handle transferOps in texstore_rgba
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 13 Feb 2015 09:23:26 +0000 (10:23 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 16 Feb 2015 09:49:41 +0000 (10:49 +0100)
commit4b249d2eed686384d6d7c36f3232360891d5eeda
tree5285a2f1b5210f682c0cdcc9d0df744ae93774a0
parenta2299bfbbd6ed96ea4b529f90005d0242dbfeac0
mesa: Handle transferOps in texstore_rgba

In the recent rewrite of the format conversion code we did not handle this.
This patch adds the missing support.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89068
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
src/mesa/main/texstore.c