History log of /external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14766f820069ca987543918bce96410c481e5d20 29-Feb-2012 Christian König <deathsimple@vodafone.de> vl/csc: simplify matrix handling

A csc matrix is only 4x3 not 4x4, also define a VDPAU compatible type for it.

Signed-off-by: Christian König <deathsimple@vodafone.de>
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
c9c6eec1c6650623f1be412dc2acd935de6b728b 31-Oct-2011 Maarten Lankhorst <m.b.lankhorst@gmail.com> state_trackers/vdpau: Implement VdpGenerateCSCMatrix

With the smpte240 profile, which was missing.

Signed-off-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
19bcd21ed151cf1716f2f87dff0f712231aa2ce7 27-Aug-2011 Kai Wasserbäch <kai@dev.carbon-project.org> vl: Fix include style

As explained in the thread starting at [0], the internal include style
should be »#include "path/to/header.h"« for non-system includes.

[0]
<http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e>

Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
f292d07b476d37904bedbb7d5a25cdb232d48b26 14-Jul-2011 Vinson Lee <vlee@vmware.com> g3dvl: Remove designated initializers.

MSVC does not support designated initializers.
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
c7b65dcaffeb9d0760c8ecad052f4c79297bfc8a 13-Apr-2011 Christian König <deathsimple@vodafone.de> xvmc: Define some Xv attribs to allow users to specify color standard and procamp
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
5ed848129cb57269e80caf2c1ca522ae41f4500b 10-Apr-2011 Christian König <deathsimple@vodafone.de> [g3dvl] cleanup headers and comments
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
fcb595c04f9ee275eae49b7bb7c61246671f5ce2 02-Oct-2009 Younes Manton <younes.m@gmail.com> g3dvl: Copyright blocks.
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c
e00da1476fcdf8e5877fc1e62118080f5c4193f0 02-Oct-2009 Younes Manton <younes.m@gmail.com> g3dvl: Color space conv interface & vl impl.

Interface is pipe_video_context::set_csc_matrix().

vl_csc.h defines some helpers to generate CSC matrices based on one of
the color standard and a user defined ProcAmp (brightness, contrast,
saturation, hue).
/external/mesa3d/src/gallium/auxiliary/vl/vl_csc.c