index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-04
egl/kopper: Hook up eglSwapInterval
Adam Jackson
2
-2
/
+80
2022-04-28
wgl: Implement WGL_ARB_create_context_robustness
Jesse Natalie
1
-1
/
+5
2022-04-16
Revert "egl/wayland: deprecate drm_handle_format() and drm_handle_capabilitie...
Leandro Ribeiro
2
-13
/
+47
2022-04-07
egl: implement more hooks for swrast
Mike Blumenkrantz
1
-2
/
+11
2022-04-07
egl: Learn about kopper
Adam Jackson
7
-41
/
+129
2022-03-21
glx/egl: improve dri null screen related error messages.
Yonggang Luo
1
-1
/
+1
2022-03-07
egl/wayland: fix crash in dri2_initialize_wayland_swrast
José Expósito
1
-2
/
+3
2022-03-07
egl/wayland: fix crash in dri2_initialize_wayland_drm
José Expósito
1
-2
/
+3
2022-03-04
egl+libsync: Add helper to complain about invalid fence fd's
Rob Clark
1
-0
/
+7
2022-03-04
android: Push in-fence-fd down to driver
Rob Clark
2
-39
/
+43
2022-02-07
egl/wayland: Don't replace existing backbuffer in get_buffers
Daniel Stone
1
-2
/
+2
2022-02-07
egl/wayland: Reset buffer age when destroying buffers
Daniel Stone
1
-0
/
+4
2022-02-04
egl: Use the new no-error driver interface
Adam Jackson
2
-6
/
+9
2022-01-17
egl/dri2: short-circuit dri2_make_current when possible
Lucas Stach
1
-0
/
+7
2022-01-17
egl/dri2: remove superfluous flush when changing the context
Lucas Stach
1
-6
/
+3
2022-01-10
egl/wayland: break double/tripple buffering feedback loops
Lucas Stach
1
-4
/
+16
2021-12-07
loader/dri3: replace is_pixmap with drawable type
Qiang Yu
1
-1
/
+1
2021-12-07
loader/dri3: add drawable type set by GLX and EGL
Qiang Yu
1
-0
/
+16
2021-12-02
egl/wayland: fix surface dma-buf feedback error exits
Leandro Ribeiro
1
-4
/
+8
2021-12-02
egl/wayland: do not try to bind to wl_drm if not advertised
Leandro Ribeiro
1
-0
/
+3
2021-11-26
egl/wayland: use surface dma-buf feedback to allocate surface buffers
Leandro Ribeiro
2
-4
/
+78
2021-11-26
egl/wayland: move loader_dri_create_image() calls to separate functions
Leandro Ribeiro
1
-37
/
+58
2021-11-26
egl/wayland: add initial dma-buf feedback support
Leandro Ribeiro
2
-12
/
+452
2021-11-26
egl/wayland: remove unused constant EGL_DRI2_NUM_FORMATS
Leandro Ribeiro
2
-7
/
+0
2021-11-26
egl/wayland: move formats and modifiers to a separate struct
Leandro Ribeiro
2
-29
/
+88
2021-11-26
egl/wayland: do not try to access memory if allocation failed
Leandro Ribeiro
1
-1
/
+2
2021-11-26
egl/wayland: deprecate drm_handle_format() and drm_handle_capabilities()
Leandro Ribeiro
2
-53
/
+11
2021-11-26
egl/wayland: replace EGL_DRI2_MAX_FORMATS by EGL_DRI2_NUM_FORMATS
Leandro Ribeiro
2
-6
/
+7
2021-11-26
egl/wayland: Remove unused wayland enum
Scott Anderson
1
-9
/
+0
2021-11-26
egl: remove unnecessary spaces after types
Leandro Ribeiro
1
-77
/
+77
2021-11-16
c11/threads: Re-align return values for timed waits
Jason Ekstrand
1
-1
/
+1
2021-10-16
egl/wayland: Properly clear stale buffers on resize
Derek Foreman
2
-4
/
+6
2021-10-13
egl/dri: Enable FP16 for EGL_EXT_platform_device
Adam Jackson
1
-1
/
+14
2021-10-12
egl: implement EGL_EXT_present_opaque on wayland
Eric Engestrom
1
-12
/
+52
2021-10-08
util/vector: make util_vector_init harder to misuse
Chia-I Wu
1
-1
/
+1
2021-10-06
egl/wayland: Support RGBA ordered formats
Derek Foreman
2
-1
/
+17
2021-09-29
gallium: add PIPE_CAP_PREFER_BACK_BUFFER_REUSE
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2021-09-15
egl: Add a basic Windows driver
Jesse Natalie
2
-1
/
+743
2021-09-15
meson, egl: Support building for the Windows platform
Jesse Natalie
1
-0
/
+27
2021-09-09
gbm/dri: implement image lookup extension version 2
Qiang Yu
1
-0
/
+2
2021-09-09
egl/dri2: seperate EGLImage validate and lookup
Qiang Yu
2
-9
/
+35
2021-07-23
egl/dri2: Stop disabling pbuffer support on msaa configs
Adam Jackson
1
-9
/
+0
2021-07-21
egl/surfaceless: try kms_swrast before swrast
Chia-I Wu
1
-5
/
+9
2021-07-21
egl/wayland: Allow EGLSurface to outlive wl_egl_window
Daniel Stone
1
-6
/
+15
2021-07-21
egl/wayland: Error on invalid native window
Daniel Stone
1
-0
/
+10
2021-07-09
egl/android: restore image creation fallback path used by virgl
Yiwei Zhang
3
-49
/
+90
2021-07-08
egl/android: only apply front rendering usage in shared buffer mode
Yiwei Zhang
2
-4
/
+22
2021-07-06
gbm: Version the GBM backend interface
James Jones
1
-20
/
+22
2021-06-30
egl: android: add IMapper@4 metadata API buffer_info getter
Roman Stratiienko
3
-14
/
+253
2021-06-30
egl: android: prepare code for adding more buffer_info getters
Roman Stratiienko
1
-104
/
+134
[next]