mesa/src/gallium/drivers
Erik Faye-Lund 40f704f2f3 zink: pctx can't be null here
We're checking if pctx is null here, but that can't be true. If it
could, then the code that follows would have immediately crashed.

A quick peek at other drivers seems to indicate that this is a safe
assumption.

CID: 1474410, 1474554

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12559>
2021-08-27 18:32:03 +00:00
..
asahi gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
crocus intel/isl: Add msaa_layout param to isl_tiling_get_info 2021-08-25 22:39:30 +00:00
d3d12 gallium: change pipe_draw_info::mode to uint8_t on MSVC to make it 1 byte large 2021-08-24 10:43:44 -04:00
etnaviv etnaviv: remove primconvert 2021-08-26 10:44:04 +00:00
freedreno freedreno/a6xx: Fix a6xx gen4 compute shaders 2021-08-25 15:24:19 +00:00
i915 gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
iris iris/ci: Correctly set freq governors to max 2021-08-27 17:34:01 +02:00
lima gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
llvmpipe llvmpipe: rip out cylindrical wrap support 2021-08-25 19:37:16 +00:00
nouveau gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
panfrost panfrost: Prepare indirect draw helpers to per-gen XML 2021-08-26 10:35:17 +02:00
r300 gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
r600 gallium/tgsi: rip out cylindrical wrap support 2021-08-25 19:37:16 +00:00
radeon radeon/vcn: set min value for num_temporal_layers 2021-08-19 14:25:09 +00:00
radeonsi radeonsi: Change GS vertex offset arguments to use gs_vtx_offset array. 2021-08-26 05:20:15 +00:00
softpipe softpipe: rip out cylindrical wrap support 2021-08-25 19:37:16 +00:00
svga gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
swr gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices 2021-08-21 00:08:11 +00:00
tegra gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
v3d gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
vc4 gallium: add take_ownership into set_sampler_views to skip reference counting 2021-08-20 15:04:20 +00:00
virgl llvmpipe: improve polygon-offset precision 2021-08-24 07:36:31 +00:00
zink zink: pctx can't be null here 2021-08-27 18:32:03 +00:00