mesa/src/gallium/drivers
Gert Wollny 28f046d189 r600: Pre-EG - Set wrap texture modes to repeat when seemless cube is used
On Pre-Evergreen hardware we have a flag
   "Force Clamp X,Y policy to wrap for CubeMaps"
but it doesn't seem to affect how border clamping is done. With
bf3027 this is set to PIPE_TEX_WRAP_CLAMP_TO_EDGE for cube maps,
and results in the regression reported in #9028.
Forcing repeat mode fixes the issue.

Fixes: bf3027c391
   mesa/st: Normalize wrap modes for seamless cubes

Related: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9028

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23848>
(cherry picked from commit 91fa1970c9)
2023-07-18 22:38:06 +01:00
..
asahi asahi: drop unnecessary DRM_FORMAT_MOD_{LINEAR,INVALID} fallbacks 2023-06-27 13:53:58 +01:00
crocus crocus: fix scratch_bos memory leak 2023-05-25 14:06:11 +01:00
d3d12 d3d12: Respect buffer offsets for sampler views 2023-04-19 14:37:56 +01:00
etnaviv etnaviv: query: reset sample count on begin_query 2023-06-15 22:08:08 +01:00
freedreno freedreno: Reallocate on unshared export 2023-06-28 16:08:29 +01:00
i915 i915: use util_unreference_framebuffer_state to unref fb state 2023-05-05 19:05:45 +01:00
iris intel: Initialize FF_MODE2 on all Gfx12 platforms 2023-06-28 18:09:26 +01:00
lima lima: fix refcnt imbalance related to framebuffer 2023-04-19 14:37:56 +01:00
llvmpipe gallivm: Clamp the texel buffer size 2023-07-15 22:49:57 +01:00
nouveau nouveau: fix nouveau_heap_destroy() memory leak 2023-06-15 22:10:33 +01:00
panfrost panfrost: Allocate shared memory in OpenCL 2023-04-13 01:49:33 +00:00
r300 r300: fix unconditional KIL on R300/R400 2023-04-26 17:37:27 +01:00
r600 r600: Pre-EG - Set wrap texture modes to repeat when seemless cube is used 2023-07-18 22:38:06 +01:00
radeonsi radeonsi: fix refcnt imbalance related to util_blitter_save_fragment_constant_buffer_slot() 2023-07-16 22:11:49 +01:00
softpipe softpipe: use util_unreference_framebuffer_state to unref fb state 2023-05-05 19:05:49 +01:00
svga svga: use util_unreference_framebuffer_state to unref fb state 2023-05-05 19:05:54 +01:00
tegra tegra: Add support for get_screen_fd 2023-03-31 13:39:05 +00:00
v3d v3d: use util_unreference_framebuffer_state to unref fb state 2023-05-05 19:05:50 +01:00
vc4 vc4: use util_unreference_framebuffer_state to unref fb state 2023-05-05 19:05:51 +01:00
virgl virgl: Fix stack overflow in virgl_bind_sampler_states 2023-06-20 12:17:51 +01:00
zink zink: don't destroy swapchain on initial CreateSwapchainKHR fail 2023-07-16 22:11:49 +01:00