summaryrefslogtreecommitdiffstats
path: root/progs/egl
Commit message (Expand)AuthorAgeFilesLines
* progs: Remove remaining EGL demos.Chia-I Wu2010-05-2137-5579/+0
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-2129-9943/+0
* progs/egl: Fix building on cygwin.Chia-I Wu2010-05-1910-11/+34
* progs/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu2010-05-051-1/+3
* progs/egl/opengles2: Add es2gears demoKristian Høgsberg2010-05-032-4/+429
* progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu2010-04-274-13/+4
* egl: Fix demos to build with user specified XlibDan Nicholson2010-04-195-9/+12
* progs/egl: Add lib directories to OpenVG demosJakob Bornecrantz2010-04-121-1/+1
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* progs/egl: Correctly check GL_OES_EGL_image.Chia-I Wu2010-04-061-1/+0
* progs/egl: Fix the blank window in pbuffer demo.Chia-I Wu2010-04-061-1/+2
* progs/egl: Port drawtex and torus to eglut.Chia-I Wu2010-04-066-548/+150
* progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.Chia-I Wu2010-04-042-0/+583
* progs/egl: Update .gitignore.Chia-I Wu2010-04-023-7/+12
* progs/egl: Link to eglut first.Chia-I Wu2010-04-023-11/+11
* progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu2010-04-015-591/+59
* progs/egl: Port ES1 gears to eglut.Chia-I Wu2010-04-016-355/+28
* progs/egl: Port ES1 tri to eglut.Chia-I Wu2010-04-014-427/+54
* progs/egl: Replace egltri by xegl_tri.Chia-I Wu2010-04-013-356/+88
* progs/egl: Porg xegl_tri to eglut.Chia-I Wu2010-04-012-254/+30
* progs/egl: Port eglgears to eglut.Chia-I Wu2010-04-012-219/+59
* progs/egl: Add eglut.Chia-I Wu2010-04-016-0/+880
* progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu2010-04-0133-0/+5206
* progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu2010-04-0119-0/+5963
* progs/egl: Move demos a level deeper.Chia-I Wu2010-04-0113-1/+1
* progs/egl: Link xeglthreads to libpthread.Chia-I Wu2010-03-241-1/+1
* Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2010-03-231-3/+3
* Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith2010-03-131-3/+3
* Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith2010-03-121-3/+3
* eglinfo: Wrap extension stringKristian Høgsberg2010-02-261-2/+37
* xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_imageKristian Høgsberg2010-02-261-12/+67
* xeglgears: Clean up the code a bitKristian Høgsberg2010-02-261-32/+45
* xeglgears: Update help textKristian Høgsberg2010-02-241-1/+2
* xeglgears: Remove borrowed GL_OES_EGL_image typesKristian Høgsberg2010-02-241-5/+3
* xeglgears: Add test case for texturing from an EGLImageKristian Høgsberg2010-02-241-23/+72
* Link egl progs to libm as necessary.Ray Kohler2010-02-221-4/+4
* eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg2010-02-091-5/+10
* xeglgears: Add test case for eglBindTexImage()Kristian Høgsberg2010-02-091-24/+75
* progs/egl: Update eglinfo to display more attributes.Chia-I Wu2010-01-312-11/+21
* progs/es1: Add bindtex.Chia-I Wu2010-01-302-482/+0
* Revert "add segl"Chia-I Wu2010-01-235-424/+0
* add seglChia-I Wu2010-01-235-0/+424
* progs/egl: Pass EGLDisplay to eglCopyBuffers.Chia-I Wu2010-01-181-1/+1
* progs/egl: Fix screen surface demos.Chia-I Wu2010-01-125-10/+22
* progs/egl: glGenTextures is called too early in xeglbindtex.Chia-I Wu2010-01-121-2/+2
* progs: Check the number of configs returned by eglChooseConfig.Chia-I Wu2010-01-123-4/+8
* progs: Add missing EGL_RENDERABLE_TYPE for EGL demos.Chia-I Wu2010-01-123-0/+4
* progs/egl: Silence uninitialized variable warnings.Vinson Lee2010-01-032-2/+4
* progs/egl: Add support for pixmap and pbuffer surface to xeglgears.Chia-I Wu2009-10-221-110/+289
* progs/egl: put declarations before codeBrian Paul2009-10-153-10/+15