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
/
dri2
/
egl_dri2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: inline fallback for get_sync_values
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for create_wayland_buffer_from_image
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for query_buffer_age
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for copy_buffers
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for post_sub_buffer
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for swap_buffers_region
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for swap_buffers_with_damage
Eric Engestrom
2020-07-16
1
-2
/
+5
*
egl: inline fallback for create_pbuffer_surface
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: inline fallback for create_pixmap_surface
Eric Engestrom
2020-07-16
1
-0
/
+2
*
egl: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
1
-1
/
+2
*
gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionally
Adam Jackson
2020-04-02
1
-5
/
+0
*
Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure"
Emil Velikov
2020-04-01
1
-2
/
+4
*
egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}.
Mathias Fröhlich
2020-02-26
1
-0
/
+41
*
egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs.
Mathias Fröhlich
2020-02-26
1
-0
/
+69
*
egl: Implement getImage/putImage on pbuffer swrast.
Mathias Fröhlich
2020-02-17
1
-5
/
+87
*
egl: directly access static members instead of using _egl{Get,Set}ConfigKey()
Eric Engestrom
2020-02-14
1
-12
/
+9
*
Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"
Tapani Pälli
2019-11-14
1
-44
/
+11
*
Revert "egl: implement new functions from EGL_EXT_image_flush_external"
Tapani Pälli
2019-11-14
1
-34
/
+0
*
egl: implement new functions from EGL_EXT_image_flush_external
Marek Olšák
2019-10-25
1
-0
/
+34
*
egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT
Marek Olšák
2019-10-25
1
-11
/
+44
*
Revert "egl: Fixes transparency with EGL and X11."
Hal Gentz
2019-10-18
1
-4
/
+0
*
Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."
Hal Gentz
2019-10-18
1
-50
/
+7
*
egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.
Hal Gentz
2019-10-11
1
-7
/
+50
*
egl: Fixes transparency with EGL and X11.
Hal Gentz
2019-10-11
1
-0
/
+4
*
egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure
Adam Jackson
2019-10-03
1
-3
/
+2
*
egl: Fix implicit declaration of ffs
Kevin Strasser
2019-09-30
1
-0
/
+1
*
egl/dri2: Refuse to add EGLConfigs with no supported surface types
Adam Jackson
2019-09-11
1
-13
/
+16
*
gbm: Add buffer handling and visuals for fp16 formats
Kevin Strasser
2019-08-21
1
-0
/
+2
*
egl: Handle dri configs with floating point pixel data
Kevin Strasser
2019-08-21
1
-0
/
+14
*
egl: Convert configs to use shifts and sizes instead of masks
Kevin Strasser
2019-08-21
1
-11
/
+76
*
surfaceless: Fix swrast path.
Eric Anholt
2019-08-13
1
-0
/
+23
*
egl/dri: Use __DRI2_BUFFER_DAMAGE extension for KHR_partial_update
Harish Krupo
2019-08-13
1
-5
/
+50
*
egl/android: Delete set_damage_region from egl dri vtbl
Harish Krupo
2019-08-13
1
-2
/
+1
*
egl: drop unnecessary function deref
Eric Engestrom
2019-08-04
1
-2
/
+2
*
egl: fix OpenGL 3.1 context creation
Timothy Arceri
2019-08-02
1
-0
/
+3
*
egl: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
egl: Also query modifiers when exporting DMABuf
Nicolas Dufresne
2019-07-25
1
-4
/
+22
*
egl: Let the caller of dri2_create_drawable decide about loaderPrivate.
Mathias Fröhlich
2019-06-10
1
-8
/
+2
*
egl: add EGL_platform_device support
Emil Velikov
2019-06-05
1
-0
/
+3
*
egl/dri: flesh out and use dri2_create_drawable()
Emil Velikov
2019-06-05
1
-0
/
+31
*
egl: store the native surface pointer in struct _egl_surface
Paulo Zanoni
2019-05-14
1
-2
/
+3
*
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
[next]