mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 11:00:37 +02:00
i915g: whitespace fixup from the cube map fix.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11668>
This commit is contained in:
parent
487a493325
commit
5c55f59b13
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ update_sampler(struct i915_context *i915, uint32_t unit,
|
|||
*/
|
||||
if (pt->target == PIPE_TEXTURE_CUBE) {
|
||||
state[1] &= ~(SS3_TCX_ADDR_MODE_MASK | SS3_TCY_ADDR_MODE_MASK |
|
||||
SS3_TCZ_ADDR_MODE_MASK);
|
||||
SS3_TCZ_ADDR_MODE_MASK);
|
||||
state[1] |= (TEXCOORDMODE_CLAMP_EDGE << SS3_TCX_ADDR_MODE_SHIFT);
|
||||
state[1] |= (TEXCOORDMODE_CLAMP_EDGE << SS3_TCY_ADDR_MODE_SHIFT);
|
||||
state[1] |= (TEXCOORDMODE_CLAMP_EDGE << SS3_TCZ_ADDR_MODE_SHIFT);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue