Stefan Dösinger wrote:
Ok.... I have a machine at home that I think has a GeForce card in it or a Radeon (I cant remember) that I will run on. Would it be better to write the test code or find something like 3D mark or the like?
Look at dlls/d3d9/tests/*.c for how the Wine tests work
Ok looking at the d3d9 directory I found visual.c which has quite a few calls to the set render state.. So would I go through and make sure that all of the calls which I added in the type checking are in the test?
What about failure tests to make sure the function is working right esp on windows?
Sorry for the questions but I am not finding anything out there on writing the wine test cases =)
chris