Re: [Mesa-dev] [PATCH 2/6] vl: Get rid of video_buffer.sampler_view_components

2011-12-07 Thread Maarten Lankhorst
Hey Andy, On 12/07/2011 05:37 PM, Andy Furniss wrote: > Maarten Lankhorst wrote: >> Hey Andy, >> >> On 12/06/2011 10:45 PM, Andy Furniss wrote: >>> Maarten Lankhorst wrote: No point in having it when just having sampler_view_planes is good enough. :-) >>> >>> This patch causes R600 xvmc

Re: [Mesa-dev] [PATCH 2/6] vl: Get rid of video_buffer.sampler_view_components

2011-12-07 Thread Andy Furniss
Maarten Lankhorst wrote: Hey Andy, On 12/06/2011 10:45 PM, Andy Furniss wrote: Maarten Lankhorst wrote: No point in having it when just having sampler_view_planes is good enough. :-) This patch causes R600 xvmc to render incorrect chroma for me. Thanks for testing! I plugged in my r600 and

Re: [Mesa-dev] [PATCH 2/6] vl: Get rid of video_buffer.sampler_view_components

2011-12-07 Thread Maarten Lankhorst
Hey Andy, On 12/06/2011 10:45 PM, Andy Furniss wrote: > Maarten Lankhorst wrote: >> No point in having it when just having sampler_view_planes is good enough. >> :-) > > This patch causes R600 xvmc to render incorrect chroma for me. > Thanks for testing! I plugged in my r600 and confirmed the bug

Re: [Mesa-dev] [PATCH 2/6] vl: Get rid of video_buffer.sampler_view_components

2011-12-06 Thread Andy Furniss
Maarten Lankhorst wrote: No point in having it when just having sampler_view_planes is good enough. :-) This patch causes R600 xvmc to render incorrect chroma for me. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.o

[Mesa-dev] [PATCH 2/6] vl: Get rid of video_buffer.sampler_view_components

2011-12-01 Thread Maarten Lankhorst
No point in having it when just having sampler_view_planes is good enough. :-) Signed-off-by: Maarten Lankhorst --- src/gallium/auxiliary/vl/vl_compositor.c| 36 ++- src/gallium/auxiliary/vl/vl_compositor.h|2 +- src/gallium/auxiliary/vl/vl_video_buffer.c | 46 ++