freedreno/a6xx: fix hangs with newer sqe fw
[mesa.git] / src / gallium / state_trackers / dri /
2019-05-24 Tapani Pällist/dri: enable EGL_ANDROID_blob_cache on gallium drivers
2019-05-15 Kenneth Graunkest/dri: Minor style fixes
2019-05-02 Marek Olšákst/dri: decrease input lag by syncing sooner in SwapBuffers
2019-04-24 Marek Olšákgallium: replace DRM_CONF_SHARE_FD with PIPE_CAP_DMABUF
2019-04-24 Marek Olšákgallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FR...
2019-04-24 Marek Olšákst/dri: simplify throttling code
2019-04-15 Dylan BakerDelete autotools
2019-03-11 Christian Gmeinerst/dri: allow direct UYVY import
2019-03-08 Eric Anholtst/dri: Set the PIPE_BIND_SHARED flag on create_image_w...
2019-02-14 Eric Engestromst/dri: drop duplicate #define
2019-02-14 Eric Engestromdrm-uapi: use local files, not system libdrm
2019-01-29 Jonathan Marekst/dri: invalidate_resource depth/stencil before flush_...
2019-01-24 Dave Airliegallium: use put image shm2 path (v2)
2019-01-14 Marek Olšákst/dri: fix dri2_format_table for argb1555 and rgb565
2018-12-18 Lucas Stachst/dri: replace format conversion functions with single...
2018-12-18 Lucas Stachst/dri: allow both render and sampler compatible dma...
2018-12-05 Michal Srbdrisw: Use separate drisw_loader_funcs for shm
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-10-30 Eric Engestromst/dri: remove leftover local variable
2018-10-22 Rob Herringandroid: Build kms_swrast for the Android platform
2018-10-09 Michel Dänzerst/dri: Handle BGRA5551 format
2018-10-03 Emil Velikovpipe-loader: move dup(fd) within pipe_loader_drm_probe_fd
2018-10-03 Emil Velikovst/dri: make swrast_no_present member of dri_screen
2018-10-03 Emil Velikovst/dri: inline dri2_buffer.h within dri2.c
2018-09-19 Michal Srbst/dri: don't set queryDmaBufFormats/queryDmaBufModifie...
2018-09-18 Timothy Arcerimesa/st: add force_compat_profile option to driconfig
2018-09-10 Elie Tourniergallium: Correctly handle no config context creation
2018-08-31 Daniel Stonest/dri: Don't expose sRGB formats to clients
2018-08-29 Timothy Arcerist/mesa, gallium: add a workaround for No Mans Sky
2018-08-20 Timothy Arcerimesa: remove unused dri config option disable_shader_bi...
2018-08-07 Chad Versacedri: Add param driCreateConfigs(mutable_render_buffer)
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-20 Eric Anholtst/dri: Don't require a dri_format for image creation.
2018-07-06 Marek Olšákst/dri: fix a crash in server_wait_sync
2018-06-21 Emil Velikovst/dri: constify dri_fill_st_visual's screen
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_relaxed_es driconfig override
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_builtin_const_expression...
2018-05-29 Marc-André Lureaudrisw: use getImageShm() if available
2018-05-29 Marc-André Lureaudrisw: use putImageShm if available
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-04-24 Marek OlšákRevert "st/dri: Fix dangling pointer to a destroyed...
2018-04-23 Johan Klokkhammer... st/dri: Fix dangling pointer to a destroyed dri_drawable
2018-04-02 Daniel Stonest/dri: Initialise modifier to INVALID for DRI2
2018-03-09 Marek Olšákst/dri: fix OpenGL-OpenCL interop for GL_TEXTURE_BUFFER
2018-03-07 Dylan Bakermeson: Use include directory variables instead of trave...
2018-02-20 Ilia Mirkinst/dri: only expose config formats that are display...
2018-02-20 Ilia Mirkinmesa: add xbgr support adjacent to xrgb
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-15 Adam JacksonRevert "gallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_...
2018-01-03 Mario Kleinerst/dri: Add option to control exposure of 10 bpc color...
2018-01-03 Mario Kleinerst/dri: Add support for BGR[A/X]1010102 formats.
2018-01-03 Mario Kleinerst/dri: Support texture_from_pixmap for BGR[A/X]1010102...
2018-01-03 Mario Kleinerst/dri2: Add buffer handling for BGR[A/X]1010102 formats.
2018-01-03 Mario Kleinerst/dri2: Add format translations for BGR[A/X]1010102...
2017-12-20 Lucas Stachst/dri: allow direct YUYV import
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-29 Adam Jacksongallium/dri2: Enable {GLX_ARB,EGL_KHR}_context_flush_co...
2017-11-28 Eric Engestromst/dri: replace hard-coded array size with ARRAY_SIZE()
2017-11-25 Marek Olšákgallium/hud: add HUD sharing within a context share...
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
2017-11-25 Marek Olšákgallium/hud: split hud_draw into 3 separate functions
2017-11-25 Marek Olšákst/dri: remove dead code and incorrect comment around...
2017-11-25 Marek Olšákst/dri: clean up dri_unbind_context
2017-11-13 Dylan Bakermeson: don't use build_by_default for specific gallium...
2017-11-11 Marek Olšákst/dri: fix deadlock when waiting on android fences
2017-11-10 Marek Olšákst/dri: fix android fence regression
2017-11-09 Nicolai Hähnlest/dri: use stapi flush instead of pipe flush when...
2017-11-09 Timothy Arcerimesa: use simple mtx in core mesa
2017-11-06 Adam Jacksondrisw: Enable flush control for llvmpipe and softpipe
2017-11-06 Adam Jacksongallium: Wire up flush control
2017-11-06 Neil Robertsdri: Change __DriverApiRec::CreateContext to take a...
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-18 Michel Dänzerst/mesa: Initialize textures array in st_framebuffer_va...
2017-10-16 Dylan Bakermeson: Build gallium dri state tracker
2017-10-13 Mark Thompsonst/dri: Add definitions to allow importing 16-bit surfaces
2017-10-12 Marek Olšákst/dri: implement __DRIimageExtension::validateUsage...
2017-10-10 Nicolai Hähnlest/dri: implement createImageFromRenderbuffer(2)
2017-10-03 Matt Turnermesa: Remove force_s3tc_enable driconf variable
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_enabled
2017-09-27 Marek Olšákst/dri: don't expose modifiers in EGL if the driver...
2017-08-10 Thomas Hellstromdri: Introduce SWAP_METHOD tokens
2017-08-09 Rob Herringst/dri2: fix kms_swrast driconf option handling
2017-08-07 Gurchetan Singhst/dri: add drisw image extension
2017-08-07 Gurchetan Singhst/dri: move some image functions to dri_helpers.c
2017-08-07 Gurchetan Singhst/dri: organize order of includers in dri_helpers
2017-08-07 Gurchetan Singhst/dri: change dri_extensions to dri_helpers
2017-08-04 Nicolai Hähnlepipe-loader: remove config from pipe_loader_create_screen
2017-08-04 Nicolai Hähnlegallium: get rid of pipe_screen_config::flags
2017-08-03 Thomas Hellstromst/dri2 Plumb the flush_swapbuffer functionality throug...
2017-08-02 Emil Velikovst/dri: NULL check before deref DRI loader .getCapability
2017-08-02 Nicolai Hähnlepipe-loader: fix driinfo for software and non-radeonsi...
2017-08-02 Nicolai Hähnlest/dri: implement v2 of DRI_ConfigOptions
2017-08-02 Nicolai Hähnlegallium: move loading of drirc to pipe-loader
2017-08-02 Nicolai Hähnlegallium: move driinfo XML to pipe_loader
2017-08-02 Nicolai Hähnlegallium: add pipe_screen_config to screen_create functions
2017-08-01 Marek Olšákst/dri: don't set PIPE_BIND_SHARED for privately-alloca...
next