vulkan/wsi: Really terminate DRM lease in wsi_release_display().
[mesa.git] / src / gallium / drivers /
2020-06-21 Rob Clarkfreedreno/ir3: split out ubo info from range
2020-06-20 Jonathan Marekfreedreno/a6xx: remove unnecessary OVERFLOW_FLAG_REG...
2020-06-20 Jonathan Marekfreedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"
2020-06-20 Arcady Goldmints... intel/compiler: Always apply sample mask on Vulkan.
2020-06-19 Nanley Cheryiris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS
2020-06-19 Nanley Cheryiris: Refactor modifier_is_supported for gen12
2020-06-19 Nanley Cheryiris: Handle importing aux-enabled surfaces on TGL
2020-06-19 Nanley Cheryiris: Use ISL_AUX_USAGE_GEN12_CCS_E on gen12
2020-06-19 Nanley Cheryiris: Don't support sRGB + Y_TILED_CCS on gen9
2020-06-19 Nanley Cheryintel: Add ISL_AUX_USAGE_GEN12_CCS_E
2020-06-19 Nanley Cheryiris: Disable sRGB fast-clears for non-0/1 values
2020-06-19 Nanley Cheryiris: Avoid fast-clear with incompatible view
2020-06-19 Nanley Cheryiris: Remove the CCS_D fallback
2020-06-19 Nanley Cheryiris: Drop can_fast_clear_color's format parameter
2020-06-19 Kristian H. Kristensenfreedreno/a6xx: Set index buffer size to bo size
2020-06-19 Kristian H. Kristensenfreedreno/a6xx: Don't write REG_A6XX_RB_SRGB_CNTL in...
2020-06-19 Mike Blumenkrantzzink: use int assignment for vk int type
2020-06-19 Rob Clarkfreedreno/ir3: move output_loc to variant
2020-06-19 Connor Abbottir3: Split out variant-specific lowering and optimizations
2020-06-19 Rob Clarkfreedreno/ir3: drop shader->num_ubos
2020-06-19 Rob Clarkfreedreno/ir3: move ubo_state into const_state
2020-06-19 Rob Clarkfreedreno/a6xx: defer userconst cmdstream size calculation
2020-06-19 Rob Clarkfreedreno/ir3: add accessor for const_state
2020-06-19 Gert Wollnyr600/sfn: Handle memory_barrier
2020-06-19 Gert Wollnyr600/sfn: Take SSBO buffer ID offset into account
2020-06-19 Gert Wollnyr600/sfn: Add support for reading cube image array...
2020-06-19 Gert Wollnyr600/sfn: Add support for image_size
2020-06-19 Gert Wollnyr600/sfn: Add imageio support
2020-06-19 Gert Wollnyr600/sfn: lower image derefs
2020-06-18 Karol Herbstnv50/ir/nir: remove image uniform hack
2020-06-18 Karol Herbstnv50/ir/nir: handle image atomic inc and dec
2020-06-18 Karol Herbstnv50/ir/nir: move away from image_deref intrinsics
2020-06-18 Boyuan Zhangradeon/vcn: bump vcn3.0 encode major version to 1
2020-06-18 Boyuan Zhangradeon/vcn/enc: Re-write PPS encoding for HEVC
2020-06-18 Thong Thairadeon/vcn: add vcn 3.0 encode support
2020-06-18 Leo Liuradeon/vcn/dec: add db_aligned_height to message buffer
2020-06-18 Leo Liuradeon/vcn: add Sienna to use internal register offset
2020-06-18 Leo Liuradeon/vcn: reset the decode flags from message buffer
2020-06-18 Rob Clarkfreedreno/a6xx: set .MERGEREGS based on variant
2020-06-18 Rob Clarkfreedreno/ir3: re-work assembler API
2020-06-18 Jonathan Marekfreedreno/fdl6: rework layout code a bit (reduce linear...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-18 Eric Engestromfreedreno: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestrometnaviv: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromiris: replace all dup() with os_dupfd_cloexec()
2020-06-18 Eric Engestromreplace all F_DUPFD_CLOEXEC with os_dupfd_cloexec()
2020-06-17 Mike Blumenkrantzzink: enable xfb extension in screen creation
2020-06-17 Mike Blumenkrantzzink: switch to passing VkPhysicalDeviceFeatures2 in...
2020-06-17 Mike Blumenkrantzzink: set PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED and remov...
2020-06-17 Mike Blumenkrantzzink: implement transform feedback support to finish...
2020-06-17 Mike Blumenkrantzzink: implement streamout and xfb handling in ntv
2020-06-17 Mike Blumenkrantzzink: add spirv_builder methods for OpVectorExtractDyna...
2020-06-17 Mike Blumenkrantzzink: add spirv builder util functions for emitting...
2020-06-17 Mike Blumenkrantzzink: use '2' variants for device props/feats, check...
2020-06-17 Connor Abbottir3: Pass reserved_user_consts to ir3_shader_from_nir()
2020-06-16 Rob Clarkfreedreno/a6xx: emit shader names in debug builds
2020-06-16 Rob Clarkfreedreno: splitup emit_string_marker
2020-06-16 Rob Clarkfreedreno/log-parser: fix compute times
2020-06-16 Dave Airliesoftpipe: change vendor name to something more generic.
2020-06-16 Dave Airliellvmpipe: change vendor to be more generic.
2020-06-16 Dave Airlievirgl: change vendor id to reflect reality more.
2020-06-16 Jan Beichanv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047
2020-06-16 Icecream95panfrost: Implement ARB_depth_clamp
2020-06-16 Icecream95panfrost: Clean up panfrost_frag_meta_rasterizer_update
2020-06-16 Rohan Gargiris: Fix documentation for _iris_batch_flush
2020-06-16 Erik Faye-Lundzink: expose GLSL 1.30
2020-06-16 Erik Faye-Lundzink: enable cull-distance if supported
2020-06-16 Jose Maria Casanov... vc4: don't relay on intr->num_components for non-vector...
2020-06-15 Alyssa Rosenzweigpanfrost: Update sampler view in Bifrost path
2020-06-15 Alyssa Rosenzweigpanfrost: Merge bifrost_bo/midgard_bo
2020-06-15 Dave Airliellvmpipe/setup: add planes for draw regions if no scissor.
2020-06-15 Rob Clarkfreedreno/ir3: move the libdrm dependency out of shared...
2020-06-15 Rob Clarkfreedreno/ir3: unify shader create/delete paths
2020-06-15 Mike Blumenkrantzzink: rework input/output location emission
2020-06-15 Mike Blumenkrantzzink: handle more glsl->spirv builtin translation
2020-06-15 Yevhenii Kolesnikovnvir: don't use designated initialisers in C++ code
2020-06-15 Samuel Pitoisetac: add ac_choose_spi_color_formats() to common code
2020-06-13 Eric Engestromiris: drop dead #include "config.h"
2020-06-13 Eric Engestromv3d: add missing unlock() in error path
2020-06-12 Icecream95panfrost: Tiled to linear layout conversion
2020-06-12 Icecream95panfrost: Create a new sampler view bo when the layout...
2020-06-12 Icecream95panfrost: Move sampler view bo creation to a separate...
2020-06-12 Alyssa Rosenzweigpanfrost: Demote mediump varyings to fp16
2020-06-12 Alyssa Rosenzweigpanfrost: Override varying format to minimal precision
2020-06-12 Alyssa Rosenzweigpanfrost: Use shader_info harder
2020-06-12 Alyssa Rosenzweigpanfrost: Only store varying formats
2020-06-12 Alyssa Rosenzweigpanfrost: Allow R/RG/RGB varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Remove unused routines
2020-06-12 Alyssa Rosenzweigpanfrost: Use new varying linking
2020-06-12 Alyssa Rosenzweigpanfrost: Add high-level varying emit
2020-06-12 Alyssa Rosenzweigpanfrost: Add helper to determine if we are capturing
2020-06-12 Alyssa Rosenzweigpanfrost: Emit xfb records
2020-06-12 Alyssa Rosenzweigpanfrost: Emit special varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Emit unlinked varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Determine varying buffer presence
2020-06-12 Alyssa Rosenzweigpanfrost: Introduce bitfields for tracking varyings
2020-06-12 Alyssa Rosenzweigpanfrost: Add panfrost_streamout_offset helper
2020-06-12 Alyssa Rosenzweigpanfrost: Calculate varying size by format
2020-06-12 Mauro Rossiandroid: nvir/gv100: update sources in Makefile.sources
2020-06-11 Francisco Jereziris/icl+: Report same caching domain as main surface...
next