summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2017-07-19egl: fix line continuationEric Engestrom1-1/+1
2017-07-19egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsingEmil Velikov1-0/+7
2017-07-19egl/dri2: remove unused buffer_count variableGwan-gyeong Mun4-8/+2
2017-07-19egl/drm: Format code in platform_drm.c according to style guide.Gwan-gyeong Mun1-1/+2
2017-07-19egl/drm: add going out of the loop when the designated buffer is foundGwan-gyeong Mun1-0/+1
2017-07-19egl: Add MKDIR_GEN definitionDaniel Stone1-0/+2
2017-07-18egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone5-20/+217
2017-07-18egl/wayland: Remove duplicate wl_buffer creation codeDaniel Stone1-42/+12
2017-07-18egl/wayland: Remove more surface specifics from create_wl_bufferDaniel Stone1-15/+12
2017-07-18egl/wayland: Make create_wl_buffer more genericDaniel Stone1-32/+34
2017-07-18gbm: Axe buffer import format conversion tableDaniel Stone1-1/+2
2017-07-14egl: Fix predecence problem when setting __DRI_CTX_FLAG_NO_ERRORKenneth Graunke1-1/+1
2017-07-14egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy6-2/+53
2017-07-14egl/wayland: Use MIN2 for wl_drm versionDaniel Stone1-3/+1
2017-07-14egl/wayland: Fix whitespace damageDaniel Stone1-18/+20
2017-07-13egl: remove unused err variableAlejandro PiƱeiro1-1/+1
2017-07-12egl: set KHR_gl_texture_3D_image only when the requirements are met.Emil Velikov1-3/+4
2017-07-12egl: enhance KHR_gl_image extensions checksEmil Velikov1-15/+21
2017-07-12egl: don't set modifier if no modifiers are availableEmil Velikov1-2/+0
2017-07-12egl: check for extensions' presence during attr parsingEmil Velikov1-4/+18
2017-07-12egl: add width/height as EXT_image_dma_buf_import attrsEmil Velikov1-0/+6
2017-07-12egl: polish EXT_image_dma_buf_import attr parsingEmil Velikov1-29/+22
2017-07-12egl: simplify EXT_image_dma_buf_import_modifiers attr parsingEmil Velikov1-26/+4
2017-07-12egl: split _eglParseImageAttribList into per extension functionsEmil Velikov1-186/+260
2017-07-12egl: call _eglError within _eglParseImageAttribListEmil Velikov3-30/+18
2017-07-12egl: move eglCreateDRMImageMESA's malloc laterEmil Velikov1-29/+23
2017-07-05egl: android: Fix potential use of unitialized variableTomasz Figa1-1/+3
2017-06-29Android: use symlinks for driver loadingRob Herring1-9/+0
2017-06-26egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker1-1/+3
2017-06-26egl: fold _eglError() + return EGL_FALSEEmil Velikov9-130/+65
2017-06-26egl: drop _eglInitImage() return typeEmil Velikov7-42/+12
2017-06-22egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)Chad Versace4-25/+28
2017-06-22egl/x11: Declare EGLConfig attrib array inside loopChad Versace1-12/+12
2017-06-22egl/drm: Declare EGLConfig attrib array inside loopChad Versace1-5/+5
2017-06-22egl/android: Declare EGLConfig attrib array inside loop (v2)Chad Versace1-9/+7
2017-06-22egl/dri2: Declare loop vars inside the loopChad Versace1-24/+19
2017-06-22egl/wayland: Declare loop vars inside the loopChad Versace1-27/+17
2017-06-22egl/surfaceless: Move loop vars inside the loopChad Versace1-7/+5
2017-06-22egl/x11: Declare loop vars inside the loopChad Versace1-8/+7
2017-06-22egl/drm: Move loop vars inside the loopChad Versace1-22/+15
2017-06-22egl/android: Declare loop vars inside their loops (v2)Chad Versace1-19/+15
2017-06-22egl: properly count configsEric Engestrom5-6/+12
2017-06-22egl/android: Change order of EGLConfig generation (v2)Chad Versace1-7/+25
2017-06-22egl: simplify dri_config conditionalsEric Engestrom2-17/+11
2017-06-21egl: turn one more boolean `int` into a `bool`Eric Engestrom1-1/+1
2017-06-21egl: turn boolean `int`s into `bool`sEric Engestrom5-24/+25
2017-06-16egl/display: make platform detection thread-safeEric Engestrom1-7/+12
2017-06-16egl/display: only detect the platform onceEric Engestrom1-14/+17
2017-06-15egl/android: Fix typ-oRobert Foss1-1/+1
2017-06-14Fix khrplatform.h not installed if EGL is disabled.Eric Le Bihan1-3/+0