diff options
author | Younes Manton <[email protected]> | 2009-10-01 21:53:17 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2009-10-01 22:52:59 -0400 |
commit | e00da1476fcdf8e5877fc1e62118080f5c4193f0 (patch) | |
tree | 2ffc543f2c8dc702267fabc92ea1d186872f13b2 /src/gallium/auxiliary/vl/SConscript | |
parent | 81aa5d717bd0098608e9cc292b316293800c7e11 (diff) |
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).
Diffstat (limited to 'src/gallium/auxiliary/vl/SConscript')
-rw-r--r-- | src/gallium/auxiliary/vl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/SConscript b/src/gallium/auxiliary/vl/SConscript index eb50940c359..aed69f5efed 100644 --- a/src/gallium/auxiliary/vl/SConscript +++ b/src/gallium/auxiliary/vl/SConscript @@ -6,6 +6,7 @@ vl = env.ConvenienceLibrary( 'vl_bitstream_parser.c', 'vl_mpeg12_mc_renderer.c', 'vl_compositor.c', + 'vl_csc.c', 'vl_shader_build.c', ]) |