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
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
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
staging/22.2
staging/22.3
staging/23.0
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
/
dri2
/
egl_dri2.h
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
egl: Rewrite eglGetMscRateANGLE to avoid probes and handle multi-monitor
Kenneth Graunke
1
-0
/
+1
2023-01-24
egl: remove is_different_gpu variable from struct dri2_egl_display
Yogesh Mohan Marimuthu
1
-1
/
+11
2023-01-24
egl: add render_gpu tag to dri2_dpy->fd and dri2_dpy->dri_screen variable
Yogesh Mohan Marimuthu
1
-3
/
+3
2023-01-24
egl: create DRI screen for display GPU in case of prime
Yogesh Mohanmarimuthu
1
-0
/
+1
2023-01-24
egl: add fd_display_gpu to struct dri2_egl_display
Yogesh Mohanmarimuthu
1
-0
/
+1
2022-12-09
egl: Replace sRGB support check with a pscreen query.
Emma Anholt
1
-1
/
+0
2022-12-09
egl: Replace the robustness DRI2 ext check with a pipe cap query.
Emma Anholt
1
-1
/
+0
2022-12-05
dri: Introduce internal Mesa DRI driver loader extension.
Emma Anholt
1
-0
/
+2
2022-09-07
egl/dri2: Add display lock
Rob Clark
1
-0
/
+20
2022-08-09
egl/x11: implement ANGLE_sync_control_rate
Yonggang Luo
1
-0
/
+5
2022-07-12
egl: Just include driconf.h instead of redefining its values.
Emma Anholt
1
-6
/
+0
2022-04-16
Revert "egl/wayland: deprecate drm_handle_format() and drm_handle_capabilitie...
Leandro Ribeiro
1
-0
/
+1
2022-04-07
egl: Learn about kopper
Adam Jackson
1
-0
/
+2
2022-03-04
android: Push in-fence-fd down to driver
Rob Clark
1
-0
/
+4
2022-02-04
egl: Use the new no-error driver interface
Adam Jackson
1
-1
/
+0
2021-11-26
egl/wayland: use surface dma-buf feedback to allocate surface buffers
Leandro Ribeiro
1
-0
/
+1
2021-11-26
egl/wayland: add initial dma-buf feedback support
Leandro Ribeiro
1
-0
/
+30
2021-11-26
egl/wayland: remove unused constant EGL_DRI2_NUM_FORMATS
Leandro Ribeiro
1
-2
/
+0
2021-11-26
egl/wayland: move formats and modifiers to a separate struct
Leandro Ribeiro
1
-2
/
+13
2021-11-26
egl/wayland: deprecate drm_handle_format() and drm_handle_capabilities()
Leandro Ribeiro
1
-1
/
+0
2021-11-26
egl/wayland: replace EGL_DRI2_MAX_FORMATS by EGL_DRI2_NUM_FORMATS
Leandro Ribeiro
1
-2
/
+2
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-10-16
egl/wayland: Properly clear stale buffers on resize
Derek Foreman
1
-0
/
+1
2021-10-06
egl/wayland: Support RGBA ordered formats
Derek Foreman
1
-1
/
+1
2021-09-09
egl/dri2: seperate EGLImage validate and lookup
Qiang Yu
1
-0
/
+6
2021-07-08
egl/android: only apply front rendering usage in shared buffer mode
Yiwei Zhang
1
-0
/
+1
2021-06-11
egl/android: add aosp_nougat system/window.h back for back compat
Yiwei Zhang
1
-0
/
+6
2021-06-09
egl/android: refactor to use the legit vndk/window.h header
Yiwei Zhang
1
-1
/
+1
2021-05-26
egl/android: check front rendering support for cros gralloc
Yiwei Zhang
1
-0
/
+2
2020-08-18
egl/android: Call createImageFromDmaBufs directly
Kristian H. Kristensen
1
-0
/
+3
2020-08-16
egl: drop unused _EGLDriver from QueryBufferAge()
Eric Engestrom
1
-2
/
+1
2020-08-16
egl: drop unused _EGLDriver from PostSubBufferNV()
Eric Engestrom
1
-2
/
+1
2020-08-16
egl: drop unused _EGLDriver from CreateWaylandBufferFromImageWL()
Eric Engestrom
1
-2
/
+2
2020-08-16
egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
Eric Engestrom
1
-5
/
+3
2020-08-16
egl: drop unused _EGLDriver from CopyBuffers()
Eric Engestrom
1
-2
/
+2
2020-08-16
egl: drop unused _EGLDriver from SwapBuffers{,WithDamageEXT,RegionNOK}()
Eric Engestrom
1
-7
/
+4
2020-08-16
egl: drop unused _EGLDriver from SwapInterval()
Eric Engestrom
1
-2
/
+2
2020-08-16
egl: drop unused _EGLDriver from QuerySurface()
Eric Engestrom
1
-3
/
+2
2020-08-16
egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & Des...
Eric Engestrom
1
-8
/
+4
2020-08-16
egl: drop unused _EGLDriver from Initialize()
Eric Engestrom
1
-14
/
+12
2020-08-01
egl: const _eglDriver
Eric Engestrom
1
-27
/
+27
2020-07-16
egl: mark the rest of the callbacks as mandatory or optional
Eric Engestrom
1
-0
/
+10
2020-07-16
egl: inline fallback for get_sync_values
Eric Engestrom
1
-0
/
+1
2020-07-16
egl: inline fallback for create_wayland_buffer_from_image
Eric Engestrom
1
-0
/
+1
2020-07-16
egl: inline fallback for query_buffer_age
Eric Engestrom
1
-0
/
+1
2020-07-16
egl: inline fallback for copy_buffers
Eric Engestrom
1
-0
/
+1
2020-07-16
egl: inline fallback for post_sub_buffer
Eric Engestrom
1
-0
/
+1
2020-07-16
egl: inline fallback for swap_buffers_region
Eric Engestrom
1
-0
/
+1
2020-07-16
egl: inline fallback for swap_buffers_with_damage
Eric Engestrom
1
-0
/
+1
[next]