summaryrefslogtreecommitdiff
path: root/src/render_program/exa_wm_src_sample_planar.g4b
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-08-05 12:45:16 -0700
committerEric Anholt <eric@anholt.net>2009-08-05 15:07:14 -0700
commit79b6851148574419389ac8055b0c31b8bdac3ab3 (patch)
treecb6e1dfa03765a5d51ef7a1d2015c1b083433b3e /src/render_program/exa_wm_src_sample_planar.g4b
parentf4e4c1a8544e264c5a1da02f4e7990a1beecf71e (diff)
Fix sampler indexes on i965 planar video.
We only set up one sampler, because all of our sampling is the same. By using a non-zero index for the other two samplers, we'd dereference (likely) zeroed data, resulting in using NEAREST filtering. This was a regression in 40671132cb3732728703c6444f4577467fa9223f which incidentally switched from having 6 samplers to 1. Bug #22895, #19856
Diffstat (limited to 'src/render_program/exa_wm_src_sample_planar.g4b')
-rw-r--r--src/render_program/exa_wm_src_sample_planar.g4b4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render_program/exa_wm_src_sample_planar.g4b b/src/render_program/exa_wm_src_sample_planar.g4b
index 77a5c234..23e5e0d7 100644
--- a/src/render_program/exa_wm_src_sample_planar.g4b
+++ b/src/render_program/exa_wm_src_sample_planar.g4b
@@ -1,4 +1,4 @@
{ 0x00000201, 0x20080061, 0x00000000, 0x0000e000 },
{ 0x01800031, 0x22001d29, 0x008d0000, 0x02520001 },
- { 0x01800031, 0x21c01d29, 0x008d0000, 0x02520203 },
- { 0x01800031, 0x22401d29, 0x008d0000, 0x02520405 },
+ { 0x01800031, 0x21c01d29, 0x008d0000, 0x02520003 },
+ { 0x01800031, 0x22401d29, 0x008d0000, 0x02520005 },