Displaying 1 result from an estimated 1 matches for "pipe_is_referenc".
Did you mean:
pipe_is_referenced
2010 Jun 11
2
nvfx
...glest segfault [2]
I also compared with piglit the old nvfx branch with the new merged one :
114/174 vs 113/174
That looks quite good with 3 new pass, but 4 new fail :
* fbo-copypix
Returncode was -6
* glean pbo
../../../../src/gallium/auxiliary/util/u_inlines.h:77:pipe_reference:
Assertion `pipe_is_referenced(reference)\\\' failed.
* texCombine4: FAIL rgba8, db, z24, s8, win+pmap, id 33
* fp-long-alu
There is just fp-long-alu that is for sure a regression caused by new
master code (some gallium changes). I don't know about the 3 others.
It might be worth to re-test everything on your new br...