Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eglinfo: Wrap extension string | Kristian Høgsberg | 2010-02-26 | 1 | -2/+37 |
| | |||||
* | eglinfo: Also print visual type, assuming X visual types | Kristian Høgsberg | 2010-02-09 | 1 | -5/+10 |
| | | | | | This may not make a lot of sense for non-X EGL, but for EGL under X it's very useful. | ||||
* | progs/egl: Update eglinfo to display more attributes. | Chia-I Wu | 2010-01-31 | 1 | -10/+20 |
| | | | | | Add config caveat, bind-to-texture, and renderable type. Remove double buffer and stereo attributes. | ||||
* | progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY. | Chia-I Wu | 2009-09-30 | 1 | -2/+1 |
| | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: eglinfo load i915 driver | Jakob Bornecrantz | 2009-01-19 | 1 | -1/+2 |
| | |||||
* | egl: Make eglinfo print screen info | Jakob Bornecrantz | 2009-01-17 | 1 | -1/+2 |
| | |||||
* | egl: print multisample info | Brian Paul | 2008-09-17 | 1 | -5/+10 |
| | |||||
* | egl: query/print EGL_NATIVE_VISUAL_ID | Brian Paul | 2008-06-04 | 1 | -9/+7 |
| | | | | Other whitespace/etc clean-ups. | ||||
* | egl: updated egl.h include paths | Brian Paul | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | egl: query/print EGL_CLIENT_APIS | Brian Paul | 2008-05-28 | 1 | -0/+3 |
| | |||||
* | egl: Updated EGL samples to use new i915 EGL winsys | Jakob Bornecrantz | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call | Brian Paul | 2005-11-23 | 1 | -3/+7 |
| | |||||
* | Fix up some of the sample to work with the r200 EGL driver | Jon Smirl | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | use MAX_SCREENS instead of hard-coded number | Brian Paul | 2005-05-20 | 1 | -2/+3 |
| | |||||
* | fix reversed strstr() args, print mode string | Brian Paul | 2005-05-20 | 1 | -5/+7 |
| | |||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -1/+2 |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | ||||
* | updates for latest EGLScreenMESA changes | Brian Paul | 2005-05-04 | 1 | -3/+8 |
| | |||||
* | demo / test progs | Brian Paul | 2005-04-22 | 1 | -0/+153 |