Lines Matching +full:lavapipe +full:- +full:test
1 Mesa 21.0.2 Release Notes / 2021-04-07
18 ---------------
22 46c1dc5bb54a372dee43ec3c067229c299187d5bdadf1402756bbf66a6df5b88 mesa-21.0.2.tar.xz
26 ------------
28 - None
32 ---------
34 - warning: xnack 'Off' was requested for a processor that does not support it! \[AMD VEGAM with LLVM 12.0.0\]
35 - Clover doesn't work for kmsro drivers
36 - util cpu detection breaks on 128-core AMD machines
37 - ACO error with GCN 1 GPU
38 - kmsro advertises EGL_MESA_device_software
42 -------
46 - docs: docker: minor stale documentation fix
50 - radv: Flush caches for shader read operations.
54 - frontend/va/image: add pipe flush for vlVaPutImage
58 - gallivm: increase size of texture target enum bitfield
62 - lavapipe: fix templated descriptor updates
63 - util: rework AMD cpu L3 cache affinity code.
64 - drisw: move zink down the list below the sw drivers.
68 - docs: Add 21.0.1 hashes
69 - .pick_status.json: Update to 9be24c89c8c298069eaa3ff600ba556b9a4557e9
70 - .pick_status.json: Update to 8e43abcd2c29366d77fff804a7845b61fb97ca5c
71 - .pick_status.json: Mark 75951a44ee9f25d29865f3dd60cdf3b8ce3f7f0c as backported
72 - .pick_status.json: Update to a7c0cf500b335069bfe480c947b26052335f897e
73 - .pick_status.json: Update to ee14bec09a92e4363ef916d00d4d9baecfb09fa9
74 - .pick_status.json: Update to 3c64c090e0d2250d7ee880550f8cbeac0052c8d9
75 - .pick_status.json: Update to fb5615af40a5878b127827f80f4185df63933f34
76 - .pick_status.json: Update to 1e0a69afa72c61e5f5841db3e5e7f6bb846a0fab
78 Erik Faye-Lund (1):
80 - compiler/glsl: avoid null-pointer deref
84 - r600: don't set an index_bias for indirect draw calls
88 - panfrost: Disable early-z when alpha test is used
89 - pipe-loader,gallium/drm: Fix the kmsro pipe_loader target
93 - intel/fs/copy_prop: check stride constraints with actual final type
97 - ac/llvm: don't set unsupported xnack options to fix LLVM crashes on gfx6-8
98 - radeonsi: disable sparse buffers on gfx7-8
102 - intel/tools: Use subprocess.Popen to read output directly from a pipe
103 - Revert "glsl/test: Don't run whitespace tests in parallel"
107 - util/set: stop leaking u32 key sets which pass a mem ctx
108 - lavapipe: use the passed offset for CmdCopyQueryPoolResults
109 - util/bitscan: add u_foreach_bit macros
110 - lavapipe: fix CmdCopyQueryPoolResults for partial pipeline statistics queries
111 - lavapipe: fix array texture region copies
113 Pierre-Eric Pelloux-Prayer (3):
115 - mesa/st: fix lower_tex_src_plane in multiple samplers scenario
116 - nir/lower_tex: ignore texture_index if tex_instr has deref src
117 - mesa/st: fix st_nir_lower_tex_src_plane arguments
121 - aco: implement image_deref_samples
125 - egl: fix software flag in \_eglAddDevice call on DRM
126 - egl: only take render nodes into account when listing DRM devices
127 - Revert "egl: Don't add hardware device if there is no render node v2."
131 - iris: clamp PointWidth in 3DSTATE_SF like i965 does
135 - aco/isel: Don't emit unsupported i16<->f16 conversion opcodes on GFX6/7