summaryrefslogtreecommitdiff
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/loader: move crtc resource infrastructure as common helperTapani Pälli2023-05-112-6/+7
* wsi/wayland: Support VK_KHR_present_waitDaniel Stone2023-05-031-0/+1
* wayland: generalize wayland-protocols code generationSimon Ser2023-05-032-18/+22
* dri/android: Fix MSAA resolveRob Clark2023-04-271-1/+1
* egl: fix typosHarri Nieminen2023-04-2614-18/+18
* egl: Clear EGL_WINDOW_BIT for non-double-buffered EGLConfigsAdam Jackson2023-04-261-0/+3
* egl: inline driver.GetProcAddress() as it's always _glapi_get_proc_address()Eric Engestrom2023-04-195-17/+3
* egl/wayland: fix oob buffer access during buffer_fds clean upDavid Redondo2023-04-171-2/+2
* egl: fix memory leak related to _eglRefreshDeviceList()Patrick Lerda2023-04-111-1/+3
* dri2/android: Bypass throttlingRob Clark2023-03-303-3/+13
* egl: don't expose swrast device if swrast is not builtMarek Olšák2023-03-222-1/+11
* egl: reorder code in _eglQueryDevicesEXT, add *swrast variableMarek Olšák2023-03-221-8/+11
* yegl/wayland: fix glthread deadlocksPierre-Eric Pelloux-Prayer2023-03-131-9/+11
* egl/wayland: Fix destruction of event queue with proxies still attached.Alexandros Frantzis2023-03-021-2/+2
* egl: include directly the useful vulkan header, instead of including everythingEric Engestrom2023-02-233-3/+5
* meson: replace vk_wsi_args with dependencies to let meson take care of transi...Eric Engestrom2023-02-231-3/+1
* EGL: implement Haiku driver over GalliumX5122023-02-183-98/+301
* hgl: removeX5122023-02-181-1/+0
* egl/kopper: Pass ancillary invalidate flush flags down to gallium.Emma Anholt2023-02-151-1/+6
* egl/kopper: Use the kopper private interface for swapBuffers.Emma Anholt2023-02-151-1/+5
* egl: Add a note explaining the swapBuffers badness in dri2_x11_copy_buffers().Emma Anholt2023-02-151-1/+8
* egl/kopper: Add assert for no kopper in dri2_copy_region.Emma Anholt2023-02-151-4/+2
* meson: don't pass vk wsi args where they don't belongErik Faye-Lund2023-02-151-0/+4
* egl: fix fd_display_gpu on surfaceless and device platformsSimon Ser2023-01-312-1/+5
* egl/dri2: Use primary device in EGL device platform for kms_swrastLepton Wu2023-01-273-23/+9
* egl: Rewrite eglGetMscRateANGLE to avoid probes and handle multi-monitorKenneth Graunke2023-01-272-9/+75
* loader,glx,egl: remove is_different_gpu variable from loaderYogesh Mohan Marimuthu2023-01-241-1/+0
* egl: remove is_different_gpu variable from struct dri2_egl_displayYogesh Mohan Marimuthu2023-01-247-24/+41
* loader,glx,egl,vl,d3d: loader_get_user_preferred_fd() function to return orig...Yogesh Mohan Marimuthu2023-01-242-14/+4
* egl: add render_gpu tag to dri2_dpy->fd and dri2_dpy->dri_screen variableYogesh Mohan Marimuthu2023-01-249-142/+145
* egl/wayland: for prime, allocate linear_copy from display GPU VRAMYogesh Mohanmarimuthu2023-01-241-22/+86
* egl/wayland: keep display fd open for primeYogesh Mohanmarimuthu2023-01-241-0/+6
* loader,glx,egl/x11: init dri_screen_display_gpu in struct loader_dri3_drawableYogesh Mohanmarimuthu2023-01-241-0/+1
* egl: create DRI screen for display GPU in case of primeYogesh Mohanmarimuthu2023-01-242-0/+24
* egl,egl/x11: keep display fd open for primeYogesh Mohanmarimuthu2023-01-242-0/+8
* egl: add fd_display_gpu to struct dri2_egl_displayYogesh Mohanmarimuthu2023-01-247-0/+9
* egl/dri2: avoid undefined unlocksJonathan Gray2023-01-231-4/+0
* meson: use the same workaround for setting 'lib' on windowsDylan Baker2023-01-191-1/+1
* egl: const display & config pointers in eglGetConfigAttrib()Eric Engestrom2023-01-102-3/+3
* egl: inline _eglReportError(), and drop this and all the other unused definesEric Engestrom2023-01-102-14/+2
* dri: get rid of LIBGL_SHOW_FPSPierre-Eric Pelloux-Prayer2023-01-091-1/+0
* egl: handle NULL loaderPrivate in dri_is_thread_safePierre-Eric Pelloux-Prayer2023-01-051-3/+11
* egl/wayland: Prefer back buffer with minimum buffer ageMichel Dänzer2022-12-161-10/+16
* gallium: rename st_framebuffer_iface -> pipe_frontend_drawable, etc.Marek Olšák2022-12-091-1/+1
* gallium: remove pipe_frontend_screen::destroy callback, call it directlyMarek Olšák2022-12-091-2/+2
* gallium: remove enum st_texture_typeMarek Olšák2022-12-091-2/+2
* st/mesa: remove st_context callbacks for dri/glx/wgl frontendsMarek Olšák2022-12-091-3/+3
* gallium: remove st_context_iface, use st_context directlyMarek Olšák2022-12-092-3/+5
* gallium: rename st_manager to pipe_frontend_screen (think dri_screen)Marek Olšák2022-12-092-5/+5
* egl: Drop backwards compat for missing __DRI_ATTRIB_*_SHIFT.Emma Anholt2022-12-091-18/+4