summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/xdri
Commit message (Collapse)AuthorAgeFilesLines
* egl: add all EGL_*_BITs to ClientAPIsMaskBrian Paul2008-07-101-1/+4
|
* egl: implement xdri_eglGetProcAddress() for galliumBrian Paul2008-07-101-3/+25
| | | | Plus comments, clean-ups.
* egl: link libEGL w/ additional libsBrian Paul2008-07-091-1/+3
|
* egl: misc updates/fixesBrian Paul2008-07-091-17/+76
| | | | | | Set surface size when created. Implement dri_find_dri_screen(). Look for "egl_xxx_dri.so" library before regular DRI driver.
* egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ↵Robert Ellison2008-06-271-1/+1
| | | | | | | | | | | | | | work correctly with GLES1 and GLES2. - egl_xdri.c just sets the EGL_OPENGL_ES_BIT as well as the EGL_OPENGL_BIT in ClientAPIsMask - eglconfig.c allows the renderable type to include EGL_OPENGL_ES2_BIT as well as EGL_OPENGL_ES_BIT. - egl_xlib.c sets the EGL_NATIVE_RENDERABLE attribute to EGL_FALSE for all softpipe configurations. (Otherwise, an eglChooseConfig() that looks for particular values of EGL_NATIVE_RENDERABLE will fail.)
* egl: added a debug msgBrian Paul2008-06-131-0/+1
|
* egl: only windows are renderable at this timeBrian Paul2008-06-101-0/+3
|
* egl: EGL->DRI adaptor/driverBrian Paul2008-06-062-0/+900
Allows regular DRI drivers to work with libEGL.