Matt Arsenault <arse...@gmail.com> writes:

> On Jun 21, 2014, at 9:37 AM, Francisco Jerez <curroje...@riseup.net> wrote:
>
>> Tom Stellard <thomas.stell...@amd.com> writes:
>>>[...]
>>>    case CL_DEVICE_EXTENSIONS:
>>> -      buf.as_string() = "";
>>> +      // The trailing space is intentional. It is a spec-ism that there is 
>>> a
>>> +      // trailing space at the end of the list of extensions.
>> 
>> Hm...  Really?  Where does the spec say that?
>> 
>
> I’m not really sure. I remember reporting a bug before about a trailing space 
> in these outputs, and got the response that it is required by the spec, but 
> never really finding where. I know it’s required for the versions (which also 
> currently fails the conformance test with “A space must appear after the 
> minor version! (returned: OpenCL C 1.1)”
>

That's because of the space-separated vendor-specific information that
CL_DEVICE_VERSION is supposed to include after the minor version, it
doesn't mean that the version string should necessarily be
space-terminated.

I don't think that the trailing space is required in the extension
string, let's get rid of it unless you can find evidence from the spec
that it should be otherwise.

Thanks.

>[...]

Attachment: pgpEtxErptRfQ.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to