index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
/
dri2
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-04
egl/android: Fix build break with dri2_initialize_android _EGLDisplay parameter
Rob Herring
1
-15
/
+15
2018-01-03
egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.
Mario Kleiner
1
-3
/
+13
2018-01-03
egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)
Mario Kleiner
2
-1
/
+19
2018-01-03
egl/wayland: Add Wayland drm support for RGB10 winsys buffers.
Mario Kleiner
1
-3
/
+34
2018-01-03
egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.
Mario Kleiner
2
-0
/
+6
2018-01-03
egl/x11: Handle depth 30 drawables under software rasterizer.
Mario Kleiner
1
-0
/
+1
2018-01-03
egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.
Mario Kleiner
1
-1
/
+2
2017-12-27
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
5
-5
/
+5
2017-12-27
egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE
Eric Engestrom
3
-4
/
+8
2017-12-14
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
1
-0
/
+1
2017-12-13
egl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED
Tomasz Figa
1
-2
/
+39
2017-12-01
egl/x11: Remove unneeded free() on always null string
Vadym Shovkoplias
1
-1
/
+0
2017-11-16
egl: pass the dri2_dpy to the $plat_teardown functions
Emil Velikov
1
-2
/
+2
2017-11-16
egl: fix var type
Eric Engestrom
1
-1
/
+1
2017-11-16
egl: add note about missing $plat_teardown
Emil Velikov
1
-0
/
+1
2017-11-16
egl/wayland: move teardown code to the platform file
Emil Velikov
3
-20
/
+27
2017-11-16
egl/drm: move teardown code to the platform file
Emil Velikov
3
-5
/
+12
2017-11-16
egl/x11: move teardown code to the platform file
Emil Velikov
3
-5
/
+11
2017-11-16
egl: Provide meaningfull error when built w/o requested platform
Emil Velikov
2
-11
/
+41
2017-11-14
egl/wayland: Add a fallback when fourcc query isn't supported
Derek Foreman
1
-2
/
+30
2017-11-13
egl: EXT_pixel_format_float plumbing
Tapani Pälli
1
-0
/
+2
2017-11-09
threads: update for late C11 changes
Nicolai Hähnle
1
-11
/
+13
2017-11-08
egl/android: add a note about .swap_buffers_with_damage
Emil Velikov
1
-1
/
+1
2017-11-06
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2
-1
/
+11
2017-11-06
egl/dri2: Factor out context attribute initialization
Adam Jackson
1
-24
/
+7
2017-10-20
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
1
-7
/
+31
2017-10-20
egl: Support IMG_context_priority
Chris Wilson
1
-0
/
+5
2017-10-18
Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"
Marek Olšák
1
-3
/
+10
2017-10-18
Revert "egl: drop EGL driver `name`"
Marek Olšák
1
-0
/
+2
2017-10-18
egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set
Eric Engestrom
3
-5
/
+3
2017-10-18
egl: drop EGL driver `name`
Eric Engestrom
1
-2
/
+0
2017-10-18
egl: drop always-false TestOnly option
Eric Engestrom
1
-4
/
+0
2017-10-18
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
1
-10
/
+3
2017-10-18
egl_dri2: drop dri2_egl_driver struct
Eric Engestrom
2
-58
/
+50
2017-10-18
egl_dri2: move glFlush out of struct dri2_egl_driver
Eric Engestrom
2
-27
/
+22
2017-10-13
wayland-drm: constify the callbacks struct, take 2
Emil Velikov
1
-9
/
+5
2017-10-13
egl/dri: don't crash when createImageFromRenderbuffer2 is NULL
Emil Velikov
1
-1
/
+2
2017-10-12
egl: replace _egl_driver->Unload() callback with a simple free()
Eric Engestrom
1
-9
/
+0
2017-10-10
egl/dri: remove old left-overs
Nicolai Hähnle
1
-2
/
+0
2017-10-10
egl/dri: use createImageFromRenderbuffer2 when available
Nicolai Hähnle
1
-3
/
+20
2017-10-10
egl/dri: factor out egl_error_from_dri_image_error
Nicolai Hähnle
1
-28
/
+26
2017-10-05
egl: Simplify the "driver" interface
Adam Jackson
1
-3
/
+1
2017-10-04
egl/wayland: Don't use dmabuf with no modifiers
Daniel Stone
1
-7
/
+11
2017-10-04
egl/wayland: Check queryImage return for wl_buffer
Daniel Stone
1
-15
/
+41
2017-10-03
egl/surfaceless: Use KMS swrast fallback
Gurchetan Singh
1
-4
/
+16
2017-10-03
egl/surfaceless: add probe device helper function
Gurchetan Singh
1
-28
/
+39
2017-10-02
wayland-egl: rename wayland-egl-{priv,backend}.h
Emil Velikov
1
-1
/
+1
2017-10-02
egl/dri: link directly to libglapi.so
Emil Velikov
2
-40
/
+4
2017-10-02
egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logic
Eric Engestrom
1
-8
/
+4
2017-09-30
egl/dri2: don't use the template keyword
Marek Olšák
1
-3
/
+3
[next]