summaryrefslogtreecommitdiff
path: root/progs/egl
AgeCommit message (Expand)Author
2010-05-21progs: Remove remaining EGL demos.Chia-I Wu
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
2010-05-19progs/egl: Fix building on cygwin.Chia-I Wu
2010-05-05progs/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu
2010-05-03progs/egl/opengles2: Add es2gears demoKristian Høgsberg
2010-04-27progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu
2010-04-19egl: Fix demos to build with user specified XlibDan Nicholson
2010-04-12progs/egl: Add lib directories to OpenVG demosJakob Bornecrantz
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-06progs/egl: Correctly check GL_OES_EGL_image.Chia-I Wu
2010-04-06progs/egl: Fix the blank window in pbuffer demo.Chia-I Wu
2010-04-06progs/egl: Port drawtex and torus to eglut.Chia-I Wu
2010-04-04progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap.Chia-I Wu
2010-04-02progs/egl: Update .gitignore.Chia-I Wu
2010-04-02progs/egl: Link to eglut first.Chia-I Wu
2010-04-01progs/egl: Port OpenVG lion and sp to eglut.Chia-I Wu
2010-04-01progs/egl: Port ES1 gears to eglut.Chia-I Wu
2010-04-01progs/egl: Port ES1 tri to eglut.Chia-I Wu
2010-04-01progs/egl: Replace egltri by xegl_tri.Chia-I Wu
2010-04-01progs/egl: Porg xegl_tri to eglut.Chia-I Wu
2010-04-01progs/egl: Port eglgears to eglut.Chia-I Wu
2010-04-01progs/egl: Add eglut.Chia-I Wu
2010-04-01progs/openvg: Move OpenVG demos to a subdirectory of progs/egl.Chia-I Wu
2010-04-01progs/es: Move OpenGL ES demos to subdirectories of progs/egl.Chia-I Wu
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu
2010-03-24progs/egl: Link xeglthreads to libpthread.Chia-I Wu
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-13Use X_LIBS from pkg-config, instead of libdir, for locating libX11Jeff Smith
2010-03-12Add -L$(libdir) for xdemos and egl so that the right libX11 is foundJeff Smith
2010-02-26eglinfo: Wrap extension stringKristian Høgsberg
2010-02-26xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_imageKristian Høgsberg
2010-02-26xeglgears: Clean up the code a bitKristian Høgsberg
2010-02-24xeglgears: Update help textKristian Høgsberg
2010-02-24xeglgears: Remove borrowed GL_OES_EGL_image typesKristian Høgsberg
2010-02-24xeglgears: Add test case for texturing from an EGLImageKristian Høgsberg
2010-02-22Link egl progs to libm as necessary.Ray Kohler
2010-02-09eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg
2010-02-09xeglgears: Add test case for eglBindTexImage()Kristian Høgsberg
2010-01-31progs/egl: Update eglinfo to display more attributes.Chia-I Wu
2010-01-30progs/es1: Add bindtex.Chia-I Wu
2010-01-23Revert "add segl"Chia-I Wu
2010-01-23add seglChia-I Wu
2010-01-18progs/egl: Pass EGLDisplay to eglCopyBuffers.Chia-I Wu
2010-01-12progs/egl: Fix screen surface demos.Chia-I Wu
2010-01-12progs/egl: glGenTextures is called too early in xeglbindtex.Chia-I Wu
2010-01-12progs: Check the number of configs returned by eglChooseConfig.Chia-I Wu
2010-01-12progs: Add missing EGL_RENDERABLE_TYPE for EGL demos.Chia-I Wu
2010-01-03progs/egl: Silence uninitialized variable warnings.Vinson Lee
2009-10-22progs/egl: Add support for pixmap and pbuffer surface to xeglgears.Chia-I Wu
2009-10-15progs/egl: put declarations before codeBrian Paul