summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/egl_dri2.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt1-6/+24
2013-10-24egl: Add an optional function call for getting the DRI driver interface.Eric Anholt1-2/+18
2013-10-15egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg1-11/+1
2013-10-11wayland: Only pass wl_drm instance to gbm when using gbm platformKristian Høgsberg1-1/+2
2013-10-11wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg1-2/+8
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira1-11/+17
2013-08-02egl/dri2: support for creating images out of dma buffersTopi Pohjolainen1-0/+262
2013-07-18egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPEIan Romanick1-1/+1
2013-07-18dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis1-1/+1
2013-05-02wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford1-2/+2
2013-04-24egl/dri2: Fix min/max swap interval of configsChad Versace1-3/+3
2013-03-19egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg1-2/+4
2013-03-18wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg1-10/+27
2013-02-26egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick1-1/+8
2013-02-06egl/dri: Don't invoke dri2_dpy->flush if it's NULL.José Fonseca1-1/+2
2013-02-01egl/dri2: Fix memory leak.Vinson Lee1-0/+1
2013-02-01dri2: Create image from textureAbdiel Janulgue1-0/+122
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 Versace1-2/+9
2012-11-19egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace1-0/+64
2012-10-09egl: Add support for driconf control of swapinterval.Eric Anholt1-4/+5
2012-09-05Use calloc instead of malloc/memset-0Matt Turner1-3/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-08-31dri: Rework planar image interfaceJakob Bornecrantz1-90/+38
2012-08-23egl_dri2: Fix segmentation faultPaulo Alcantara1-1/+1
2012-08-14egl: Allow OpenGL ES 3.0 as a versionIan Romanick1-0/+1
2012-08-14egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick1-6/+61
2012-08-14egl_dri2: Silence warnings about missing initializersIan Romanick1-2/+2
2012-08-14egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick1-2/+2
2012-08-14egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick1-1/+17
2012-08-14egl_dri2: Require DRI2 version 2Ian Romanick1-22/+5
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-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-02-29egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt1-1/+1
2012-01-24Revert "Always build shared glapi"Matt Turner1-0/+8
2012-01-20Always build shared glapiMatt Turner1-8/+0
2012-01-11wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg1-6/+4
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-20egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund1-1/+7
2011-12-13egl_dri2: Fix some valgrind reported leaksBenjamin Franzke1-6/+3
2011-08-31wayland: Track changes to drop wl_visualKristian Høgsberg1-3/+15
2011-08-31egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg1-2/+4