Lines Matching +full:- +full:- +full:disable +full:- +full:docs
1 Mesa 19.3.3 Release Notes / 2020-01-28
20 ---------------
24 81ce4810bb25d61300f8104856461f4d49cf7cb794aa70cb572312e370c39f09 mesa-19.3.3.tar.xz
27 ------------
29 - None
32 ---------
34 - aco: Dead Rising 4 crashes in lower_to_hw_instr() on GFX6-GFX7
35 - libvulkan_radeon.so crash with \`free(): double free detected in
37 - Commit be08e6a causes crash in com.android.launcher3 (Launcher)
38 - Mesa no longer compiles with GCC 10
39 - [bisected] [radeonsi] GPU hangs/resets while playing interlaced
41 - [radeonsi] MSAA image not copied properly after image store through
43 - T-Rex and Manhattan onscreen performance issue on Android
44 - VkSamplerCreateInfo compareEnable not respected
45 - VkSamplerCreateInfo compareEnable not respected
46 - Freedreno drm softpin driver implementation leaks memory
47 - [POLARIS10] VRAM leak involving glTexImage2D with non-NULL data
51 -------
55 - drisw: Cache the depth of the X drawable
59 - mesa/st: fix a memory leak in get_version
63 - radv: Disable VK_EXT_sample_locations on GFX10.
64 - radv: Remove syncobj_handle variable in header.
68 - intel/fs: Only use SLM fence in compute shaders
72 - aco: fix unconditional demote_to_helper
73 - aco: rework lower_to_cssa()
77 - docs: add SHA256 sums for 19.3.2
78 - cherry-ignore: Update for 19.3.3
79 - .pick_status.json: Update to c787b8d2a16d5e2950f209b1fcbec6e6c0388845
83 - mesa: Fix detection of invalidating both depth and stencil.
87 - meson: use github URL for wraps instead of completely unreliable
90 Erik Faye-Lund (8):
92 - docs: fix typo in html tag name
93 - docs: fix paragraphs
94 - docs: open paragraph before closing it
95 - docs: use code-tag instead of pre-tag
96 - docs: use code-tags instead of pre-tags
97 - docs: use code-tags instead of pre-tags
98 - docs: move paragraph closing tag
99 - docs: remove double-closed definition-list
103 - glsl: Fix software 64-bit integer to 32-bit float conversions.
104 - intel/fs/gen11+: Handle ROR/ROL in lower_simd_width().
105 - intel/fs/gen8+: Fix r127 dst/src overlap RA workaround for EOT
110 - turnip: fix invalid VK_ERROR_OUT_OF_POOL_MEMORY
114 - clover: Initialize Asm Parsers
118 - anv: Flag descriptors dirty when gl_NumWorkgroups is used
119 - intel/vec4: Support scoped_memory_barrier
120 - intel/blorp: Fill out all the dwords of MI_ATOMIC
121 - anv: Don't over-advertise descriptor indexing features
122 - anv: Memset array properties
123 - anv/blorp: Rename buffer image stride parameters
124 - anv: Canonicalize buffer formats for image/buffer copies
125 - anv: Stop allocating WSI event fences off the instance
129 - st/mesa: don't lower YUV when driver supports it natively
133 - intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
134 - intel: Fix aux map alignments on 32-bit builds.
138 - freedreno/drm: Fix memory leak in softpin implementation
142 - anv: fix intel perf queries availability writes
143 - anv: only use VkSamplerCreateInfo::compareOp if enabled
144 - intel/perf: expose timestamp begin for mdapi
145 - intel/perf: report query split for mdapi
149 - ac/gpu_info: always use distributed tessellation on gfx10
150 - radeonsi: work around an LLVM crash when using
152 - radeonsi: clean up how internal compute dispatches are handled
153 - radeonsi: don't invoke decompression inside internal launch_grid
157 - egl/android: Restrict minimum triple buffering for android
160 Pierre-Eric Pelloux-Prayer (8):
162 - radeonsi: release saved resources in si_retile_dcc
163 - radeonsi: release saved resources in si_compute_expand_fmask
164 - radeonsi: release saved resources in si_compute_clear_render_target
165 - radeonsi: release saved resources in si_compute_copy_image
166 - radeonsi: release saved resources in si_compute_do_clear_or_copy
167 - radeonsi: fix fmask expand compute shader
168 - radeonsi: make sure fmask expand is done if needed
169 - util: call bind_sampler_states before setting sampler_views
173 - aco: set vm for pos0 exports on GFX10
174 - aco: fix imageSize()/textureSize() with large buffers on GFX8
175 - aco: fix uninitialized data in the binary
176 - aco: set exec_potentially_empty for demotes
177 - aco: disable add combining for ds_swizzle_b32
178 - aco: don't DCE atomics with return values
179 - aco: check if multiplication/clamp is live when applying output
181 - aco: fix off-by-one error when initializing sgpr_live_in
185 - radv: only use VkSamplerCreateInfo::compareOp if enabled
186 - radv: fix double free corruption in radv_alloc_memory()
190 - meson: Do not require libdrm for DRI2 on hurd
194 - egl/android: fix buffer_count for applications setting max count
198 - mesa: Prevent \_MaxLevel from being less than zero
202 - aco/gfx10: Fix VcmpxExecWARHazard mitigation.