summaryrefslogtreecommitdiff
path: root/src/egl/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-29egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt5-5/+2
2012-01-26automake: src/egl/waylandBenjamin Franzke1-1/+1
2012-01-24Revert "Always build shared glapi"Matt Turner3-0/+13
2012-01-20Always build shared glapiMatt Turner3-13/+0
2012-01-11wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2-26/+15
2012-01-11egl_dri2: Put the _eglError call in the case switch caseKristian Høgsberg1-2/+2
2012-01-11egl_dri2/wayland: handle creating xrgb8888 imagesRobert Bragg1-56/+69
2011-12-21egl/x11: Merge the right version of Frederiks changeKristian Høgsberg1-21/+8
2011-12-20egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2-21/+81
2011-12-20egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund3-1/+36
2011-12-20egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu1-5/+5
2011-12-20egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund1-0/+17
2011-12-13egl_dri2: Fix some valgrind reported leaksBenjamin Franzke4-8/+10
2011-12-03egl_glx: fix eglDestroyContextChia-I Wu1-1/+2
2011-11-27egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor1-9/+14
2011-11-25android: add support for ICSChia-I Wu2-9/+18
2011-09-19egl_glx.c: use unsigned instead of uintMatt Turner1-3/+3
2011-09-15wayland: Flush before blocking in swapbuffers.Jørgen Lind1-2/+5
2011-09-09egl_dri2: add support for RGBA_8888 android native bufferChia-I Wu1-0/+2
2011-09-01egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke1-0/+2
2011-08-31wayland: Track changes to drop wl_visualKristian Høgsberg3-15/+71
2011-08-31egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg1-2/+4
2011-08-31wayland: Track server side wayland changesKristian Høgsberg1-1/+1
2011-08-31wayland: Use new wl_callback mechanismKristian Høgsberg1-31/+24
2011-08-31egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2-18/+9
2011-08-31egl_dri2: add pbuffer support to platform_androidChia-I Wu1-5/+16
2011-08-31egl_dri2: check the surface type in platform_androidChia-I Wu1-45/+56
2011-08-31egl_dri2: refactor droid_get_buffers_with_formatChia-I Wu1-27/+39
2011-08-31egl_dri2: set ctx->WindowRenderBufferChia-I Wu1-0/+6
2011-08-28android: add support for egl_dri2Chia-I Wu1-0/+50
2011-08-28egl_dri2: add support for AndroidChia-I Wu3-0/+749
2011-08-28egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu5-5/+27
2011-08-16dri2: Add __DRI_BUFFER_COUNT tokenBenjamin Franzke1-2/+0
2011-08-14Destroy context in dri2/glx driver when apps call eglDestroyContextCooper Yuan2-2/+38
2011-08-04egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke3-2/+31
2011-07-14Rename swrastg_dri to swrast_driMarek Olšák1-5/+0
2011-07-06Fixes for leaks reported by cppcheck.Völgyes Dávid2-2/+7
2011-07-02egl_dri2: Fix compilation if udev devel files are not installedBenjamin Franzke1-0/+4
2011-07-02egl: add copyright noticesChia-I Wu1-12/+14
2011-06-27egl: Fix Terminate with shared gbm screensBenjamin Franzke2-2/+7
2011-06-24egl_dri2: Build drm platform only if enabledBenjamin Franzke2-1/+8
2011-06-23egl_dri2: Hookup gbm as drm platformBenjamin Franzke4-61/+127
2011-06-21egl_dri2/wayland: Hook up new buffer.release eventBenjamin Franzke2-16/+127
2011-06-20wayland: Pass use_invalidate extension to driverKristian Høgsberg2-2/+3
2011-06-20egl_dri2/x11: Check availability of the dri2 extensionBenjamin Franzke1-0/+9
2011-06-13egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu1-0/+6
2011-06-13egl_dri2: add dri2_load_driver_swrastChia-I Wu3-19/+44
2011-06-12egl_dri2: Compare configs before matching themBenjamin Franzke1-1/+13
2011-06-12egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2-3/+23
2011-06-07egl_dri2: Add missing headerBenjamin Franzke1-0/+1