OSDN Git Service

mesa: add stricter checks for float formats in the texstore memcpy path
authorMarek Olšák <maraeo@gmail.com>
Fri, 22 Apr 2011 17:29:55 +0000 (19:29 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 25 Apr 2011 11:45:05 +0000 (13:45 +0200)
commit9e59ed59c17daeb4e77f9455ac8794307cc1cae2
tree1fb78173548cfd23885862c183a7164151db2557
parent628544421d243e0ca8679c5d245728260d9e010d
mesa: add stricter checks for float formats in the texstore memcpy path

E.g. when the internal format was RGBA16F and the source was RG, it would use
memcpy.
src/mesa/main/texstore.c