aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2
Commit message (Expand)AuthorAgeFilesLines
* egl: check the correct function pointerEric Engestrom2017-08-021-0/+2
* 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: make platform's SwapInterval() optionalEric Engestrom2017-08-011-11/+0
* loader: remove clamp_swap_interval()Eric Engestrom2017-08-011-14/+0
* egl: deduplicate swap interval clamping logicEric Engestrom2017-08-012-21/+2
* 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/wayland: Ignore invalid modifiersDaniel Stone2017-07-241-0/+4
* wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico2017-07-241-1/+15
* 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/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-184-18/+196
* 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
* 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-142-2/+19
* 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: call _eglError within _eglParseImageAttribListEmil Velikov2017-07-121-19/+6
* 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
* egl: fold _eglError() + return EGL_FALSEEmil Velikov2017-06-265-66/+33
* egl: drop _eglInitImage() return typeEmil Velikov2017-06-265-31/+7
* egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)Chad Versace2017-06-224-25/+28
* egl/x11: Declare EGLConfig attrib array inside loopChad Versace2017-06-221-12/+12
* egl/drm: Declare EGLConfig attrib array inside loopChad Versace2017-06-221-5/+5
* egl/android: Declare EGLConfig attrib array inside loop (v2)Chad Versace2017-06-221-9/+7
* egl/dri2: Declare loop vars inside the loopChad Versace2017-06-221-24/+19
* egl/wayland: Declare loop vars inside the loopChad Versace2017-06-221-27/+17
* egl/surfaceless: Move loop vars inside the loopChad Versace2017-06-221-7/+5
* egl/x11: Declare loop vars inside the loopChad Versace2017-06-221-8/+7
* egl/drm: Move loop vars inside the loopChad Versace2017-06-221-22/+15
* egl/android: Declare loop vars inside their loops (v2)Chad Versace2017-06-221-19/+15
* egl: properly count configsEric Engestrom2017-06-225-6/+12
* egl/android: Change order of EGLConfig generation (v2)Chad Versace2017-06-221-7/+25
* egl: simplify dri_config conditionalsEric Engestrom2017-06-222-17/+11
* egl: turn one more boolean `int` into a `bool`Eric Engestrom2017-06-211-1/+1
* egl: turn boolean `int`s into `bool`sEric Engestrom2017-06-215-24/+25
* egl/android: Fix typ-oRobert Foss2017-06-151-1/+1
* egl: improve dri2_fallback_swap_buffers_with_damage()Eric Engestrom2017-06-131-0/+1
* egl/android: support for EGL_KHR_partial_updateHarish Krupo2017-06-119-0/+74