summaryrefslogtreecommitdiffstats
path: root/progs/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * egl: bind the OpenGL APIBrian Paul2008-05-301-0/+2
| * egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul2008-05-302-1/+613
| * egl: query/print EGL_CLIENT_APISBrian Paul2008-05-281-0/+3
| * egl: Fix warning in eglgearsJakob Bornecrantz2008-05-281-1/+1
| * egl: Make demo3 compileJakob Bornecrantz2008-05-281-0/+1
| * include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul2008-05-271-1/+4
| * updates for EGL 1.4Brian Paul2008-05-272-20/+42
| * Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-236-6/+12
| |\
| | * egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-146-6/+12
| * | Ignore more generated files in progs/Dan Nicholson2008-05-201-0/+5
| |/
* | Never fail `make clean'Dan Nicholson2008-05-071-3/+3
* | Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+5
* | add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5
|/
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-10/+10
* update to new APIDave Airlie2005-12-232-2/+2
* s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul2005-12-101-1/+1
* check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul2005-11-231-3/+7
* Choose the display mode / surface size in an intelligent way.Brian Paul2005-11-231-34/+61
* fix up libdrm for eglDave Airlie2005-08-211-5/+5
* Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick2005-08-081-5/+5
* Fix up some of the sample to work with the r200 EGL driverJon Smirl2005-08-073-19/+20
* eglgears demo (Dane Rushton)Brian Paul2005-07-142-1/+454
* Fix a few compiler warningsJon Smirl2005-06-162-1/+2
* use MAX_SCREENS instead of hard-coded numberBrian Paul2005-05-201-2/+3
* fix reversed strstr() args, print mode stringBrian Paul2005-05-201-5/+7
* replace // with /* */Brian Paul2005-05-201-1/+1
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-1/+64
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-183-0/+589