summaryrefslogtreecommitdiff
path: root/progs/egl
AgeCommit message (Expand)Author
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
2009-09-30progs/egl: Make demo3 work again.Chia-I Wu
2009-09-30progs/egl: Check EGL_MESA_screen_surface is supported in demo2.Chia-I Wu
2009-09-30progs/egl: Fix a crash in demo1.Chia-I Wu
2009-09-30progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu
2009-08-27progs: EGL/X progs should link to libX11.Chia-I Wu
2009-08-26mesa: gitignoreYounes Manton
2009-08-18egl: Make lookup functions static inline.Chia-I Wu
2009-08-06progs/egl: Add xeglbindtex, really.Chia-I Wu
2009-08-05progs/egl: Add xeglbindtex.Chia-I Wu
2009-07-17xeglthreads: Check current context for EGL per-thread support.Chia-I Wu
2009-07-16egl: Add xeglthreadsChia-I Wu
2009-01-19egl: eglinfo load i915 driverJakob Bornecrantz
2009-01-18egl: Make eglscreen sleep for five secondsJakob Bornecrantz
2009-01-18egl: Add eglscreen to help debug egl mesa screenJakob Bornecrantz
2009-01-17egl: Make eglinfo print screen infoJakob Bornecrantz
2008-09-26link EGL demos with -lGLAlan Hourihane
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-17egl: print multisample infoBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-17pick first modeAlan Hourihane
2008-08-17choose a 1024x768 resolutionAlan Hourihane
2008-07-04egl: Add egltriJakob Bornecrantz
2008-06-16git: Updated .gitignore filesJakob Bornecrantz
2008-06-04egl: single triangle testBrian Paul
2008-06-04egl: fix X visual selectionBrian Paul
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz