Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / egl / drivers / dri2 / platform_android.c
2020-09-01 Eric Engestromegl/android: simplify dri2_initialize_android()
2020-08-18 Kristian H. Kristensenegl/android: Add support for CrOS buffer info perform op
2020-08-18 Kristian H. Kristensenegl/android: Use droid_create_image_from_prime_fds...
2020-08-18 Kristian H. Kristensenegl/android: Move droid_create_image_from_prime_fds...
2020-08-18 Kristian H. Kristensenegl/android: Simplify droid_create_image_from_name...
2020-08-18 Kristian H. Kristensenegl/android: Drop unused ctx argument
2020-08-18 Kristian H. Kristensenegl/android: Look up prime fds in droid_create_image_fr...
2020-08-18 Kristian H. Kristensenegl/android: Call createImageFromDmaBufs directly
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QueryBufferAge()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from {Create,Destroy}ImageKHR()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SwapBuffers{,WithDamag...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from SwapInterval()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from QuerySurface()
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Create{Window,Pixmap...
2020-08-16 Eric Engestromegl: drop unused _EGLDriver from Initialize()
2020-08-05 Kristian H. Kristensenegl/android: Remove unused variable
2020-08-01 Eric Engestromegl: consistently use dri2_egl_display() helper macro
2020-08-01 Eric Engestromegl: const _eglDriver
2020-07-16 Eric Engestromegl: drop now empty egl_dri2_fallbacks.h
2020-07-16 Eric Engestromegl: inline fallback for get_sync_values
2020-07-16 Eric Engestromegl: inline fallback for create_wayland_buffer_from_image
2020-07-16 Eric Engestromegl: inline fallback for copy_buffers
2020-07-16 Eric Engestromegl: inline fallback for post_sub_buffer
2020-07-16 Eric Engestromegl: inline fallback for swap_buffers_region
2020-07-16 Eric Engestromegl: inline fallback for swap_buffers_with_damage
2020-07-16 Eric Engestromegl: inline fallback for create_pixmap_surface
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-05-26 Kristian H. Kristensenegl/android: Drop unused variable
2020-05-26 Kristian H. Kristensenegl/android: Move get_format under HAVE_DRM_GRALLOC...
2020-03-23 Chia-I Wuegl/android: enable/disable KHR_partial_update correctly
2020-03-12 David Stevensegl/android: set window usage flags
2020-03-09 Chia-I Wuegl/android: require ANDROID_native_fence_sync for...
2020-01-22 Tapani Pälliegl/android: fix buffer_count for applications setting...
2020-01-15 Nataraj Deshpandeegl/android: Restrict minimum triple buffering for...
2019-10-21 Lepton Wuegl/android: Remove our own reference to buffers.
2019-10-18 Hal GentzRevert "egl: Configs w/o double buffering support have...
2019-10-11 Hal Gentzegl: Configs w/o double buffering support have no ...
2019-09-12 Eric Anholtegl/android: Fix build since the DRI fourcc removal.
2019-09-12 Lepton Wuegl/android: Only keep BGRA EGL configs as fallback
2019-09-12 renchengleiegl/android: Enable HAL_PIXEL_FORMAT_RGBA_1010102 format
2019-09-11 Eric Anholtdri: Use DRM_FORMAT_* instead of defining our own copy.
2019-08-29 Nataraj Deshpandeegl/android: Enable HAL_PIXEL_FORMAT_RGBA_FP16 format
2019-08-21 Kevin Strasseregl: Convert configs to use shifts and sizes instead...
2019-08-13 Harish Krupoegl/android: Delete set_damage_region from egl dri...
2019-07-22 Nataraj Deshpandeegl/android: Update color_buffers querying for buffer age
2019-07-16 Rob Clarkegl/android: handle multi-fd native windows
2019-06-10 Mathias Fröhlichegl: Let the caller of dri2_create_drawable decide...
2019-06-05 Emil Velikovegl/dri: flesh out and use dri2_create_drawable()
2019-05-14 Paulo Zanoniegl: store the native surface pointer in struct _egl_su...
2019-03-27 Gurchetan Singhegl/android: chose node type based on swrast and prepro...
2019-03-27 Gurchetan Singhegl/android: use software rendering when appropriate
2019-03-27 Gurchetan Singhegl/android: use swrast option in droid_load_driver
2019-03-27 Gurchetan Singhegl/android: plumb swrast option
2019-03-27 Gurchetan Singhegl/android: refactor droid_load_driver a bit
2019-03-27 Gurchetan Singhegl/android: droid_open_device_drm_gralloc --> droid_op...
2019-03-27 Gurchetan Singhegl/android: move droid_open_device_drm_gralloc down...
2019-03-27 Gurchetan Singhegl/android: move droid_image_loader_extension down...
2019-02-28 Eric Engestromegl/android: replace magic 0=CbCr,1=CrCb with simple...
2019-02-26 Kasireddy, Vivekdri: Add XYUV8888 format
2019-02-26 Emil Velikovegl/android: bump the number of drmDevices to 64
2019-02-06 Eric Engestromegl: use coherent variable names
2018-11-16 Eric Anholtegl: Move loader_set_logger() up to egl_dri2.c.
2018-11-12 Lionel Landwerlindri: add AYUV format
2018-11-01 Emil Velikovegl: set the EGLDevice when creating a display
2018-10-03 Emil Velikovegl/android: remove eglSwap* surface check
2018-09-20 Emil Velikovegl/android: rework device probing
2018-09-13 Kristian H. Kristensenegl/android: Declare droid_load_driver() static
2018-09-02 Mauro Rossiegl/android: do not indent HAVE_DRM_GRALLOC preprocesso...
2018-08-24 Emil Velikovegl/android: simplify device open/probe
2018-08-24 Emil Velikovegl/android: remove drmVersion::name NULL check
2018-08-24 Emil Velikovegl/android: remove droid_probe_driver()
2018-08-24 Emil Velikovegl/android: use strcmp with drmVersion::name
2018-08-24 Emil Velikovegl/android: use drmDevice instead of the manual /dev...
2018-08-21 Chad Versaceegl/android: Implement EGL_KHR_mutable_render_buffer
2018-08-15 Mauro Rossiegl/android: fix regression in drm_gralloc path (v2)
2018-06-25 Robert Fossegl/android: Add DRM node probing and filtering
2018-06-25 Rob Herringegl/android: #ifdef out flink name support
2018-05-04 Tapani Pälliegl: add EGL_BAD_MATCH error case for surfaceless and...
2018-03-16 Wu, Zhongminegl/android: Implement the eglSwapinterval for Android.
2018-01-04 Rob Herringegl/android: Fix build break with dri2_initialize_andro...
2017-12-27 Eric Engestromegl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFall...
2017-12-27 Eric Engestromegl: let each platform decided how to handle LIBGL_ALWA...
2017-12-14 Harish Krupoegl/android: Provide an option for the backend to expos...
2017-12-13 Tomasz Figaegl/android: Partially handle HAL_PIXEL_FORMAT_IMPLEMEN...
2017-11-08 Emil Velikovegl/android: add a note about .swap_buffers_with_damage
2017-09-27 Tomasz Figaegl/dri2: Implement swapInterval fallback in a conforma...
2017-09-19 Zhongmin Wuegl/android: Use per surface out fence
2017-09-19 Zhongmin Wuegl: Allow creation of per surface out fence
2017-08-30 Mark JanesRevert "egl: Allow creation of per surface out fence"
2017-08-30 Zhongmin Wuegl: Allow creation of per surface out fence
2017-08-25 Eric EngestromRevert "egl/android: add missing include"
2017-08-24 Eric Engestromegl/android: add missing include
2017-08-22 Gwan-gyeong Munegl: deduplicate allocations of local buffer over each...
2017-08-10 Emil Velikovegl: drop unreachable BAD_NATIVE_WINDOW conditions
2017-07-31 Rob HerringAndroid: fix compile error for DRI2 loader getCapability
2017-07-31 Marek Olšákdri_interface,egl,gallium: only expose RGBA visuals...
2017-07-19 Gwan-gyeong Munegl/dri2: remove unused buffer_count variable
2017-07-05 Tomasz Figaegl: android: Fix potential use of unitialized variable
2017-06-26 Emil Velikovegl: fold _eglError() + return EGL_FALSE
2017-06-26 Emil Velikovegl: drop _eglInitImage() return type
next