egl: drop unused _EGLDriver from Terminate()
[mesa.git] / src / egl / main / eglimage.c
2019-11-14 Tapani PälliRevert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"
2019-10-25 Marek Olšákegl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT
2019-02-06 Eric Engestromegl: use coherent variable names
2017-07-25 Tapani Pälliegl: fix whitespace issues from eglimage code
2017-07-19 Emil Velikovegl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr...
2017-07-12 Emil Velikovegl: check for extensions' presence during attr parsing
2017-07-12 Emil Velikovegl: add width/height as EXT_image_dma_buf_import attrs
2017-07-12 Emil Velikovegl: polish EXT_image_dma_buf_import attr parsing
2017-07-12 Emil Velikovegl: simplify EXT_image_dma_buf_import_modifiers attr...
2017-07-12 Emil Velikovegl: split _eglParseImageAttribList into per extension...
2017-07-12 Emil Velikovegl: call _eglError within _eglParseImageAttribList
2017-06-26 Emil Velikovegl: drop _eglInitImage() return type
2017-05-30 Varad Gautamegl/dri2: Create EGLImages with dmabuf modifiers
2017-05-30 Pekka Paalanenegl/main: add support for fourth plane tokens
2017-02-15 Eric Engestromegl: remove duplicate 0 assignment
2013-08-02 Topi Pohjolainenegl: definitions for EXT_image_dma_buf_import
2012-07-11 Kristian Høgsbergegl: Add EGL_WAYLAND_PLANE_WL attribute
2012-04-13 Dylan Noblesmithegl: fix uninitialized values
2011-12-20 Chia-I Wuegl: remove #ifdef's for official extensions
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-07-02 Chia-I Wuegl: add copyright notices
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Vinson Leeegl: Remove unnecessary headers.
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-23 Chia-I Wuegl: Add reference count for resources.
2010-10-22 Chia-I Wuegl: Move fallback routines to eglfallbacks.c.
2010-10-22 Chia-I Wuegl: Parse image attributes with _eglParseImageAttribList.
2010-10-22 Chia-I Wuegl: Move attributes in _EGLImage to _EGLImageAttribs.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-01-31 Chia-I Wuegl: Add support for more EGLImage extensions to EGL...
2010-01-31 Chia-I Wuegl: Initialize display resources with their display.
2010-01-31 Chia-I Wuegl: Refactor _eglInitImage.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Chia-I Wuegl: Add support for EGL_KHR_image.