summaryrefslogtreecommitdiffstats
path: root/progs/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* progs/egl: Make demo3 work again.Chia-I Wu2009-09-301-10/+15
* progs/egl: Check EGL_MESA_screen_surface is supported in demo2.Chia-I Wu2009-09-301-0/+6
* progs/egl: Fix a crash in demo1.Chia-I Wu2009-09-301-10/+11
* progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu2009-09-308-18/+6
* progs: EGL/X progs should link to libX11.Chia-I Wu2009-08-271-72/+27
* mesa: gitignoreYounes Manton2009-08-261-0/+1
* egl: Make lookup functions static inline.Chia-I Wu2009-08-181-1/+1
* progs/egl: Add xeglbindtex, really.Chia-I Wu2009-08-061-0/+474
* progs/egl: Add xeglbindtex.Chia-I Wu2009-08-051-0/+7
* xeglthreads: Check current context for EGL per-thread support.Chia-I Wu2009-07-171-2/+9
* egl: Add xeglthreadsChia-I Wu2009-07-163-0/+775
* egl: eglinfo load i915 driverJakob Bornecrantz2009-01-191-1/+2
* egl: Make eglscreen sleep for five secondsJakob Bornecrantz2009-01-181-0/+3
* egl: Add eglscreen to help debug egl mesa screenJakob Bornecrantz2009-01-183-0/+123
* egl: Make eglinfo print screen infoJakob Bornecrantz2009-01-171-1/+2
* link EGL demos with -lGLAlan Hourihane2008-09-261-8/+8
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-5/+10
|\
| * egl: print multisample infoBrian Paul2008-09-171-5/+10
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-1111-39/+1786
|\ \ | |/
| * pick first modeAlan Hourihane2008-08-172-2/+2
| * choose a 1024x768 resolutionAlan Hourihane2008-08-171-1/+1
| * egl: Add egltriJakob Bornecrantz2008-07-043-2/+277
| * git: Updated .gitignore filesJakob Bornecrantz2008-06-161-0/+3
| * egl: single triangle testBrian Paul2008-06-042-1/+368
| * egl: fix X visual selectionBrian Paul2008-06-041-7/+9
| * egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul2008-06-041-9/+7
| * egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz2008-06-042-2/+457
| * egl: updated egl.h include pathsBrian Paul2008-06-046-9/+12