summaryrefslogtreecommitdiff
path: root/src/egl/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-6/+2
2012-08-06egl_dri2: Refactor dereference of dri2_ctx_sharedIan Romanick1-6/+5
2012-08-06egl_dri2: Remove swrast version >= 2 checksIan Romanick1-27/+11
2012-07-19wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg1-1/+8
2012-07-19wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg1-11/+11
2012-07-16egl_dri2: NULL check for EGLNativeWindowTypeElvis Lee1-0/+2
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg1-15/+135
2012-07-11wayland-drm: Add protocol to create planar buffersKristian Høgsberg1-1/+1
2012-07-11wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg1-18/+15
2012-07-05egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg1-78/+37
2012-05-03egl_dri2: Fix out of tree builds with the wayland backend enabledRobert Hooker1-0/+1
2012-04-30egl/android: Add support for RGBX_8888 used in Android native buffersSean V Kelley1-0/+2
2012-04-10egl_dri2: fix aux buffer leak in drm platformMandeep Singh Baines1-5/+4
2012-03-28egl_dri2: use gbm_surface as the native window type in drm platformAnder Conselvan de Oliveira2-1/+324
2012-03-27egl_dri2: make flush extension useable by drm platformAnder Conselvan de Oliveira1-0/+1
2012-03-27wayland: Stop using wl_buffer.damageKristian Høgsberg1-2/+0
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke1-1/+0
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries2-1/+19
2012-03-05wayland: Use new wl_display_disconnectBenjamin Franzke1-1/+1
2012-02-29egl/drivers: Convert to automake.Eric Anholt5-103/+95
2012-02-29egl/main: Convert to automake.Eric Anholt4-32/+33
2012-02-29egl: Drop the non-builtin-drivers support.Eric Anholt2-30/+2
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