graphicsfuzz icon indicating copy to clipboard operation
graphicsfuzz copied to clipboard

gfauto: add support for different framebuffer sizes

Open amakin-siru opened this issue 4 years ago • 3 comments

If a test carries out loads of calculations, it's sometimes necessary to reduce the framebuffer size to prevent timeout occurring. Gfauto should have an option for this.

amakin-siru avatar Nov 04 '20 14:11 amakin-siru

Hi would you please tell me more about this issue.

ghost avatar Nov 06 '20 09:11 ghost

to make Optimal, I think reducing the framebuffer size will be better

prath06 avatar Nov 13 '20 18:11 prath06

I think we will need to add another field to the shader.json file e.g. $framebuffer: {width: 32, height: 32}. We need to update GraphicsFuzz (i.e. the Java code in the graphicsfuzz repo) so that it accepts the field (it could just ignore it, but it must not crash). And then we need to update gfauto to use the values when generating the AmberScript.

ghost and prath06: Apologies, but I don't think this is a good first issue; it is not well-documented, and we don't currently have the resources to mentor contributors outside Google Summer of Code.

paulthomson avatar Jan 27 '22 17:01 paulthomson