mesa/.gitlab-ci
Erik Faye-Lund a2d091694f gallium/u_vbuf: avoid dereferencing NULL pointer
When I last time fixed this, I missed that continuing here would make us
leak pointers in the translate state, which is what made this avoid a
crash in the first place.

That's not great, we need to set *some* pointer in this case. The
obvious option would be NULL, but that means that the translate-code
also needs to support NULL-pointers here.

Instead, let's point to a small, static buffer that contains enough
zero-data for the largest possible vertex attribute. This avoids having
to add more NULL-checks.

Fixes: a8e8204b18 ("gallium/u_vbuf: support NULL-resources")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7773>
2021-05-05 11:16:42 +00:00
..
bare-metal freedreno/ci: Isolate dEQP-EGL reset_context tests 2021-05-01 02:37:05 +00:00
container ci: Uprev piglit to b3a9fa345 ("framework/replay: Quote resource names before signing") 2021-04-28 21:11:34 +00:00
fossils gitlab-ci: attach the Fossilize log file as artifact on failure 2020-06-26 06:45:23 +00:00
meson ci: Move -Werror enabling from job definitions to meson build script 2021-04-15 16:01:22 +00:00
piglit ci: Add timeout for traces jobs 2021-04-27 21:47:26 +00:00
windows gallium/u_vbuf: avoid dereferencing NULL pointer 2021-05-05 11:16:42 +00:00
cross-xfail-i386 ci: Run tests on i386 cross builds 2019-09-17 14:53:57 -04:00
cross-xfail-ppc64el ci: update xfails for ppc64le and s390x 2021-03-23 14:01:49 +00:00
cross-xfail-s390x u_format: Add missing BE swizzles for R8SG8SB8UX8U_NORM 2021-04-28 09:51:09 +00:00
deqp-default-skips.txt ci: Move deqp-default-skips.txt back to .gitlab-ci/ 2021-03-03 18:08:11 +00:00
deqp-runner.sh ci: Add DEQP_CASELIST_INV_FILTER 2021-05-01 02:37:05 +00:00
docs docs: Move the current CI .rst doc to docs/ci/ and link to it from .gitlab-ci. 2020-07-08 20:13:11 +00:00
download-git-cache.sh ci: specify MinIO's host URL in a global variable 2020-12-22 18:31:01 +00:00
fossilize-runner.sh gitlab-ci: attach the Fossilize log file as artifact on failure 2020-06-26 06:45:23 +00:00
fossils.yml gitlab-ci: add parallel-rdp fossils 2020-06-25 08:03:09 +02:00
generate_lava.py ci: Set date in LAVA DUTs from NTP servers 2020-07-31 14:14:38 +02:00
lava-gitlab-ci.yml ci: Use the caching proxy for Mesa artifacts 2021-04-27 07:11:37 +02:00
lava.yml.jinja2 ci: Use the caching proxy for Mesa artifacts 2021-04-27 07:11:37 +02:00
prepare-artifacts.sh ci: Use a single template for LAVA jobs 2021-04-07 13:34:14 +02:00
run-shader-db.sh ci: remove nouveau from shader-db runs 2021-02-06 23:04:35 +00:00
test-source-dep.yml ci: Add missing vulkan dep for freedreno (turnip) and v3dv test jobs. 2021-04-27 19:55:27 +00:00
x86_64-w64-mingw32 gitlab-ci: Add a pkg-config for mingw 2019-10-16 23:26:09 +00:00