summaryrefslogtreecommitdiff
path: root/src/egl/drivers/xdri
AgeCommit message (Expand)AuthorFilesLines
2009-08-24egl_xdri: Revive the driver.Chia-I Wu6-832/+953
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu1-1/+1
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu1-4/+1
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu1-9/+10
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-1/+1
2009-03-26egl: Fix newline typo in MakefilesCarl-Johan Kjellander1-1/+2
2009-02-11Add install target for eglJohannes Engel1-0/+2
2008-10-02egl: check for null ptr/nameBrian Paul1-1/+4
2008-10-02egl: remove space after -L flagBrian Paul1-1/+1
2008-09-26st: change from ** to * for st_unreference_framebuffer()Alan Hourihane1-1/+1
2008-09-11egl_xdri: Add the top-level lib dir so we link against the libGL we built.Dima Zavin1-0/+1
2008-09-11egl_dri/egl_xdri: Makefiles should use pkg-config to find libdrm.Dima Zavin1-1/+1
2008-09-01egl: CreatePbufferSurface, Bind/ReleaseTexImage functionsBrian Paul1-1/+229
2008-08-27egl: free display ext data in xdri_eglTerminate().Brian Paul1-0/+34
2008-07-16egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribsBrian Paul1-0/+2
2008-07-14egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr cras...Brian Paul1-3/+12
2008-07-11egl: a minor overhauld of egl_xdri.cBrian Paul1-62/+42
2008-07-10egl: add all EGL_*_BITs to ClientAPIsMaskBrian Paul1-1/+4
2008-07-10egl: implement xdri_eglGetProcAddress() for galliumBrian Paul1-3/+25
2008-07-09egl: link libEGL w/ additional libsBrian Paul1-1/+3
2008-07-09egl: misc updates/fixesBrian Paul1-17/+76
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison1-1/+1
2008-06-13egl: added a debug msgBrian Paul1-0/+1
2008-06-10egl: only windows are renderable at this timeBrian Paul1-0/+3
2008-06-06egl: EGL->DRI adaptor/driverBrian Paul2-0/+900