index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
/
dri2
/
platform_wayland.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: properly count configs
Eric Engestrom
2017-06-28
1
-1
/
+2
*
egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT case
Tapani Pälli
2017-06-14
1
-1
/
+1
*
egl/wayland: select the format based on the interface used
Emil Velikov
2017-06-01
1
-1
/
+2
*
egl/wayland: Ensure we get a back buffer
Daniel Stone
2017-06-01
1
-1
/
+9
*
egl/wayland: Use per-surface event queues
Daniel Stone
2017-05-31
1
-27
/
+64
*
egl/wayland: Don't open-code roundtrip
Daniel Stone
2017-05-31
1
-25
/
+1
*
egl/wayland: Don't use DRM format codes for SHM
Daniel Stone
2017-03-01
1
-6
/
+15
*
egl/wayland: resolve quirky try_damage_buffer() implementation
Emil Velikov
2017-01-18
1
-10
/
+0
*
egl/wayland: unify dri2_wl_create_surface implementations
Emil Velikov
2017-01-18
1
-93
/
+21
*
egl/wayland: use the destroy_window_callback for swrast
Emil Velikov
2017-01-18
1
-0
/
+2
*
egl/dri2: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-7
/
+7
*
egl/wayland: Avoid race conditions when on non-main thread
Jonas Ådahl
2017-01-13
1
-14
/
+23
*
egl/wayland: Cleanup private display connection when init fails
Jonas Ådahl
2017-01-13
1
-0
/
+4
*
egl/dri2: add image_loader_extension back into loader extensions for wayland
Derek Foreman
2017-01-11
1
-0
/
+1
*
egl/wayland: remove non-applicable destroyDrawable from error path
Emil Velikov
2016-11-21
1
-3
/
+1
*
egl/wayland: fix return value in dri2_wl_swrast_commit_backbuffer
Emil Velikov
2016-11-11
1
-1
/
+1
*
Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu...
Daniel Stone
2016-11-10
1
-16
/
+14
*
egl/wayland: add missing destroy_window callback
Stencel, Joanna
2016-10-24
1
-2
/
+13
*
loader: remove loader_get_driver_for_fd() driver_type
Emil Velikov
2016-10-18
1
-1
/
+1
*
egl/wayland: introduce dri2_wl_add_configs_for_visuals() helper
Emil Velikov
2016-10-14
1
-32
/
+51
*
egl/dri2: set WL_bind_wayland_display in a consistent way
Emil Velikov
2016-10-14
1
-1
/
+1
*
egl/dri2: rework dri2_egl_display::extensions storage
Emil Velikov
2016-10-14
1
-11
/
+24
*
egl/wayland: don't populate dri2_dpy->swrast_loader_extension
Emil Velikov
2016-10-14
1
-8
/
+10
*
egl/wayland: don't populate dri2_dpy->dri2_loader_extension
Emil Velikov
2016-10-14
1
-7
/
+9
*
egl/dri2: move surface refcounting out of the platform code
Emil Velikov
2016-10-14
1
-3
/
+0
*
egl/wayland: Set disp->DriverData to NULL on error
Nicolas Boichat
2016-08-15
1
-0
/
+2
*
egl: restrict swap_available dri2_egl_display field to X11
Frank Binns
2016-07-07
1
-2
/
+0
*
dri: add backbuffer use flag
Axel Davy
2016-03-09
1
-3
/
+5
*
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
Derek Foreman
2016-02-26
1
-3
/
+36
*
egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...
Boyan Ding
2015-11-17
1
-0
/
+2
*
egl/wayland: Ignore rects from SwapBuffersWithDamage
Daniel Stone
2015-11-13
1
-12
/
+4
*
egl/dri2: enable EGL_KHR_gl_colorspace for swrast
Emil Velikov
2015-10-07
1
-3
/
+6
*
egl/dri2: don't leak the fd on dri2_terminate
Emil Velikov
2015-09-15
1
-0
/
+1
*
egl/wayland: define set_cloexec_or_close only when mkostemp is not present
11.0-branchpoint
Boyan Ding
2015-08-22
1
-0
/
+4
*
egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it
Emil Velikov
2015-08-01
1
-18
/
+2
*
egl/wayland: use designated initializers
Emil Velikov
2015-08-01
1
-13
/
+13
*
egl: implement EGL_KHR_gl_colorspace (v2)
Marek Olšák
2015-07-22
1
-4
/
+7
*
egl/wayland: cleanup dri2_wl_create_surface error path
Emil Velikov
2015-06-30
1
-3
/
+1
*
egl/wayland: handle NULL native_window in create_surface
Emil Velikov
2015-06-30
1
-0
/
+5
*
egl_dri2: Remove trailing whitespaces
Boyan Ding
2015-06-26
1
-4
/
+4
*
egl: Use the loader_open_device() helper to do open with CLOEXEC
Derek Foreman
2015-06-23
1
-10
/
+1
*
egl: set the EGL version in common code
Marek Olšák
2015-06-05
1
-8
/
+0
*
egl/wayland: Implement swrast support
Axel Davy
2015-05-11
1
-16
/
+688
*
egl/wayland: Simplify dri2_wl_create_surface
Axel Davy
2015-05-11
1
-25
/
+13
*
egl/wayland: Implement DRI_PRIME support
Axel Davy
2015-05-11
1
-15
/
+89
*
egl/wayland: Add support for render-nodes
Axel Davy
2015-05-11
1
-14
/
+55
*
egl/wayland: properly destroy wayland objects
Axel Davy
2015-05-11
1
-1
/
+4
*
egl/drivers: include stdint.h where needed
Emil Velikov
2015-03-05
1
-0
/
+1
*
egl, wayland: RGB565 format support on Back-buffer
Vivek Kasireddy
2015-02-23
1
-3
/
+38
*
egl/wayland: Fix unused variable warnings
Chad Versace
2015-01-13
1
-2
/
+0
[next]