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
/
main
/
egldisplay.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Implement EGL API for MESA_query_driver
Veluri Mithun
2019-01-24
1
-0
/
+1
*
Revert "Implement EGL API for MESA_query_driver"
Mark Janes
2019-01-23
1
-1
/
+0
*
Implement EGL API for MESA_query_driver
Veluri Mithun
2019-01-23
1
-0
/
+1
*
egl: add base EGL_EXT_device_base implementation
Emil Velikov
2018-11-01
1
-0
/
+1
*
egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadata
Tapani Pälli
2018-08-20
1
-0
/
+2
*
egl/main: Add bits for EGL_KHR_mutable_render_buffer
Chad Versace
2018-08-07
1
-0
/
+1
*
egl: add support for EGL_ANDROID_blob_cache
Tapani Pälli
2018-02-07
1
-0
/
+4
*
egl: keep extension list sorted, per comment at the top
Eric Engestrom
2018-01-25
1
-1
/
+1
*
egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware
Eric Engestrom
2017-12-27
1
-1
/
+1
*
egl/android: Provide an option for the backend to expose KHR_image
Harish Krupo
2017-12-14
1
-0
/
+1
*
egl: Convert int to attrib in eglGetPlatformDisplay
Adam Jackson
2017-11-17
1
-4
/
+4
*
egl: EXT_pixel_format_float plumbing
Tapani Pälli
2017-11-13
1
-0
/
+1
*
egl: Implement EGL_KHR_context_flush_control
Adam Jackson
2017-11-06
1
-0
/
+1
*
egl: Support IMG_context_priority
Chris Wilson
2017-10-20
1
-0
/
+5
*
egl: drop always-false TestOnly option
Eric Engestrom
2017-10-18
1
-1
/
+0
*
egl: remove unused 'Screens' array from _egl_display
Tapani Pälli
2017-09-06
1
-1
/
+0
*
egl: Add EGL_KHR_create_context_no_error support
Grigori Goronzy
2017-07-14
1
-0
/
+1
*
egl/android: support for EGL_KHR_partial_update
Harish Krupo
2017-06-11
1
-0
/
+1
*
egl/main: add support for fourth plane tokens
Pekka Paalanen
2017-05-30
1
-0
/
+1
*
egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute
Adam Jackson
2017-05-04
1
-0
/
+1
*
egl: add and enable EGL_KHR_config_attribs
Emil Velikov
2016-12-09
1
-0
/
+1
*
egl: add EGL_ANDROID_native_fence_sync
Rob Clark
2016-12-01
1
-0
/
+1
*
egl: Implement EGL_MESA_platform_surfaceless
Chad Versace
2016-10-14
1
-0
/
+5
*
egl: Add storage for EGL_KHR_debug's state to EGL objects
Kyle Brenneman
2016-09-14
1
-0
/
+4
*
egl: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
2016-09-12
1
-1
/
+1
*
Revert "egl: Check if API is supported when using eglBindAPI."
Marek Olšák
2016-06-03
1
-1
/
+0
*
egl: Check if API is supported when using eglBindAPI.
Plamena Manolova
2016-06-02
1
-0
/
+1
*
egl: Add EGL_RECORDABLE_ANDROID attribute
Rob Herring
2016-04-01
1
-0
/
+1
*
egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
Rob Herring
2016-04-01
1
-0
/
+1
*
egl: remove remnants of MESA_drm_display
Emil Velikov
2016-03-09
1
-1
/
+0
*
egl: remove final pieces of KHR_vg_parent_image
Emil Velikov
2016-03-09
1
-1
/
+0
*
egl: remove _EGL_PLATFORM_WINDOWS enum
Emil Velikov
2015-07-22
1
-1
/
+0
*
egl: remove final references of platform_null
Emil Velikov
2015-07-22
1
-1
/
+0
*
egl: sort extension lists alphabetically
Marek Olšák
2015-07-03
1
-25
/
+23
*
egl/dri2: implement platform_surfaceless
Haixia Shi
2015-06-16
1
-0
/
+1
*
egl: expose EGL 1.5 if all requirements are met
Marek Olšák
2015-06-05
1
-0
/
+1
*
egl: combine VersionMajor and VersionMinor into one variable
Marek Olšák
2015-06-05
1
-2
/
+1
*
egl: remove remaining EGL_MESA_copy_context skeleton
Emil Velikov
2015-05-14
1
-1
/
+0
*
egl: Add needed extern "C" for C++ access
Alexander von Gluck IV
2015-05-14
1
-0
/
+9
*
egl: Remove skeleton implementation of EGL_MESA_screen_surface
Adam Jackson
2015-05-11
1
-1
/
+0
*
egl/dri2: implement EGL_KHR_cl_event2 (v2)
Marek Olšák
2015-04-30
1
-0
/
+1
*
egl/dri2: implement EGL_KHR_wait_sync
Marek Olšák
2015-04-30
1
-0
/
+1
*
egl: add initial EGL_MESA_image_dma_buf_export v2.4
Dave Airlie
2015-04-01
1
-0
/
+2
*
egl: cut down static storage size for {Version,ClientAPI}String
Emil Velikov
2015-03-21
1
-2
/
+2
*
egl/main: drop platform fbdev specific code
Emil Velikov
2015-03-21
1
-1
/
+0
*
egl/main: use c11/threads' mutex directly
Emil Velikov
2015-03-11
1
-2
/
+2
*
Revert "egl/main: use c11/threads' mutex directly"
Emil Velikov
2015-03-06
1
-2
/
+2
*
egl/main: use c11/threads' mutex directly
Emil Velikov
2015-03-06
1
-2
/
+2
*
egl/main: no longer export internal function
Emil Velikov
2015-03-05
1
-5
/
+5
*
egl/main: replace INLINE with inline
Emil Velikov
2015-03-05
1
-3
/
+4
[next]