summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2023-06-05util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITEYonggang Luo1-1/+1
2023-06-01egl: fix comments alignmentItalo Nicola1-3/+3
2023-06-01egl: disable partial redraw when gallium hud is activeItalo Nicola3-1/+7
2023-05-19meson: remove needless c++17-overridesErik Faye-Lund1-3/+0
2023-05-11egl/loader: move crtc resource infrastructure as common helperTapani Pälli2-6/+7
2023-05-03wsi/wayland: Support VK_KHR_present_waitDaniel Stone1-0/+1
2023-05-03wayland: generalize wayland-protocols code generationSimon Ser2-18/+22
2023-04-27dri/android: Fix MSAA resolveRob Clark1-1/+1
2023-04-26egl: fix typosHarri Nieminen14-18/+18
2023-04-26egl: Clear EGL_WINDOW_BIT for non-double-buffered EGLConfigsAdam Jackson1-0/+3
2023-04-19egl: inline driver.GetProcAddress() as it's always _glapi_get_proc_address()Eric Engestrom5-17/+3
2023-04-17egl/wayland: fix oob buffer access during buffer_fds clean upDavid Redondo1-2/+2
2023-04-11egl: fix memory leak related to _eglRefreshDeviceList()Patrick Lerda1-1/+3
2023-03-30dri2/android: Bypass throttlingRob Clark3-3/+13
2023-03-22egl: don't expose swrast device if swrast is not builtMarek Olšák2-1/+11
2023-03-22egl: reorder code in _eglQueryDevicesEXT, add *swrast variableMarek Olšák1-8/+11
2023-03-13yegl/wayland: fix glthread deadlocksPierre-Eric Pelloux-Prayer1-9/+11
2023-03-02egl/wayland: Fix destruction of event queue with proxies still attached.Alexandros Frantzis1-2/+2
2023-02-23egl: include directly the useful vulkan header, instead of including everythingEric Engestrom3-3/+5
2023-02-23meson: replace vk_wsi_args with dependencies to let meson take care of transi...Eric Engestrom1-3/+1
2023-02-18EGL: implement Haiku driver over GalliumX5123-98/+301
2023-02-18hgl: removeX5121-1/+0
2023-02-15egl/kopper: Pass ancillary invalidate flush flags down to gallium.Emma Anholt1-1/+6
2023-02-15egl/kopper: Use the kopper private interface for swapBuffers.Emma Anholt1-1/+5
2023-02-15egl: Add a note explaining the swapBuffers badness in dri2_x11_copy_buffers().Emma Anholt1-1/+8
2023-02-15egl/kopper: Add assert for no kopper in dri2_copy_region.Emma Anholt1-4/+2
2023-02-15meson: don't pass vk wsi args where they don't belongErik Faye-Lund1-0/+4
2023-01-31egl: fix fd_display_gpu on surfaceless and device platformsSimon Ser2-1/+5
2023-01-27egl/dri2: Use primary device in EGL device platform for kms_swrastLepton Wu3-23/+9
2023-01-27egl: Rewrite eglGetMscRateANGLE to avoid probes and handle multi-monitorKenneth Graunke2-9/+75
2023-01-24loader,glx,egl: remove is_different_gpu variable from loaderYogesh Mohan Marimuthu1-1/+0
2023-01-24egl: remove is_different_gpu variable from struct dri2_egl_displayYogesh Mohan Marimuthu7-24/+41
2023-01-24loader,glx,egl,vl,d3d: loader_get_user_preferred_fd() function to return orig...Yogesh Mohan Marimuthu2-14/+4
2023-01-24egl: add render_gpu tag to dri2_dpy->fd and dri2_dpy->dri_screen variableYogesh Mohan Marimuthu9-142/+145
2023-01-24egl/wayland: for prime, allocate linear_copy from display GPU VRAMYogesh Mohanmarimuthu1-22/+86
2023-01-24egl/wayland: keep display fd open for primeYogesh Mohanmarimuthu1-0/+6
2023-01-24loader,glx,egl/x11: init dri_screen_display_gpu in struct loader_dri3_drawableYogesh Mohanmarimuthu1-0/+1
2023-01-24egl: create DRI screen for display GPU in case of primeYogesh Mohanmarimuthu2-0/+24
2023-01-24egl,egl/x11: keep display fd open for primeYogesh Mohanmarimuthu2-0/+8
2023-01-24egl: add fd_display_gpu to struct dri2_egl_displayYogesh Mohanmarimuthu7-0/+9
2023-01-23egl/dri2: avoid undefined unlocksJonathan Gray1-4/+0
2023-01-19meson: use the same workaround for setting 'lib' on windowsDylan Baker1-1/+1
2023-01-10egl: const display & config pointers in eglGetConfigAttrib()Eric Engestrom2-3/+3
2023-01-10egl: inline _eglReportError(), and drop this and all the other unused definesEric Engestrom2-14/+2
2023-01-09dri: get rid of LIBGL_SHOW_FPSPierre-Eric Pelloux-Prayer1-1/+0
2023-01-05egl: handle NULL loaderPrivate in dri_is_thread_safePierre-Eric Pelloux-Prayer1-3/+11
2022-12-16egl/wayland: Prefer back buffer with minimum buffer ageMichel Dänzer1-10/+16
2022-12-09gallium: rename st_framebuffer_iface -> pipe_frontend_drawable, etc.Marek Olšák1-1/+1
2022-12-09gallium: remove pipe_frontend_screen::destroy callback, call it directlyMarek Olšák1-2/+2
2022-12-09gallium: remove enum st_texture_typeMarek Olšák1-2/+2