mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-19 14:40:30 +01:00
pvr: Transfer PBE gamma is unset
PBE gamma is set in pvr_pbe_get_src_format_and_gamma but later always set to NONE. Should be enabled for SRGB formats. Signed-off-by: Oskar Rundgren <oskar.rundgren@imgtec.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22918>
This commit is contained in:
parent
9fccc25bdf
commit
7cb77cb089
1 changed files with 0 additions and 1 deletions
|
|
@ -785,7 +785,6 @@ pvr_pbe_setup_codegen_defaults(const struct pvr_device_info *dev_info,
|
|||
return result;
|
||||
|
||||
surface_params->z_only_render = false;
|
||||
surface_params->gamma = PVR_PBE_GAMMA_NONE;
|
||||
surface_params->depth = dst->depth;
|
||||
surface_params->down_scale = state->down_scale;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue