| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/dri2: remove unused buffer_count variable | Gwan-gyeong Mun | 2017-07-19 | 4 | -8/+2 |
* | egl/drm: Format code in platform_drm.c according to style guide. | Gwan-gyeong Mun | 2017-07-19 | 1 | -1/+2 |
* | egl/drm: add going out of the loop when the designated buffer is found | Gwan-gyeong Mun | 2017-07-19 | 1 | -0/+1 |
* | egl: Add MKDIR_GEN definition | Daniel Stone | 2017-07-19 | 1 | -0/+2 |
* | egl/wayland: Use linux-dmabuf interface for buffers | Daniel Stone | 2017-07-18 | 5 | -20/+217 |
* | egl/wayland: Remove duplicate wl_buffer creation code | Daniel Stone | 2017-07-18 | 1 | -42/+12 |
* | egl/wayland: Remove more surface specifics from create_wl_buffer | Daniel Stone | 2017-07-18 | 1 | -15/+12 |
* | egl/wayland: Make create_wl_buffer more generic | Daniel Stone | 2017-07-18 | 1 | -32/+34 |
* | gbm: Axe buffer import format conversion table | Daniel Stone | 2017-07-18 | 1 | -1/+2 |
* | egl: Fix predecence problem when setting __DRI_CTX_FLAG_NO_ERROR | Kenneth Graunke | 2017-07-14 | 1 | -1/+1 |
* | egl: Add EGL_KHR_create_context_no_error support | Grigori Goronzy | 2017-07-14 | 6 | -2/+53 |
* | egl/wayland: Use MIN2 for wl_drm version | Daniel Stone | 2017-07-14 | 1 | -3/+1 |
* | egl/wayland: Fix whitespace damage | Daniel Stone | 2017-07-14 | 1 | -18/+20 |
* | egl: remove unused err variable | Alejandro PiƱeiro | 2017-07-13 | 1 | -1/+1 |
* | egl: set KHR_gl_texture_3D_image only when the requirements are met. | Emil Velikov | 2017-07-12 | 1 | -3/+4 |
* | egl: enhance KHR_gl_image extensions checks | Emil Velikov | 2017-07-12 | 1 | -15/+21 |
* | egl: don't set modifier if no modifiers are available | Emil Velikov | 2017-07-12 | 1 | -2/+0 |
* | egl: check for extensions' presence during attr parsing | Emil Velikov | 2017-07-12 | 1 | -4/+18 |
* | egl: add width/height as EXT_image_dma_buf_import attrs | Emil Velikov | 2017-07-12 | 1 | -0/+6 |
* | egl: polish EXT_image_dma_buf_import attr parsing | Emil Velikov | 2017-07-12 | 1 | -29/+22 |
* | egl: simplify EXT_image_dma_buf_import_modifiers attr parsing | Emil Velikov | 2017-07-12 | 1 | -26/+4 |
* | egl: split _eglParseImageAttribList into per extension functions | Emil Velikov | 2017-07-12 | 1 | -186/+260 |
* | egl: call _eglError within _eglParseImageAttribList | Emil Velikov | 2017-07-12 | 3 | -30/+18 |
* | egl: move eglCreateDRMImageMESA's malloc later | Emil Velikov | 2017-07-12 | 1 | -29/+23 |
* | egl: android: Fix potential use of unitialized variable | Tomasz Figa | 2017-07-05 | 1 | -1/+3 |
* | Android: use symlinks for driver loading | Rob Herring | 2017-06-29 | 1 | -9/+0 |
* | egl_dri2: swrastGetDrawableInfo: set *x, *y [v2] | Ben Crocker | 2017-06-26 | 1 | -1/+3 |
* | egl: fold _eglError() + return EGL_FALSE | Emil Velikov | 2017-06-26 | 9 | -130/+65 |
* | egl: drop _eglInitImage() return type | Emil Velikov | 2017-06-26 | 7 | -42/+12 |
* | egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2) | Chad Versace | 2017-06-22 | 4 | -25/+28 |
* | egl/x11: Declare EGLConfig attrib array inside loop | Chad Versace | 2017-06-22 | 1 | -12/+12 |
* | egl/drm: Declare EGLConfig attrib array inside loop | Chad Versace | 2017-06-22 | 1 | -5/+5 |
* | egl/android: Declare EGLConfig attrib array inside loop (v2) | Chad Versace | 2017-06-22 | 1 | -9/+7 |
* | egl/dri2: Declare loop vars inside the loop | Chad Versace | 2017-06-22 | 1 | -24/+19 |
* | egl/wayland: Declare loop vars inside the loop | Chad Versace | 2017-06-22 | 1 | -27/+17 |
* | egl/surfaceless: Move loop vars inside the loop | Chad Versace | 2017-06-22 | 1 | -7/+5 |
* | egl/x11: Declare loop vars inside the loop | Chad Versace | 2017-06-22 | 1 | -8/+7 |
* | egl/drm: Move loop vars inside the loop | Chad Versace | 2017-06-22 | 1 | -22/+15 |
* | egl/android: Declare loop vars inside their loops (v2) | Chad Versace | 2017-06-22 | 1 | -19/+15 |
* | egl: properly count configs | Eric Engestrom | 2017-06-22 | 5 | -6/+12 |
* | egl/android: Change order of EGLConfig generation (v2) | Chad Versace | 2017-06-22 | 1 | -7/+25 |
* | egl: simplify dri_config conditionals | Eric Engestrom | 2017-06-22 | 2 | -17/+11 |
* | egl: turn one more boolean `int` into a `bool` | Eric Engestrom | 2017-06-21 | 1 | -1/+1 |
* | egl: turn boolean `int`s into `bool`s | Eric Engestrom | 2017-06-21 | 5 | -24/+25 |
* | egl/display: make platform detection thread-safe | Eric Engestrom | 2017-06-16 | 1 | -7/+12 |
* | egl/display: only detect the platform once | Eric Engestrom | 2017-06-16 | 1 | -14/+17 |
* | egl/android: Fix typ-o | Robert Foss | 2017-06-15 | 1 | -1/+1 |
* | Fix khrplatform.h not installed if EGL is disabled. | Eric Le Bihan | 2017-06-14 | 1 | -3/+0 |
* | egl: improve dri2_fallback_swap_buffers_with_damage() | Eric Engestrom | 2017-06-13 | 1 | -0/+1 |
* | egl/android: support for EGL_KHR_partial_update | Harish Krupo | 2017-06-11 | 16 | -0/+183 |