aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/xdri
Commit message (Expand)AuthorAgeFilesLines
* Add install target for eglJohannes Engel2009-02-111-0/+2
* egl: check for null ptr/nameBrian Paul2008-10-021-1/+4
* egl: remove space after -L flagBrian Paul2008-10-021-1/+1
* st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-261-1/+1
* egl_xdri: Add the top-level lib dir so we link against the libGL we built.Dima Zavin2008-09-111-0/+1
* egl_dri/egl_xdri: Makefiles should use pkg-config to find libdrm.Dima Zavin2008-09-111-1/+1
* egl: CreatePbufferSurface, Bind/ReleaseTexImage functionsBrian Paul2008-09-011-1/+229
* egl: free display ext data in xdri_eglTerminate().Brian Paul2008-08-271-0/+34
* egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribsBrian Paul2008-07-161-0/+2
* egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr cras...Brian Paul2008-07-141-3/+12
* egl: a minor overhauld of egl_xdri.cBrian Paul2008-07-111-62/+42
* egl: add all EGL_*_BITs to ClientAPIsMaskBrian Paul2008-07-101-1/+4
* egl: implement xdri_eglGetProcAddress() for galliumBrian Paul2008-07-101-3/+25
* egl: link libEGL w/ additional libsBrian Paul2008-07-091-1/+3
* egl: misc updates/fixesBrian Paul2008-07-091-17/+76
* egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison2008-06-271-1/+1
* 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