summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-171-143/+4
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-172-28/+78
* egl: Remove bogus invalidate code.Eric Anholt2012-10-091-5/+0
* egl: Add support for driconf control of swapinterval.Eric Anholt2012-10-093-8/+77
* egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt2012-10-091-4/+0
* egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt2012-10-091-13/+0
* egl: Unifdef dri_interface.h defines.Eric Anholt2012-10-091-6/+0
* egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt2012-10-091-2/+4
* SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg2012-10-021-2/+1
* Use calloc instead of malloc/memset-0Matt Turner2012-09-054-17/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-053-8/+4
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-3/+3
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-90/+38
* android: do not expose single buffered eglconfigsTapani Pälli2012-08-311-11/+8
* android: fix liblog API changesTapani Pälli2012-08-311-3/+14
* gbm: Use libkms to replace DRI cursor imagesJakob Bornecrantz2012-08-261-0/+1
* egl_dri2: Fix segmentation faultPaulo Alcantara2012-08-231-1/+1
* egl: Allow OpenGL ES 3.0 as a versionIan Romanick2012-08-141-0/+1
* egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2012-08-142-6/+62
* egl_dri2: Silence warnings about missing initializersIan Romanick2012-08-141-2/+2
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-141-2/+2
* egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick2012-08-141-1/+17
* egl_dri2: Require DRI2 version 2Ian Romanick2012-08-141-22/+5
* 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