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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
egl: Provide meaningfull error when built w/o requested platform
Emil Velikov
2017-11-16
2
-11
/
+41
*
egl/wayland: Add a fallback when fourcc query isn't supported
Derek Foreman
2017-11-14
1
-2
/
+30
*
egl/haiku: Correct invalid void* conversion in calloc
Alexander von Gluck IV
2017-11-13
1
-1
/
+2
*
egl: EXT_pixel_format_float plumbing
Tapani Pälli
2017-11-13
1
-0
/
+2
*
threads: update for late C11 changes
Nicolai Hähnle
2017-11-09
1
-11
/
+13
*
egl/android: add a note about .swap_buffers_with_damage
Emil Velikov
2017-11-08
1
-1
/
+1
*
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
2
-1
/
+11
*
egl/dri2: Factor out context attribute initialization
Adam Jackson
2017-11-06
1
-24
/
+7
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
1
-7
/
+31
*
egl: Support IMG_context_priority
Chris Wilson
2017-10-20
1
-0
/
+5
*
Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"
Marek Olšák
2017-10-18
2
-6
/
+22
*
Revert "egl: drop EGL driver `name`"
Marek Olšák
2017-10-18
2
-0
/
+4
*
egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
Eric Engestrom
2017-10-18
3
-5
/
+3
*
egl: drop EGL driver `name`
Eric Engestrom
2017-10-18
2
-4
/
+0
*
egl: drop always-false TestOnly option
Eric Engestrom
2017-10-18
1
-4
/
+0
*
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
2017-10-18
2
-22
/
+6
*
egl_dri2: drop dri2_egl_driver struct
Eric Engestrom
2017-10-18
2
-58
/
+50
*
egl_dri2: move glFlush out of struct dri2_egl_driver
Eric Engestrom
2017-10-18
2
-27
/
+22
*
wayland-drm: constify the callbacks struct, take 2
Emil Velikov
2017-10-13
1
-9
/
+5
*
egl/dri: don't crash when createImageFromRenderbuffer2 is NULL
Emil Velikov
2017-10-13
1
-1
/
+2
*
egl_haiku: drop haiku_egl_driver struct
Eric Engestrom
2017-10-12
1
-20
/
+14
*
egl: replace _egl_driver->Unload() callback with a simple free()
Eric Engestrom
2017-10-12
2
-18
/
+0
*
egl/dri: remove old left-overs
Nicolai Hähnle
2017-10-10
1
-2
/
+0
*
egl/dri: use createImageFromRenderbuffer2 when available
Nicolai Hähnle
2017-10-10
1
-3
/
+20
*
egl/dri: factor out egl_error_from_dri_image_error
Nicolai Hähnle
2017-10-10
1
-28
/
+26
*
egl: Simplify the "driver" interface
Adam Jackson
2017-10-05
2
-4
/
+2
*
egl/wayland: Don't use dmabuf with no modifiers
Daniel Stone
2017-10-04
1
-7
/
+11
*
egl/wayland: Check queryImage return for wl_buffer
Daniel Stone
2017-10-04
1
-15
/
+41
*
egl/surfaceless: Use KMS swrast fallback
Gurchetan Singh
2017-10-03
1
-4
/
+16
*
egl/surfaceless: add probe device helper function
Gurchetan Singh
2017-10-03
1
-28
/
+39
*
wayland-egl: rename wayland-egl-{priv,backend}.h
Emil Velikov
2017-10-02
1
-1
/
+1
*
egl/dri: link directly to libglapi.so
Emil Velikov
2017-10-02
2
-40
/
+4
[next]