~afrantzis/glproxy/fix-dummy-surface

  • Committer: Alexandros Frantzis
  • Date: 2011-04-29 22:01:08 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20110429220108-3cc01o6ddwqajger
Ensure that we always get a valid dummy surface to use for configuration.

Using eglGetConfig and eglCreateWindowSurface does not guarantee that
the returned EGLConfig supports ES2, nor that it is suitable for window
surfaces, nor that it is compatible with the used X window visual. We can
use eglChooseConfig with explicit attributes and eglCreatePbufferSurface
to make the process both simpler and more robust.
Filename Latest Rev Last Changed Committer Comment Size
..
cmake 20 13 years ago Jammy Zhou improve cmake files Diff
debian 22 13 years ago Jammy Zhou add basic debian packaging support Diff
include 1 13 years ago Jammy Zhou Initial version gl_proxy.h: GL data types, GL toke Diff
src 1 13 years ago Jammy Zhou Initial version gl_proxy.h: GL data types, GL toke Diff
tests 1 13 years ago Jammy Zhou Initial version gl_proxy.h: GL data types, GL toke Diff
CMakeLists.txt 27 13 years ago Jammy Zhou bump the version to 0.1.1 details see the debian/ 921 bytes Diff Download File
README 27 13 years ago Jammy Zhou bump the version to 0.1.1 details see the debian/ 243 bytes Diff Download File