summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2013-01-28android: use gralloc_drm_get_gem_handle apiTapani Pälli2-7/+5
2013-01-15egl/dri2: Fix typo in the previous commitIan Romanick1-1/+1
2013-01-15egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace6-4/+21
2013-01-14egl/wayland: Implement EGL_EXT_buffer_ageKristian Høgsberg1-1/+24
2013-01-14egl/wayland: Pull color buffers from dri2_surf->color_buffers poolKristian Høgsberg2-252/+150
2013-01-10Clean up .gitignore filesMatt Turner4-4/+0
2013-01-10egl/gbm: Implement EGL_EXT_buffer_ageKristian Høgsberg2-0/+24
2013-01-04egl/wayland: Remove kooky flush codeKristian Høgsberg1-8/+0
2013-01-04egl/wayland: Remove confusing comment about front buffer renderingKristian Høgsberg1-10/+0
2013-01-04egl_dri2: Remove unused struct dri2_egl_buffer from header fileKristian Høgsberg1-5/+0
2013-01-04egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg4-0/+16
2013-01-03wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-0/+3
2013-01-02egl/android: Fix build for Jelly Bean (v2)Chad Versace2-0/+64
2012-11-30egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira1-0/+3
2012-11-30egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg1-0/+1
2012-11-30egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira3-1/+27
2012-11-19egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
2012-11-16Remove OpenVMS supportMatt Turner1-3/+1
2012-11-07wayland: Destroy frame callback when destroying surfaceJonas Ådahl1-0/+3
2012-11-07egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund1-1/+1
2012-10-17wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg3-187/+4
2012-10-17wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2-28/+78
2012-10-10egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner1-10/+7
2012-10-09egl: Remove bogus invalidate code.Eric Anholt1-5/+0
2012-10-09egl: Add support for driconf control of swapinterval.Eric Anholt3-8/+77
2012-10-09egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt1-4/+0
2012-10-09egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt1-13/+0
2012-10-09egl: Unifdef dri_interface.h defines.Eric Anholt1-6/+0
2012-10-09egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt1-2/+4
2012-10-02SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg1-2/+1
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2-4/+4
2012-09-05Use calloc instead of malloc/memset-0Matt Turner4-17/+6
2012-09-05Remove useless checks for NULL before freeingMatt Turner3-8/+4
2012-09-05Don't cast the return value of malloc/reallocMatt Turner4-4/+4
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-3/+3
2012-08-31dri: Rework planar image interfaceJakob Bornecrantz1-90/+38
2012-08-31android: do not expose single buffered eglconfigsTapani Pälli1-11/+8
2012-08-31android: fix liblog API changesTapani Pälli1-3/+14
2012-08-27egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner1-1/+1
2012-08-26gbm: Use libkms to replace DRI cursor imagesJakob Bornecrantz1-0/+1
2012-08-23egl_dri2: Fix segmentation faultPaulo Alcantara1-1/+1
2012-08-14egl: Allow OpenGL ES 3.0 as a versionIan Romanick2-1/+8
2012-08-14egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2-6/+62
2012-08-14egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick3-0/+29
2012-08-14egl: Implement front-end support for EGL_KHR_create_contextIan Romanick4-5/+217
2012-08-14egl_dri2: Silence warnings about missing initializersIan Romanick1-2/+2
2012-08-14egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick3-7/+9
2012-08-14egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick1-1/+17
2012-08-14egl_dri2: Require DRI2 version 2Ian Romanick1-22/+5