OSDN Git Service

EGL: fix an extension string bug
authorJamie Gennis <jgennis@google.com>
Sun, 16 Sep 2012 21:02:20 +0000 (14:02 -0700)
committerJamie Gennis <jgennis@google.com>
Tue, 18 Sep 2012 00:23:29 +0000 (17:23 -0700)
commita08cf6e3a4ee045608bc8991a779dedb4f281a3f
treecc44b03dff774e99d6afdcadc6131e4e392ebb36
parent6e220a6ce6971555b883f4852c6e5d4c7a617815
EGL: fix an extension string bug

This change fixes a bug where initializing EGL multiple times (eglTerminate
followed by eglInitialize) would cause extensions to show up in the extension
string multiple times.

Change-Id: I707a3da62ed30ef13835087167f84a08bc6addd7
opengl/libs/EGL/egl_display.cpp