summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-116-16/+166
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-114-21/+91
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-113-37/+33
* egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg2012-07-051-78/+37
* automake: Convert src/egl/Makefile to automake.Eric Anholt2012-06-213-36/+29
* 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
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-2/+5
* egl: fix uninitialized valuesDylan Noblesmith2012-04-131-1/+1
* wayland-drm: Implement wl_buffer.damage in old versions of WaylandNeil Roberts2012-04-121-0/+26
* egl_dri2: fix aux buffer leak in drm platformMandeep Singh Baines2012-04-101-5/+4
* wayland-drm: remove wl_buffer.damagePekka Paalanen2012-04-101-7/+0
* 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-203-3/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-202-7/+0
* shared-glapi: Convert to automakeKristian Høgsberg2012-03-191-1/+0
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-112-1/+19
* egl: Use -no-undefined libtool flagJon TURNEY2012-03-051-1/+1
* wayland: Use new wl_display_disconnectBenjamin Franzke2012-03-051-1/+1
* egl: Also put a symlink from libEGL.so in lib/ for now.Eric Anholt2012-03-021-0/+1
* egl: Don't include strings.h on Windows.José Fonseca2012-03-012-1/+1
* egl/drivers: Convert to automake.Eric Anholt2012-02-296-105/+97
* egl/main: Convert to automake.Eric Anholt2012-02-299-224/+185
* 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
* add wayland cflags when building wayland-eglJuan Zhao2012-01-291-1/+2
* automake: src/egl/waylandBenjamin Franzke2012-01-2610-158/+39
* Revert "Always build shared glapi"Matt Turner2012-01-243-0/+13
* gbm: install libgbm.so into libMatt Turner2012-01-241-1/+0
* egl,gbm_gallium: Fix linkage against gbm from automakeBenjamin Franzke2012-01-241-0/+1
* 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-114-35/+81
* 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-113-56/+80
* 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: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-206-0/+48
* egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu2011-12-201-0/+5
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-207-70/+0
* egl: remove EGL_ANDROID_swap_rectangleChia-I Wu2011-12-204-35/+0
* 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: bring in i915_dri and i965_dri automaticallyChia-I Wu2011-11-261-0/+4
* android: move libGLES_mesa build rules to src/egl/main/.Chia-I Wu2011-11-261-3/+83