Ideally valgrind output for both should be identical -- no leaks :) Are you asking about valgrind-mmt perhaps? The nouveau driver's GL implementation is going to be rather different from NVIDIA's in many many respects, both at the micro level (e.g. order of state being emitted and when that's done), to the entire approach to e.g. fbo flipping and lots of other things.
On Fri, Apr 24, 2015 at 10:12 AM, Daniel Melo Jorge da Cunha <[email protected]> wrote: > Hi, just a question. > > If I had two systems, one with nouveau and the other with nvidia. And then I > valgrind > glxgears, for example. > > Would valgrind's output: 1- be the same in both systems? 2- be as much close > as > possible in both systems (the differences being due to implementations in > the > proprietary driver which are not implemented in nouveau) ? 3- or would it be > entirely > different in both systems? > > Thanks in advance for any help.. > > _______________________________________________ > Nouveau mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/nouveau > _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
