egl: eglMakeCurrent should accept an uninitialized display.
authorChia-I Wu <olvaffe@gmail.com>
Wed, 27 Jan 2010 15:51:54 +0000 (23:51 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Thu, 28 Jan 2010 09:28:47 +0000 (17:28 +0800)
When no context or surface are given, the display is allowed to be
uninitialized.  Most drivers cannot handle an uninitialized display.
But they are updated to at least throw a fatal message.


No differences found