Skip to content

gen_builtin_packing_tests: Only fill a 10x10 window.

Emma Anholt requested to merge anholt/piglit:packing-size into master

Since we're doing a fill of the screen, on operations on uniform data, there's no need to go filling 250x250 pixels for each test vector. Drops runtime on softpipe of fs-packHalf2x16 from 1:23 to 0.4 seconds.

Merge request reports