https://bugs.freedesktop.org/show_bug.cgi?id=45921 --- Comment #2 from Pavel Ondračka <pavel.ondracka@xxxxxxxx> 2012-02-11 03:59:26 UTC --- (In reply to comment #1) > I am sure the commit in question is not the cause. I prematurely added the code for the new ioctl and disabled it later on, because my kernel code the commit > was supposed to interact with wasn't accepted. > > The problem when bisecting is that now it tries to call a non-existing ioctl if the DRM minor version is >=12, which makes some tests fail. Could you please > check dmesg to see if that's the case? There should be some error messages from DRM. None of the tests produce any output in dmesg. > > I think that some of those piglit failures are caused by the glsl-to-tgsi translator. You can disable glsl-to-tgsi by commenting out: > > functions->LinkShader = st_link_shader; > > at the end of src/mesa/state_tracker/st_cb_program.c. >From all the mentioned tests only glsl-fs-discard-02 pass when I disable glsl-to-tgsi. BTW in which commit was the new ioctl disabled? I mean, I can understand that if I don't have kernel with support for the new ioctl it breaks the tests, however if the ioctl was disabled later shouldn't be current git working unless another regression happened? > Anyway, sorry, I won't probably help you with this bug anytime soon. Well, I don't care much for piglit, I just want to make sure r300g don't get too rusty now when the development has moved to new drivers. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel