Age | Commit message (Collapse) | Author |
|
The hack was added because GL_OES_EGL_image was not exported in the
extension string.
|
|
EGL requires eglSwapBuffers to be called on the current surface.
|
|
This brings the demos also to KMS and removes about 400 duplicated lines
of code.
|
|
The demo uses a Pixmap as its drawing area, and whatever is drawn on the
pixmap will be used as a texture to draw a cube.
|
|
|
|
This moves eglut before EGL so that the symbols can be resolved.
|
|
As gears in the last demo under "screen" subdirectory, this also removes
the directory.
|
|
This also removes EGL_MESA_screen_surface version of ES1 tri as eglut
supports the extension.
|
|
Move
progs/es1/xegl -> progs/egl/opengles1,
progs/es1/screen -> progs/egl/opengles1/screen,
progs/es2/xegl -> progs/egl/opengles2.
|