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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/x11: Send invalidate to driver on copy_region path in swap_buffer
Deepak Rawat
2018-05-03
1
-10
/
+13
*
x11: Only report supported DRI3/Present versions
Daniel Stone
2018-03-30
1
-4
/
+16
*
egl/wayland: Make swrast display_sync the correct queue
Derek Foreman
2018-03-22
1
-1
/
+1
*
dri3: Don't fail on version mismatch
Daniel Stone
2018-03-20
2
-5
/
+7
*
dri3: allow building against older xcb (v3)
Dave Airlie
2018-03-16
1
-0
/
+4
*
egl/android: Implement the eglSwapinterval for Android.
Wu, Zhongmin
2018-03-16
1
-0
/
+21
*
egl/dri2: move wayland header inclusion where applicable
Emil Velikov
2018-03-16
3
-3
/
+12
*
egl/x11: Re-allocate buffers if format is suboptimal
Louis-Francis Ratté-Boulianne
2018-03-09
3
-0
/
+7
*
egl/x11: Support DRI3 v1.1
Louis-Francis Ratté-Boulianne
2018-03-09
3
-15
/
+96
*
gbm: give a name to rgba fields
Eric Engestrom
2018-03-05
1
-8
/
+8
*
egl/dri2: fix segfault when display initialisation fails
Frank Binns
2018-02-23
1
-1
/
+1
*
loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback
Thomas Hellstrom
2018-02-20
1
-0
/
+12
*
egl/wayland: Always use in-tree wayland-egl-backend.h
Daniel Stone
2018-02-16
1
-1
/
+1
*
egl/wayland: check for invalid format index
Eric Engestrom
2018-02-16
1
-0
/
+2
*
dri: fromPlanar() can return NULL as a valid result
Louis-Francis Ratté-Boulianne
2018-02-15
2
-7
/
+5
*
egl/x11: Fix leak in dri3_create_image_khr_pixmap
Louis-Francis Ratté-Boulianne
2018-02-14
1
-0
/
+1
*
egl/gbm: Fix compiler warning about visual matching.
Eric Anholt
2018-02-12
1
-1
/
+1
*
egl/gbm: Ensure EGLConfigs match GBM surface format
Daniel Stone
2018-02-09
1
-4
/
+48
*
egl/gbm: Remove duplicate format table
Daniel Stone
2018-02-09
1
-18
/
+17
*
egl/wayland: Use an array for modifiers
Daniel Stone
2018-02-09
2
-72
/
+20
*
egl/wayland: Remove has_format enum
Daniel Stone
2018-02-09
1
-19
/
+14
*
egl/wayland: Add bpp to visual map
Daniel Stone
2018-02-09
1
-24
/
+12
*
egl/wayland: Use visual map for DRIImage<->FourCC map
Daniel Stone
2018-02-09
1
-14
/
+11
*
egl/wayland: Use visual map for format advertisement
Daniel Stone
2018-02-09
1
-39
/
+36
*
egl/wayland: Use visual map for buffer_from_image
Daniel Stone
2018-02-09
1
-21
/
+19
*
egl/wayland: Use visual map for config->format lookup
Daniel Stone
2018-02-09
1
-25
/
+36
*
egl/wayland: Add format enums to visual map
Daniel Stone
2018-02-09
1
-0
/
+13
*
egl/wayland: Use proper enum type in visual definition
Daniel Stone
2018-02-09
1
-1
/
+1
*
egl/wayland: Widen channel masks to bpp
Daniel Stone
2018-02-09
1
-5
/
+20
*
egl/wayland: Hoist format <-> EGLConfig definition up
Daniel Stone
2018-02-09
1
-16
/
+17
*
egl/wayland: Fix ARGB/XRGB transposition in config map
Daniel Stone
2018-02-09
1
-2
/
+2
*
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
2
-0
/
+17
*
egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameter
Rob Herring
2018-01-04
1
-15
/
+15
*
egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.
Mario Kleiner
2018-01-03
1
-3
/
+13
*
egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)
Mario Kleiner
2018-01-03
2
-1
/
+19
*
egl/wayland: Add Wayland drm support for RGB10 winsys buffers.
Mario Kleiner
2018-01-03
1
-3
/
+34
*
egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.
Mario Kleiner
2018-01-03
2
-0
/
+6
*
egl/x11: Handle depth 30 drawables under software rasterizer.
Mario Kleiner
2018-01-03
1
-0
/
+1
*
egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2017-12-27
5
-5
/
+5
*
egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE
Eric Engestrom
2017-12-27
3
-4
/
+8
*
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
2017-12-14
1
-0
/
+1
*
egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED
Tomasz Figa
2017-12-13
1
-2
/
+39
*
egl/x11: Remove unneeded free() on always null string
Vadym Shovkoplias
2017-12-01
1
-1
/
+0
*
egl: pass the dri2_dpy to the $plat_teardown functions
Emil Velikov
2017-11-16
1
-2
/
+2
*
egl: fix var type
Eric Engestrom
2017-11-16
1
-1
/
+1
*
egl: add note about missing $plat_teardown
Emil Velikov
2017-11-16
1
-0
/
+1
*
egl/wayland: move teardown code to the platform file
Emil Velikov
2017-11-16
3
-20
/
+27
*
egl/drm: move teardown code to the platform file
Emil Velikov
2017-11-16
3
-5
/
+12
*
egl/x11: move teardown code to the platform file
Emil Velikov
2017-11-16
3
-5
/
+11
[next]