summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-6/+2
* egl_dri2: Refactor dereference of dri2_ctx_sharedIan Romanick2012-08-061-6/+5
* egl_dri2: Remove swrast version >= 2 checksIan Romanick2012-08-061-27/+11
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-1/+8
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-11/+11
* egl_dri2: NULL check for EGLNativeWindowTypeElvis Lee2012-07-161-0/+2
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-15/+135
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-111-18/+15
* egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg2012-07-051-78/+37
* egl_dri2: Fix out of tree builds with the wayland backend enabledRobert Hooker2012-05-031-0/+1
* egl/android: Add support for RGBX_8888 used in Android native buffersSean V Kelley2012-04-301-0/+2
* egl_dri2: fix aux buffer leak in drm platformMandeep Singh Baines2012-04-101-5/+4
* egl_dri2: use gbm_surface as the native window type in drm platformAnder Conselvan de Oliveira2012-03-282-1/+324
* egl_dri2: make flush extension useable by drm platformAnder Conselvan de Oliveira2012-03-271-0/+1
* wayland: Stop using wl_buffer.damageKristian Høgsberg2012-03-271-2/+0
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-112-1/+19
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-051-1/+1
* egl/drivers: Convert to automake.Eric Anholt2012-02-295-103/+95
* egl/main: Convert to automake.Eric Anholt2012-02-294-32/+33
* egl: Drop the non-builtin-drivers support.Eric Anholt2012-02-292-30/+2
* egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt2012-02-295-5/+2
* automake: src/egl/waylandBenjamin Franzke2012-01-261-1/+1
* Revert "Always build shared glapi"Matt Turner2012-01-243-0/+13
* Always build shared glapiMatt Turner2012-01-203-13/+0
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-112-26/+15
* egl_dri2: Put the _eglError call in the case switch caseKristian Høgsberg2012-01-111-2/+2
* egl_dri2/wayland: handle creating xrgb8888 imagesRobert Bragg2012-01-111-56/+69
* egl/x11: Merge the right version of Frederiks changeKristian Høgsberg2011-12-211-21/+8
* egl_dri2/x11: Add support for the DRI2 SwapBuffers requestFredrik Höglund2011-12-202-21/+81
* egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund2011-12-203-1/+36
* egl_dri2/x11: error check coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-5/+5
* egl_dri2/x11: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+17
* egl_dri2: Fix some valgrind reported leaksBenjamin Franzke2011-12-134-8/+10
* egl_glx: fix eglDestroyContextChia-I Wu2011-12-031-1/+2
* egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...Beren Minor2011-11-271-9/+14
* android: add support for ICSChia-I Wu2011-11-252-9/+18
* egl_glx.c: use unsigned instead of uintMatt Turner2011-09-191-3/+3
* wayland: Flush before blocking in swapbuffers.Jørgen Lind2011-09-151-2/+5
* egl_dri2: add support for RGBA_8888 android native bufferChia-I Wu2011-09-091-0/+2
* egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke2011-09-011-0/+2
* wayland: Track changes to drop wl_visualKristian Høgsberg2011-08-313-15/+71
* egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg2011-08-311-2/+4
* wayland: Track server side wayland changesKristian Høgsberg2011-08-311-1/+1
* wayland: Use new wl_callback mechanismKristian Høgsberg2011-08-311-31/+24
* egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2011-08-312-18/+9
* egl_dri2: add pbuffer support to platform_androidChia-I Wu2011-08-311-5/+16
* egl_dri2: check the surface type in platform_androidChia-I Wu2011-08-311-45/+56
* egl_dri2: refactor droid_get_buffers_with_formatChia-I Wu2011-08-311-27/+39