]> git.cworth.org Git - fips/commit
eglwrap: Add comment describing why we don't lookup into libGLESv2.so
authorCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 22:49:44 +0000 (15:49 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 22:49:44 +0000 (15:49 -0700)
commit7ca2f1e135d95263282b7cb01dff7e301f2146cf
tree5061aedc10b5f2ebfcaf85b25b41578411a5d968
parent8209db451b878656c1751223fb3d3f4a9df159e4
eglwrap: Add comment describing why we don't lookup into libGLESv2.so

A user recently asked me why we didn't perform lookups in
libGLESv2.so, (instead of just libEGL.so). I actually made the mistake
of writing code to do that before I realized the answer.

Adding the answer in a comment here should help me avoid making that
mistake again.
eglwrap.c