mesa/src/mesa
Mike Blumenkrantz b13248632d st/pbo: reject vs/fs pbo ops if rowstride < width
this pbo shader works by iterating over the framebuffer size
and storing a value to an offset for each source pixel. if the
number of pixels being written out does not correspond to fragcoord
to the extent that certain source pixels are not written at all, however,
then this method should not be used in order to avoid giving broken results

cc: mesa-stable

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30689>
(cherry picked from commit c2dcecffc5)
2024-08-21 19:06:44 +02:00
..
main mesa: check for enabled extensions for *UID enums 2024-08-04 22:43:16 +02:00
math mesa: optimize setting the identity matrix 2023-12-08 04:25:51 +00:00
program build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00
state_tracker st/pbo: reject vs/fs pbo ops if rowstride < width 2024-08-21 19:06:44 +02:00
vbo mesa: deal with vbo_save_vertex_list::modes being NULL 2024-02-22 15:01:41 +00:00
x86 util: cleanup cpuinfo.* and it's related files 2022-11-15 19:06:07 +00:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00