Ian Romanick <[email protected]> writes:

> On 12/18/2012 10:50 AM, Eric Anholt wrote:
>> +
>> +    switch (target) {
>> +    case GL_VERTEX_SHADER:
>> +            asprintf(&vs_source, vs_ubo_template, vec4s);
>> +            asprintf(&fs_source, fs_template);
>
> Is asprintf universally available?  I thought we ran into some trouble 
> with that before...  Maybe Vinson will know...

Yeah, I got them to just add the open-coded version of it instead of
rewriting test code.

> piglit_link_simple_program?  Or is that not used because of the link 
> checks below?

Exactly.

Attachment: pgp7ICMzUZ4Pz.pgp
Description: PGP signature

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to