summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/drm: Fix misused x and y offsets in swrast_get_image()Gwan-gyeong Mun2017-08-011-4/+19
* egl/drm: Fix misused x and y offsets in swrast_put_image2()Gwan-gyeong Mun2017-08-011-2/+17
* egl: remove unnecessary empty array elementEric Engestrom2017-08-011-3/+2
* egl: split enums to make use of -WswitchEric Engestrom2017-08-011-10/+8
* egl: use designated initaliser for _eglGlobalEric Engestrom2017-08-011-9/+9
* egl: make platform's SwapInterval() optionalEric Engestrom2017-08-012-12/+1
* loader: remove clamp_swap_interval()Eric Engestrom2017-08-011-14/+0
* egl: deduplicate swap interval clamping logicEric Engestrom2017-08-014-40/+14
* Android: fix compile error for DRI2 loader getCapabilityRob Herring2017-07-311-1/+1
* dri_interface,egl,gallium: only expose RGBA visuals on AndroidMarek Olšák2017-07-311-2/+16
* egl: move KHR_no_error vs debug/robustness check further downGrigori Goronzy2017-07-261-11/+10
* egl: fix whitespace issues from eglimage codeTapani Pälli2017-07-251-10/+10
* egl/wayland: Ignore invalid modifiersDaniel Stone2017-07-241-0/+4
* egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND17.2-branchpointEmil Velikov2017-07-241-1/+1
* wayland-egl: update the SHA1 of the commit introducing v3Emil Velikov2017-07-241-1/+1
* wayland-egl: Update ABI checkerMiguel A. Vico2017-07-241-15/+75
* wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico2017-07-243-2/+24
* egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico2017-07-241-1/+12
* egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico2017-07-243-33/+37
* wayland-egl: Add wl_egl_window ABI checkerMiguel A. Vico2017-07-242-1/+180
* configure.ac: rework wayland-protocols handlingEmil Velikov2017-07-241-6/+7
* egl: fix line continuationEric Engestrom2017-07-191-1/+1
* egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsingEmil Velikov2017-07-191-0/+7
* egl/dri2: remove unused buffer_count variableGwan-gyeong Mun2017-07-194-8/+2
* egl/drm: Format code in platform_drm.c according to style guide.Gwan-gyeong Mun2017-07-191-1/+2
* egl/drm: add going out of the loop when the designated buffer is foundGwan-gyeong Mun2017-07-191-0/+1
* egl: Add MKDIR_GEN definitionDaniel Stone2017-07-191-0/+2
* egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-185-20/+217
* egl/wayland: Remove duplicate wl_buffer creation codeDaniel Stone2017-07-181-42/+12
* egl/wayland: Remove more surface specifics from create_wl_bufferDaniel Stone2017-07-181-15/+12
* egl/wayland: Make create_wl_buffer more genericDaniel Stone2017-07-181-32/+34
* gbm: Axe buffer import format conversion tableDaniel Stone2017-07-181-1/+2
* egl: Fix predecence problem when setting __DRI_CTX_FLAG_NO_ERRORKenneth Graunke2017-07-141-1/+1
* egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy2017-07-146-2/+53
* egl/wayland: Use MIN2 for wl_drm versionDaniel Stone2017-07-141-3/+1
* egl/wayland: Fix whitespace damageDaniel Stone2017-07-141-18/+20
* egl: remove unused err variableAlejandro Piñeiro2017-07-131-1/+1
* egl: set KHR_gl_texture_3D_image only when the requirements are met.Emil Velikov2017-07-121-3/+4
* egl: enhance KHR_gl_image extensions checksEmil Velikov2017-07-121-15/+21
* egl: don't set modifier if no modifiers are availableEmil Velikov2017-07-121-2/+0
* egl: check for extensions' presence during attr parsingEmil Velikov2017-07-121-4/+18
* egl: add width/height as EXT_image_dma_buf_import attrsEmil Velikov2017-07-121-0/+6
* egl: polish EXT_image_dma_buf_import attr parsingEmil Velikov2017-07-121-29/+22
* egl: simplify EXT_image_dma_buf_import_modifiers attr parsingEmil Velikov2017-07-121-26/+4
* egl: split _eglParseImageAttribList into per extension functionsEmil Velikov2017-07-121-186/+260
* egl: call _eglError within _eglParseImageAttribListEmil Velikov2017-07-123-30/+18
* egl: move eglCreateDRMImageMESA's malloc laterEmil Velikov2017-07-121-29/+23
* egl: android: Fix potential use of unitialized variableTomasz Figa2017-07-051-1/+3
* Android: use symlinks for driver loadingRob Herring2017-06-291-9/+0
* egl_dri2: swrastGetDrawableInfo: set *x, *y [v2]Ben Crocker2017-06-261-1/+3