piglit 91cb2b2b207fea75f0f9b3f9fbeba6b1a7517f0e seems to have unintentionally triggered failures in the init-by-rendering test: /tmp/build_root/m64/lib/piglit/bin/getteximage-formats init-by-rendering -auto -fbo Standard Error Unknown test set: init-by-rendering Based on the commit message, it looks to me like this was accidental: --------------------------- 91cb2b2b207fea75f0f9b3f9fbeba6b1a7517f0e Author: Brian Paul <brianp@vmware.com> getteximage-formats: pass argc, not 1, to fbo_formats_init() call Now we can specify the format group on the command line and have it actually work. ---------------------------
Hmm, the way fbo_formats_init() is written, it's impossible to pass both a pixel format set name (like "GL_EXT_texture_sRGB") and a test option (like "init-by-rendering") in getteximage-formats. I'll have to do some refactoring in fbo-formats.h I'll post a patch soon.
Fixed with commit 99439d36c0ba90d039335659164ac8d89618f440
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.