[Mesa-dev] [PATCH] clover: Use a non-NULL value to represent the platform_id v3

2013-04-05 Thread Tom Stellard
From: Tom Stellard Using a NULL value for the platform_id is legal according to the spec, however, passing a NULL value as the platform parameter to clGetPlatformInfo() results in implementation defined behavior. In order to avoid implementation defined behavior some apps require that the platfr

[Mesa-dev] [PATCH] clover: Use a non-NULL value to represent the platform_id v2

2013-04-05 Thread Tom Stellard
From: Tom Stellard Using a NULL value for the platform_id is legal according to the spec, however, passing a NULL value as the platform parameter to clGetPlatformInfo() results in implementation defined behavior. In order to avoid implementation defined behavior some apps require that the platfr

[Mesa-dev] [PATCH] clover: Use a non-NULL value to represent the platform_id

2013-04-05 Thread Tom Stellard
From: Tom Stellard Using a NULL value for the platform_id is legal according to the spec, however, passing a NULL value as the platform parameter to clGetPlatformInfo() results in implementation defined behavior. In order to avoid implementation defined behavior some apps require that the platfr