| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: Fix demos to build with user specified Xlib | Dan Nicholson | 2010-04-19 | 5 | -9/+12 |
* | progs/egl: Add lib directories to OpenVG demos | Jakob Bornecrantz | 2010-04-12 | 1 | -1/+1 |
* | Fix copyright headers. | Chia-I Wu | 2010-04-10 | 1 | -5/+6 |
* | progs/egl: Correctly check GL_OES_EGL_image. | Chia-I Wu | 2010-04-06 | 1 | -1/+0 |
* | progs/egl: Fix the blank window in pbuffer demo. | Chia-I Wu | 2010-04-06 | 1 | -1/+2 |
* | progs/egl: Port drawtex and torus to eglut. | Chia-I Wu | 2010-04-06 | 6 | -548/+150 |
* | progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap. | Chia-I Wu | 2010-04-04 | 2 | -0/+583 |
* | progs/egl: Update .gitignore. | Chia-I Wu | 2010-04-02 | 3 | -7/+12 |
* | progs/egl: Link to eglut first. | Chia-I Wu | 2010-04-02 | 3 | -11/+11 |
* | progs/egl: Port OpenVG lion and sp to eglut. | Chia-I Wu | 2010-04-01 | 5 | -591/+59 |
* | progs/egl: Port ES1 gears to eglut. | Chia-I Wu | 2010-04-01 | 6 | -355/+28 |
* | progs/egl: Port ES1 tri to eglut. | Chia-I Wu | 2010-04-01 | 4 | -427/+54 |
* | progs/egl: Replace egltri by xegl_tri. | Chia-I Wu | 2010-04-01 | 3 | -356/+88 |
* | progs/egl: Porg xegl_tri to eglut. | Chia-I Wu | 2010-04-01 | 2 | -254/+30 |
* | progs/egl: Port eglgears to eglut. | Chia-I Wu | 2010-04-01 | 2 | -219/+59 |
* | progs/egl: Add eglut. | Chia-I Wu | 2010-04-01 | 6 | -0/+880 |
* | progs/openvg: Move OpenVG demos to a subdirectory of progs/egl. | Chia-I Wu | 2010-04-01 | 33 | -0/+5206 |
* | progs/es: Move OpenGL ES demos to subdirectories of progs/egl. | Chia-I Wu | 2010-04-01 | 19 | -0/+5963 |
* | progs/egl: Move demos a level deeper. | Chia-I Wu | 2010-04-01 | 13 | -1/+1 |
* | progs/egl: Link xeglthreads to libpthread. | Chia-I Wu | 2010-03-24 | 1 | -1/+1 |
* | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | 2010-03-23 | 1 | -3/+3 |
* | Use X_LIBS from pkg-config, instead of libdir, for locating libX11 | Jeff Smith | 2010-03-13 | 1 | -3/+3 |
* | Add -L$(libdir) for xdemos and egl so that the right libX11 is found | Jeff Smith | 2010-03-12 | 1 | -3/+3 |
* | eglinfo: Wrap extension string | Kristian Høgsberg | 2010-02-26 | 1 | -2/+37 |
* | xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image | Kristian Høgsberg | 2010-02-26 | 1 | -12/+67 |
* | xeglgears: Clean up the code a bit | Kristian Høgsberg | 2010-02-26 | 1 | -32/+45 |
* | xeglgears: Update help text | Kristian Høgsberg | 2010-02-24 | 1 | -1/+2 |
* | xeglgears: Remove borrowed GL_OES_EGL_image types | Kristian Høgsberg | 2010-02-24 | 1 | -5/+3 |
* | xeglgears: Add test case for texturing from an EGLImage | Kristian Høgsberg | 2010-02-24 | 1 | -23/+72 |
* | Link egl progs to libm as necessary. | Ray Kohler | 2010-02-22 | 1 | -4/+4 |
* | eglinfo: Also print visual type, assuming X visual types | Kristian Høgsberg | 2010-02-09 | 1 | -5/+10 |
* | xeglgears: Add test case for eglBindTexImage() | Kristian Høgsberg | 2010-02-09 | 1 | -24/+75 |
* | progs/egl: Update eglinfo to display more attributes. | Chia-I Wu | 2010-01-31 | 2 | -11/+21 |
* | progs/es1: Add bindtex. | Chia-I Wu | 2010-01-30 | 2 | -482/+0 |
* | Revert "add segl" | Chia-I Wu | 2010-01-23 | 5 | -424/+0 |
* | add segl | Chia-I Wu | 2010-01-23 | 5 | -0/+424 |
* | progs/egl: Pass EGLDisplay to eglCopyBuffers. | Chia-I Wu | 2010-01-18 | 1 | -1/+1 |
* | progs/egl: Fix screen surface demos. | Chia-I Wu | 2010-01-12 | 5 | -10/+22 |
* | progs/egl: glGenTextures is called too early in xeglbindtex. | Chia-I Wu | 2010-01-12 | 1 | -2/+2 |
* | progs: Check the number of configs returned by eglChooseConfig. | Chia-I Wu | 2010-01-12 | 3 | -4/+8 |
* | progs: Add missing EGL_RENDERABLE_TYPE for EGL demos. | Chia-I Wu | 2010-01-12 | 3 | -0/+4 |
* | progs/egl: Silence uninitialized variable warnings. | Vinson Lee | 2010-01-03 | 2 | -2/+4 |
* | progs/egl: Add support for pixmap and pbuffer surface to xeglgears. | Chia-I Wu | 2009-10-22 | 1 | -110/+289 |
* | progs/egl: put declarations before code | Brian Paul | 2009-10-15 | 3 | -10/+15 |
* | progs/egl: Make demo3 work again. | Chia-I Wu | 2009-09-30 | 1 | -10/+15 |
* | progs/egl: Check EGL_MESA_screen_surface is supported in demo2. | Chia-I Wu | 2009-09-30 | 1 | -0/+6 |
* | progs/egl: Fix a crash in demo1. | Chia-I Wu | 2009-09-30 | 1 | -10/+11 |
* | progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY. | Chia-I Wu | 2009-09-30 | 8 | -18/+6 |
* | progs: EGL/X progs should link to libX11. | Chia-I Wu | 2009-08-27 | 1 | -72/+27 |
* | mesa: gitignore | Younes Manton | 2009-08-26 | 1 | -0/+1 |