Re: [Mesa-dev] [PATCH 1/4] state_trackers/vdpau: Implement VdpGenerateCSCMatrix

2011-11-07 Thread Christian König
Hi Maarten, On 06.11.2011 10:41, Maarten Lankhorst wrote: Hey Christian, On 10/31/2011 11:00 AM, Christian König wrote: On 31.10.2011 10:23, Maarten Lankhorst wrote: With the smpte240 profile, which was missing. Signed-off-by: Maarten Lankhorst --- src/gallium/auxiliary/vl/vl_csc.c

Re: [Mesa-dev] [PATCH 1/4] state_trackers/vdpau: Implement VdpGenerateCSCMatrix

2011-11-06 Thread Maarten Lankhorst
Hey Christian, On 10/31/2011 11:00 AM, Christian König wrote: > On 31.10.2011 10:23, Maarten Lankhorst wrote: >> With the smpte240 profile, which was missing. >> >> Signed-off-by: Maarten Lankhorst >> --- >> src/gallium/auxiliary/vl/vl_csc.c| 19 +++ >> src/gallium/aux

Re: [Mesa-dev] [PATCH 1/4] state_trackers/vdpau: Implement VdpGenerateCSCMatrix

2011-10-31 Thread Christian König
On 31.10.2011 10:23, Maarten Lankhorst wrote: With the smpte240 profile, which was missing. Signed-off-by: Maarten Lankhorst --- src/gallium/auxiliary/vl/vl_csc.c| 19 +++ src/gallium/auxiliary/vl/vl_csc.h|3 ++- src/gallium/state_trackers/vdpau/mixer.c

[Mesa-dev] [PATCH 1/4] state_trackers/vdpau: Implement VdpGenerateCSCMatrix

2011-10-31 Thread Maarten Lankhorst
With the smpte240 profile, which was missing. Signed-off-by: Maarten Lankhorst --- src/gallium/auxiliary/vl/vl_csc.c| 19 +++ src/gallium/auxiliary/vl/vl_csc.h|3 ++- src/gallium/state_trackers/vdpau/mixer.c | 20 +++- 3 files changed, 40 i