On 13 March 2016 at 19:08, Stefan Dösinger stefandoesinger@gmx.at wrote:
I am not using create_test_context in this test because it would introduce asymetry in how back buffer 0 is created that would make the test more difficult to read in my opinion.
It would probably be worth it, mostly because you also get to use draw_quad() that way. We could also consider making the "backbuffer" and "backbuffer_rtv" members arrays. For the moment it's probably more important that it matches the d3d10core test though.
Signed-off-by: Stefan Dösinger stefandoesinger@gmx.at
If you put the Signed-off-by here, it won't be put in the commit message.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Am 2016-03-14 um 12:41 schrieb Henri Verbeet:
Signed-off-by: Stefan Dösinger stefandoesinger@gmx.at
If you put the Signed-off-by here, it won't be put in the commit message.
I was hoping git send-email -s would do the right thing. Looks like I have to add it manually if I put a scissor line in the patch description...
On 14 March 2016 at 20:23, Stefan Dösinger stefandoesinger@gmail.com wrote:
I was hoping git send-email -s would do the right thing. Looks like I have to add it manually if I put a scissor line in the patch description...
Note that you can also use "git notes" to add notes to commits.