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
/
platform_android.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
egl: remove is_different_gpu variable from struct dri2_egl_display
Yogesh Mohan Marimuthu
1
-0
/
+2
11 days
egl: add render_gpu tag to dri2_dpy->fd and dri2_dpy->dri_screen variable
Yogesh Mohan Marimuthu
1
-20
/
+20
11 days
egl: add fd_display_gpu to struct dri2_egl_display
Yogesh Mohanmarimuthu
1
-0
/
+1
2022-09-07
egl: Relax locking
Rob Clark
1
-8
/
+0
2022-08-17
egl: Convert to simple_mtx_t
Rob Clark
1
-2
/
+2
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
1
-39
/
+39
2021-07-09
egl/android: restore image creation fallback path used by virgl
Yiwei Zhang
1
-49
/
+85
2021-07-08
egl/android: only apply front rendering usage in shared buffer mode
Yiwei Zhang
1
-4
/
+21
2021-06-30
egl: android: add IMapper@4 metadata API buffer_info getter
Roman Stratiienko
1
-13
/
+3
2021-06-30
egl: android: prepare code for adding more buffer_info getters
Roman Stratiienko
1
-104
/
+134
2021-06-11
egl/android: add aosp_nougat system/window.h back for back compat
Yiwei Zhang
1
-2
/
+3
2021-06-09
egl/android: refactor to use the legit vndk/window.h header
Yiwei Zhang
1
-35
/
+31
2021-06-09
egl/android: fix cached buffer slots for EGL Android winsys
Yiwei Zhang
1
-20
/
+4
2021-05-26
egl/android: check front rendering support for cros gralloc
Yiwei Zhang
1
-2
/
+45
2021-04-16
egl/android: include "util/compiler.h" for FALLTHROUGH macro
Mauro Rossi
1
-0
/
+1
2021-04-15
Convert most remaining free-form fall-through comments to FALLTHROUGH
Michel Dänzer
1
-1
/
+1
2021-02-25
egl: android: use num_planes param in createImageFromDmaBufs()
Roman Stratiienko
1
-3
/
+3
2020-12-15
egl/android: implement image cleanup callback
David Stevens
1
-24
/
+48
2020-12-15
egl/android: don't pass loaderPriv in get_front_bo
David Stevens
1
-1
/
+1
2020-09-07
egl/android: HAVE_DRM_GRALLOC path fixes (v2)
Mauro Rossi
1
-3
/
+2
2020-09-01
egl/android: simplify dri2_initialize_android()
Eric Engestrom
1
-4
/
+1
2020-08-18
egl/android: Add support for CrOS buffer info perform op
Kristian H. Kristensen
1
-2
/
+67
2020-08-18
egl/android: Use droid_create_image_from_prime_fds() in get_back_bo()
Kristian H. Kristensen
1
-31
/
+2
2020-08-18
egl/android: Move droid_create_image_from_prime_fds() function up
Kristian H. Kristensen
1
-146
/
+146
2020-08-18
egl/android: Simplify droid_create_image_from_name() path
Kristian H. Kristensen
1
-21
/
+8
2020-08-18
egl/android: Drop unused ctx argument
Kristian H. Kristensen
1
-6
/
+6
2020-08-18
egl/android: Look up prime fds in droid_create_image_from_prime_fds()
Kristian H. Kristensen
1
-12
/
+10
2020-08-18
egl/android: Call createImageFromDmaBufs directly
Kristian H. Kristensen
1
-57
/
+37
2020-08-16
egl: drop unused _EGLDriver from QueryBufferAge()
Eric Engestrom
1
-2
/
+1
2020-08-16
egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
Eric Engestrom
1
-4
/
+3
2020-08-16
egl: drop unused _EGLDriver from SwapBuffers{,WithDamageEXT,RegionNOK}()
Eric Engestrom
1
-1
/
+1
2020-08-16
egl: drop unused _EGLDriver from SwapInterval()
Eric Engestrom
1
-2
/
+1
2020-08-16
egl: drop unused _EGLDriver from QuerySurface()
Eric Engestrom
1
-2
/
+2
2020-08-16
egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & Des...
Eric Engestrom
1
-12
/
+10
2020-08-16
egl: drop unused _EGLDriver from Initialize()
Eric Engestrom
1
-3
/
+3
2020-08-05
egl/android: Remove unused variable
Kristian H. Kristensen
1
-4
/
+0
2020-08-02
egl: consistently use dri2_egl_display() helper macro
Eric Engestrom
1
-1
/
+1
2020-08-01
egl: const _eglDriver
Eric Engestrom
1
-11
/
+11
2020-07-16
egl: drop now empty egl_dri2_fallbacks.h
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for get_sync_values
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for create_wayland_buffer_from_image
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for copy_buffers
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for post_sub_buffer
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for swap_buffers_region
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for swap_buffers_with_damage
Eric Engestrom
1
-1
/
+0
2020-07-16
egl: inline fallback for create_pixmap_surface
Eric Engestrom
1
-1
/
+0
2020-06-18
replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
Eric Engestrom
1
-1
/
+3
2020-05-26
egl/android: Drop unused variable
Kristian H. Kristensen
1
-1
/
+0
2020-05-26
egl/android: Move get_format under HAVE_DRM_GRALLOC guard where it's used
Kristian H. Kristensen
1
-20
/
+20
[next]