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
/
egl_dri2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Also query modifiers when exporting DMABuf
Nicolas Dufresne
2019-07-25
1
-4
/
+22
*
egl/dri: flesh out and use dri2_create_drawable()
Emil Velikov
2019-06-06
1
-0
/
+31
*
egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSED
Kristian H. Kristensen
2019-04-19
1
-1
/
+1
*
egl: setup fds array correctly when exporting dmabuf
Tapani Pälli
2019-04-11
1
-0
/
+12
*
egl/dri: Avoid out of bounds array access
Kevin Strasser
2019-03-13
1
-2
/
+4
*
dri: Add XYUV8888 format
Kasireddy, Vivek
2019-02-26
1
-0
/
+1
*
egl/dri: de-duplicate dri2_load_driver*
Emil Velikov
2019-02-26
1
-34
/
+11
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
1
-1
/
+1
*
dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formats
Tapani Pälli
2019-02-12
1
-0
/
+17
*
egl: use coherent variable names
Eric Engestrom
2019-02-06
1
-76
/
+76
*
egl/wayland-drm: Only announce formats via wl_drm which the driver supports.
Mario Kleiner
2019-01-29
1
-1
/
+2
*
egl: Implementation of egl dri2 drivers for MESA_query_driver
Veluri Mithun
2019-01-24
1
-0
/
+37
*
Revert "Implementation of egl dri2 drivers for MESA_query_driver"
Mark Janes
2019-01-23
1
-37
/
+0
*
Implementation of egl dri2 drivers for MESA_query_driver
Veluri Mithun
2019-01-23
1
-0
/
+37
*
egl: add missing includes
Eric Engestrom
2019-01-11
1
-0
/
+1
*
loader: Factor out the common driver opening logic from each loader.
Eric Anholt
2018-11-16
1
-68
/
+7
*
egl: Move loader_set_logger() up to egl_dri2.c.
Eric Anholt
2018-11-16
1
-0
/
+2
*
egl/dri: fix error value with unknown drm format
Lionel Landwerlin
2018-11-16
1
-1
/
+1
*
dri: add AYUV format
Lionel Landwerlin
2018-11-12
1
-0
/
+1
*
egl: drop EGL driver `name`
Eric Engestrom
2018-10-31
1
-2
/
+0
*
egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}
Eric Engestrom
2018-10-31
1
-10
/
+3
*
egl: add messages to a few assert() and turn a couple into unreachable()
Eric Engestrom
2018-10-30
1
-4
/
+4
*
egl/dri2: Guard against invalid fourcc formats
Jason Ekstrand
2018-08-30
1
-0
/
+15
*
egl/dri2: Add a helper for the number of planes for a FOURCC format
Jason Ekstrand
2018-08-30
1
-11
/
+21
*
egl/android: Implement EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-21
1
-2
/
+36
*
egl: add helper to combine two u32 into one u64
Eric Engestrom
2018-08-21
1
-2
/
+2
*
egl/dri2: In dri2_make_current, return early on failure
Chad Versace
2018-08-07
1
-14
/
+15
*
egl: Simplify queries for EGL_RENDER_BUFFER
Chad Versace
2018-08-07
1
-6
/
+0
*
egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.
Eric Anholt
2018-07-20
1
-0
/
+27
*
egl: Use the canonical drm-uapi fourcc header to avoid local defines.
Eric Anholt
2018-07-18
1
-28
/
+0
*
dri3: Don't fail on version mismatch
Daniel Stone
2018-03-20
1
-1
/
+1
*
egl/dri2: move wayland header inclusion where applicable
Emil Velikov
2018-03-16
1
-0
/
+1
*
egl/x11: Re-allocate buffers if format is suboptimal
Louis-Francis Ratté-Boulianne
2018-03-09
1
-0
/
+2
*
egl/x11: Support DRI3 v1.1
Louis-Francis Ratté-Boulianne
2018-03-09
1
-0
/
+7
*
egl/dri2: fix segfault when display initialisation fails
Frank Binns
2018-02-23
1
-1
/
+1
*
dri: fromPlanar() can return NULL as a valid result
Louis-Francis Ratté-Boulianne
2018-02-15
1
-1
/
+2
*
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
1
-0
/
+16
*
egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE
Eric Engestrom
2017-12-27
1
-4
/
+0
*
egl: pass the dri2_dpy to the $plat_teardown functions
Emil Velikov
2017-11-16
1
-2
/
+2
*
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
1
-20
/
+1
*
egl/drm: move teardown code to the platform file
Emil Velikov
2017-11-16
1
-5
/
+1
*
egl/x11: move teardown code to the platform file
Emil Velikov
2017-11-16
1
-5
/
+1
*
egl: Provide meaningfull error when built w/o requested platform
Emil Velikov
2017-11-16
1
-11
/
+1
*
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: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
1
-1
/
+10
*
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
[next]