mesa/src/gallium/drivers
Erik Faye-Lund f815026d36 zink: cast pointers to uintptr_t
The way p_atomic_cmpxchg is implemented on Windows really wants us to
use integers instead of things like pointers. So let's use uintptr_t
here. It seems cleaner to use that than the value zero for the last
argument, because it shows the intent of the code more clearly.

Fixes: d80d9e1c93 ("zink: queue v3.0")
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11424>
2021-06-24 17:51:47 +00:00
..
asahi asahi: Mark special fragment inputs as sysvals 2021-06-05 20:38:22 +00:00
crocus isl,iris: Move the extra_aux_surf logic into iris 2021-06-24 13:57:40 +00:00
d3d12 d3d12: Add mechanism for D3D12 Adapter Selection 2021-06-07 02:22:34 +00:00
etnaviv nir, nir/algebraic: add byte/word insertion instructions 2021-06-08 08:57:42 +00:00
freedreno freedreno: Cooperate with tc to stop checking the BC for resource_busy(). 2021-06-22 09:51:21 -07:00
i915 ci/i915g: Skip the piglit glx tests since we're not running X. 2021-06-23 19:54:55 +00:00
iris iris/ci: disable amly jobs 2021-06-24 17:13:18 +00:00
kmsro kmsro: sync Android.mk GALLIUM_TARGET_DRIVERS 2021-01-06 22:34:45 +00:00
lima ci/deqp: Skip flush_finish on all CI jobs. 2021-06-14 12:09:19 -07:00
llvmpipe ci/llvmpipe: Mark two more multithread program link flakes. 2021-06-22 17:23:59 +00:00
nouveau gallium: add a pipe cap for determining driver support for prim type in restarts 2021-06-23 03:13:41 +00:00
panfrost Revert "ci: disable panfrost t760 jobs" 2021-06-23 12:30:07 +01:00
r300 ra: Use struct ra_class in the public API. 2021-06-04 19:08:57 +00:00
r600 r600/sfn: Clean up some ALU lowering and move code 2021-06-17 10:53:52 +00:00
radeon radeon/vcn/enc: Add missing line to HEVC SPS header code 2021-06-22 23:36:29 +00:00
radeonsi radeonsi: optimize set_inlinable_constants when they don't change 2021-06-23 22:37:34 -04:00
softpipe ci: Add a flakes IRC channel for llvmpipe/softpipe. 2021-06-14 12:09:19 -07:00
svga svga: Initialize pipe_shader_state for transform shaders 2021-06-10 17:28:41 +00:00
swr swr: fix uninitialized variable warnings 2021-06-03 20:58:46 +00:00
tegra gallium: split transfer_(un)map into buffer_(un)map and texture_(un)map 2021-05-21 17:38:04 +00:00
v3d v3dv/build: meson infrastructure for multi-hw-version support 2021-06-22 11:34:06 +02:00
vc4 nir,vc4: Suffix a bunch of unorm 4x8 opcodes _vc4 2021-06-21 09:04:08 -05:00
virgl llvmpipe: do not always use pixel-rounded coordinates for points 2021-06-11 09:57:58 +02:00
zink zink: cast pointers to uintptr_t 2021-06-24 17:51:47 +00:00