summaryrefslogtreecommitdiff
path: root/src/egl/drivers/xdri/egl_xdri.c
AgeCommit message (Expand)Author
2010-02-05egl: Remove egl_xdri.Chia-I Wu
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu
2010-01-31egl: Initialize display configs with the display.Chia-I Wu
2010-01-31egl: Initialize display resources with their display.Chia-I Wu
2010-01-30egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-28egl: Migrate drivers to use _eglBindContext.Chia-I Wu
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-22egl_xdri: Add support for DRISW.Chia-I Wu
2010-01-22egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu
2010-01-22egl_xdri: Report only OpenGL support.Chia-I Wu
2010-01-22egl_xdri: Do not reinitialize in __glXInitialize.Chia-I Wu
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu
2010-01-12egl_xdri: Fix build breakage.Chia-I Wu
2009-09-29egl_xdri: Report full list of supported configs.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