On 25 August 2014 14:29, Tapani <[email protected]> wrote: > On 08/25/2014 05:14 AM, Dave Airlie wrote: >> >> On 20 August 2014 22:36, Tapani Pälli <[email protected]> wrote: >>> >>> These tests go through the builtins with goal of testing constant >>> expression support for the double type. >> >> The generator creates a bunch of compiler level tests for these already, > > > Is this part of 76cf55c ? I'll read through and get more familiar with it. I > believe there is at least still 'ir_quadop_vector' case that does not get > hit and maybe double matrix initialization from vectors but somehow it seems > to currently go via float route.
Yup I suspect those ones are fine, just the constant ones for built-in fns you should get a bunch of tests generated_tests/spec/arb_gpu_shader_fp64/compiler/builit-in-functions. > > > This is ok for me, I will need some Python lessons though :) > I pretty much wrote the generators as cut-n-paste from the original generators, my python skills are fairly lacking as well! Dave. _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
