From: Steinar H. Gunderson Date: Mon, 10 Mar 2014 21:09:18 +0000 (+0100) Subject: Handle texture non-bounce a bit better. X-Git-Tag: 1.0~25 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=849e2cd0910a468c1aa7b11cd855c685421781ae;hp=849e2cd0910a468c1aa7b11cd855c685421781ae Handle texture non-bounce a bit better. This allows us to ignore the texture bounce flag when reading from a FlatInput, and also handles better the case where an YCbCrInput is read from multiple times (it's now bounced, which should be better for speed, I think). The main motivation, however, is to be able to control sampler state a bit less hackish in the future. ---