summaryrefslogtreecommitdiff
path: root/src/egl/drivers/xdri/egl_xdri.c
AgeCommit message (Expand)Author
2009-09-15egl_xdri: Check that FlushCurrentContext is available.Chia-I Wu
2009-09-14egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu
2009-09-14egl_xdri: Implement eglCreateImageKHR.Chia-I Wu
2009-08-24egl_xdri: Revive the driver.Chia-I Wu
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2008-10-02egl: check for null ptr/nameBrian Paul
2008-09-26st: change from ** to * for st_unreference_framebuffer()Alan Hourihane
2008-09-01egl: CreatePbufferSurface, Bind/ReleaseTexImage functionsBrian Paul
2008-08-27egl: free display ext data in xdri_eglTerminate().Brian Paul
2008-07-16egl: set EGL_SAMPLES, EGL_SAMPLE_BUFFERS config attribsBrian Paul
2008-07-14egl: set EGL_CONFORMANT, EGL_RENDERABLE_TYPE config fields, fix null ptr cras...Brian Paul
2008-07-11egl: a minor overhauld of egl_xdri.cBrian Paul
2008-07-10egl: add all EGL_*_BITs to ClientAPIsMaskBrian Paul
2008-07-10egl: implement xdri_eglGetProcAddress() for galliumBrian Paul
2008-07-09egl: misc updates/fixesBrian Paul
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison
2008-06-13egl: added a debug msgBrian Paul
2008-06-10egl: only windows are renderable at this timeBrian Paul
2008-06-06egl: EGL->DRI adaptor/driverBrian Paul