https://bugs.freedesktop.org/show_bug.cgi?id=29978 --- Comment #1 from Andre Maasikas <amaasikas@xxxxxxxxx> 2010-09-03 08:43:33 PDT --- from testing with piglit glsl-vs-texturematrix2 the likely cause seems that now we use more temp registers in vs than we'v programmed to SQ_GPR_RESOURCE_MGMT. The commit above increased the register usage but we should not hang the card anyway in this case. Don't know how to fix this though, SQ_GPR_RESOURCE_MGMT is hardcoded for now and to fix this correctly we should probably set the values to max we will use in a cs. However there's no infrastructure in driver to change values already (in the beginning) of the cs. Alos I don't know the exact constraints/dependencies for the RESOURCE_MGMT things -- 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