mesa/src/imagination
Frank Binns 2d6527c9f1 pvr: fix typo in pvr_rt_get_region_headers_stride_size()
This function was returning the size of a single region header as the stride
when it was supposed to be returning the total size of the region headers for a
single render target. This went unnoticed due to the fact this function had two
variables with basically identical names. To avoid any future confusion, rename
rgn_header_size to single_rgn_header_size throughout the code.

Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22574>
2023-04-20 13:17:01 +00:00
..
common pvr: Add support to process transfer and blit cmds 2023-04-19 11:01:05 +00:00
csbgen pvr: Support ipf_creq_pf in pvr_isp_ctrl_stream() 2023-04-19 11:01:06 +00:00
include pvr: Add support to process transfer and blit cmds 2023-04-19 11:01:05 +00:00
rogue pvr: Use driver vertex input data in the compiler 2023-04-19 12:08:31 +00:00
vulkan pvr: fix typo in pvr_rt_get_region_headers_stride_size() 2023-04-20 13:17:01 +00:00
.clang-format pvr: Add support for validating modifier combos 2023-02-24 11:29:48 +00:00
.dir-locals.el
.editorconfig pvr: Change indentation from tab to spaces for xml files. 2022-08-31 08:26:17 +00:00
meson.build