[Piglit] [PATCH 03/11] egl_khr_create_context: Add common test infrastructure

Ian Romanick idr at freedesktop.org
Wed Aug 1 17:24:28 PDT 2012


On 08/01/2012 10:34 AM, Matt Turner wrote:
> On Wed, Aug 1, 2012 at 10:15 AM, Ian Romanick <idr at freedesktop.org> wrote:
>> Even though Mesa advertises these extensions, they *DO NOT* exist. We've
>> been scolded by Khronos for this.  They're going to disappear from Mesa very
>> soon, so do not use these.
>>
>> Ugly as it is, make a 1x1 pixmap instead. :(
>
> How about if we implement (advertise?) EGL_KHR_surfaceless_context?
> Since Mesa already accepts EGL_NO_SURFACE for the <draw> and <read>
> arguments, wouldn't the implementation be trivial?

I just sent out patches for that extension.  I don't imagine that there 
will ever be many implementations that support EGL_KHR_create_context 
without EGL_KHR_surfaceless_context, so requiring it for the 
EGL_KHR_create_context tests should be fine.

Unless someone else objects?


More information about the Piglit mailing list