]> git.sesse.net Git - movit/commit
Add support for overriding the output origin.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 16 Sep 2015 22:39:43 +0000 (00:39 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 16 Sep 2015 22:39:43 +0000 (00:39 +0200)
commit419bbfe5e46add3df115882dbf489ccfe080d2f9
treed29dfacb358e12e8dfbbbbb2c9ee776cfdfb636b
parent06ba8d86c019208682d8883dc7187df37b027814
Add support for overriding the output origin.

For me, this was needed when I wanted to render directly into
VA-API's encoder buffers, which are always top-left origin (and FBOs
are always bottom-left origin).
effect_chain.cpp
effect_chain.h
effect_chain_test.cpp
version.h
vs.130.vert
vs.300es.vert
vs.vert