index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: deduplicate allocations of local buffer over each platform backend (v2)
Gwan-gyeong Mun
2017-08-22
5
-115
/
+71
*
egl: Fix inclusion of egl.h+mesa_glinterop.h
Matt Turner
2017-08-21
2
-2
/
+2
*
egl: Add dma_buf_import_modifiers for glvnd
Daniel Stone
2017-08-21
1
-0
/
+4
*
loader_dri3/glx/egl: Optionally use a blit context for blitting operations
Thomas Hellstrom
2017-08-17
3
-1
/
+15
*
loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
2017-08-17
1
-12
/
+0
*
egl: Update headers from Khronos
Daniel Stone
2017-08-11
1
-29
/
+597
*
egl/dri2: Allow modifiers to add FDs to imports
Daniel Stone
2017-08-11
1
-19
/
+19
*
egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy
Emil Velikov
2017-08-10
1
-2
/
+2
*
egl/drm: rename dri2_drm_create_surface()
Emil Velikov
2017-08-10
1
-13
/
+4
*
egl/drm: remove unreachable code in dri2_drm_create_surface()
Emil Velikov
2017-08-10
1
-13
/
+7
*
egl/x11: pass NULL instead of XCB_WINDOW_NONE as native_surface
Emil Velikov
2017-08-10
2
-2
/
+2
*
egl: Clean up native_type vs drawable mess
Matt Turner
2017-08-10
2
-8
/
+5
*
egl: handle BAD_NATIVE_PIXMAP further up the stack
Emil Velikov
2017-08-10
2
-5
/
+3
*
egl: drop unreachable BAD_NATIVE_WINDOW conditions
Emil Velikov
2017-08-10
4
-15
/
+3
*
egl: add dri2_setup_swap_interval helper
Emil Velikov
2017-08-10
4
-63
/
+49
*
egl: whitespace cleanup in eglapi.c
Eric Engestrom
2017-08-09
1
-25
/
+25
*
egl/dri2: refactor dri2_query_surface, swrastGetDrawableInfo
Tapani Pälli
2017-08-09
1
-7
/
+18
*
egl/dri2: add image extension such it's usable by swrast driver
Gurchetan Singh
2017-08-07
3
-2
/
+5
*
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
2017-08-04
1
-18
/
+1
*
egl/x11: don't leak xfixes_query in the error path
Emil Velikov
2017-08-04
1
-0
/
+1
*
loader: rework xmlconfig dependency
Emil Velikov
2017-08-04
1
-2
/
+6
*
egl: check the correct function pointer
Eric Engestrom
2017-08-02
2
-1
/
+3
*
egl/drm: Fix misused x and y offsets in swrast_get_image()
Gwan-gyeong Mun
2017-08-01
1
-4
/
+19
*
egl/drm: Fix misused x and y offsets in swrast_put_image2()
Gwan-gyeong Mun
2017-08-01
1
-2
/
+17
*
egl: remove unnecessary empty array element
Eric Engestrom
2017-08-01
1
-3
/
+2
*
egl: split enums to make use of -Wswitch
Eric Engestrom
2017-08-01
1
-10
/
+8
*
egl: use designated initaliser for _eglGlobal
Eric Engestrom
2017-08-01
1
-9
/
+9
*
egl: make platform's SwapInterval() optional
Eric Engestrom
2017-08-01
2
-12
/
+1
*
loader: remove clamp_swap_interval()
Eric Engestrom
2017-08-01
1
-14
/
+0
*
egl: deduplicate swap interval clamping logic
Eric Engestrom
2017-08-01
4
-40
/
+14
*
Android: fix compile error for DRI2 loader getCapability
Rob Herring
2017-07-31
1
-1
/
+1
*
dri_interface,egl,gallium: only expose RGBA visuals on Android
Marek Olšák
2017-07-31
1
-2
/
+16
*
egl: move KHR_no_error vs debug/robustness check further down
Grigori Goronzy
2017-07-26
1
-11
/
+10
*
egl: fix whitespace issues from eglimage code
Tapani Pälli
2017-07-25
1
-10
/
+10
*
egl/wayland: Ignore invalid modifiers
Daniel Stone
2017-07-24
1
-0
/
+4
*
egl: guard wayland header dep. tracking behind HAVE_PLATFORM_WAYLAND
17.2-branchpoint
Emil Velikov
2017-07-24
1
-1
/
+1
*
wayland-egl: update the SHA1 of the commit introducing v3
Emil Velikov
2017-07-24
1
-1
/
+1
*
wayland-egl: Update ABI checker
Miguel A. Vico
2017-07-24
1
-15
/
+75
*
wayland-egl: Make wl_egl_window a versioned struct
Miguel A. Vico
2017-07-24
3
-2
/
+24
*
egl: Fix _eglPointerIsDereferencable() to ignore page residency
Miguel A. Vico
2017-07-24
1
-1
/
+12
*
egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]
Miguel A. Vico
2017-07-24
3
-33
/
+37
*
wayland-egl: Add wl_egl_window ABI checker
Miguel A. Vico
2017-07-24
2
-1
/
+180
*
configure.ac: rework wayland-protocols handling
Emil Velikov
2017-07-24
1
-6
/
+7
*
egl: fix line continuation
Eric Engestrom
2017-07-19
1
-1
/
+1
*
egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsing
Emil Velikov
2017-07-19
1
-0
/
+7
*
egl/dri2: remove unused buffer_count variable
Gwan-gyeong Mun
2017-07-19
4
-8
/
+2
*
egl/drm: Format code in platform_drm.c according to style guide.
Gwan-gyeong Mun
2017-07-19
1
-1
/
+2
*
egl/drm: add going out of the loop when the designated buffer is found
Gwan-gyeong Mun
2017-07-19
1
-0
/
+1
*
egl: Add MKDIR_GEN definition
Daniel Stone
2017-07-19
1
-0
/
+2
*
egl/wayland: Use linux-dmabuf interface for buffers
Daniel Stone
2017-07-18
5
-20
/
+217
[next]