Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: bind the OpenGL API | Brian Paul | 2008-05-30 | 1 | -0/+2 |
| | |||||
* | egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now) | Brian Paul | 2008-05-30 | 2 | -1/+613 |
| | |||||
* | egl: query/print EGL_CLIENT_APIS | Brian Paul | 2008-05-28 | 1 | -0/+3 |
| | |||||
* | egl: Fix warning in eglgears | Jakob Bornecrantz | 2008-05-28 | 1 | -1/+1 |
| | |||||
* | egl: Make demo3 compile | Jakob Bornecrantz | 2008-05-28 | 1 | -0/+1 |
| | |||||
* | include eglext.h, define EGL_EGLEXT_PROTOTYPES | Brian Paul | 2008-05-27 | 1 | -1/+4 |
| | |||||
* | updates for EGL 1.4 | Brian Paul | 2008-05-27 | 2 | -20/+42 |
| | |||||
* | Merge branch 'gallium-i915-current' into gallium-0.1 | Jakob Bornecrantz | 2008-05-23 | 6 | -6/+12 |
|\ | |||||
| * | egl: Updated EGL samples to use new i915 EGL winsys | Jakob Bornecrantz | 2008-05-14 | 6 | -6/+12 |
| | | |||||
* | | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -0/+5 |
|/ | | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | ||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -10/+10 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | update to new API | Dave Airlie | 2005-12-23 | 2 | -2/+2 |
| | |||||
* | s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/ | Brian Paul | 2005-12-10 | 1 | -1/+1 |
| | |||||
* | check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() call | Brian Paul | 2005-11-23 | 1 | -3/+7 |
| | |||||
* | Choose the display mode / surface size in an intelligent way. | Brian Paul | 2005-11-23 | 1 | -34/+61 |
| | | | | | Fix // comments. More error checking, etc. | ||||
* | fix up libdrm for egl | Dave Airlie | 2005-08-21 | 1 | -5/+5 |
| | |||||
* | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick | 2005-08-08 | 1 | -5/+5 |
| | | | | | | determines the bits (either 32 or 64) for libraries without the lib prefix. progs/egl/Makefile passes CFLAGS on the link commands so that things like '-m32' get propagated. | ||||
* | Fix up some of the sample to work with the r200 EGL driver | Jon Smirl | 2005-08-07 | 3 | -19/+20 |
| | |||||
* | eglgears demo (Dane Rushton) | Brian Paul | 2005-07-14 | 2 | -1/+454 |
| | |||||
* | Fix a few compiler warnings | Jon Smirl | 2005-06-16 | 2 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | replace // with /* */ | Brian Paul | 2005-05-20 | 1 | -1/+1 |
| | |||||
* | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | 2005-05-19 | 1 | -1/+64 |
| | |||||
* | Fix inverted y for egl fbdev, add egl demo3 | Jon Smirl | 2005-05-18 | 3 | -0/+589 |
| | |||||
* | Implement fbdev swapbuffers() | Jon Smirl | 2005-05-18 | 1 | -4/+4 |
| | |||||
* | Fix several internal problems with generating the list of configs. | Jon Smirl | 2005-05-17 | 1 | -9/+58 |
| | |||||
* | Add forgotten demo2.c | Jon Smirl | 2005-05-14 | 1 | -0/+181 |
| | | | | VS: ---------------------------------------------------------------------- | ||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 3 | -2/+11 |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | ||||
* | updates for latest EGLScreenMESA changes | Brian Paul | 2005-05-04 | 2 | -3/+29 |
| | |||||
* | demo / test progs | Brian Paul | 2005-04-22 | 3 | -0/+271 |