Xmas said:
egore said:
Is it possible to have one card working on SM3.0 code and have the other card thats not capable of SM3.0 working on something else?
Not in a way that is faster than having the SM3.0 card doing all the work alone in the first place.
why shoud he do all the work alone? they both can share a SM2.0 path.
digitalwanderer said:
In fairness to Dogma, he may be trying to imply that it would be impossible to send the SM3.0 stuff to the master card and just have the slave deal with SM2.0 below and such at a driver level.
Me? I have no clue if it's possible or not really at that level, but it seems like it should be possible at the shader compiler/driver level. :|
yes its seems to be posible if you recompile the code on the driver level.
which is going to be dreafully slow.
basicly what in theory you`ll need to do is...
if we talking about PS you`ll send all info to the "master card', when a shader program that can be run under lower shader mode is found you`ll need to identify all the pixels related to it, some how mark them and send them to the secondery card, recompile the shader code to somthing the scondery card can process, resterize the pixels, send them back to the primary card and place them in the final image. now since there is a large overdraw ratio you`ll need to do this alot.
frankly i dont this thing happening, do you?
egore said:
Maybe the slave card in that situation won't do any shading work at all and only assists in AA or z-only pass for stencil shadowing.
AA and stencil shadowing are not stressfull as shader proccessing you wont be gaining much from it.
yes all the things you suggested are posible in some way or another, but you are missing the point.
ITS NOT WORTH IT, managing such things in the driver will not be even clost to be worth the efforts, and i wont jump to far if ill say you`ll get the preformance of software rendering under most cases. its oh so much simpler and better to force the app to utilize paths that both cards can proccess. thats how MVP`s mix`n`match will work.
note to myself: do not make long posts at 6-7am after 36h+ w/o sleep
i can bearly speak my own language atm, ill fix all the grammar and spelling misstakes some other time.
im going to passout on the way to my bed, good night