mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
v3d: Fix wiring filters to NEAREST for 32-bit texture returns.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104626
This commit is contained in:
parent
795488d2bf
commit
b2e7c32703
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ emit_one_texture(struct v3d_context *v3d, struct v3d_texture_stateobj *stage_tex
|
|||
|
||||
if (return_size == 32) {
|
||||
min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
|
||||
mag_img_filter = PIPE_TEX_FILTER_NEAREST;
|
||||
min_img_filter = PIPE_TEX_FILTER_NEAREST;
|
||||
mag_img_filter = PIPE_TEX_FILTER_NEAREST;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue