g3dvl: Color space conv interface & vl impl.
authorYounes Manton <younes.m@gmail.com>
Fri, 2 Oct 2009 01:53:17 +0000 (21:53 -0400)
committerYounes Manton <younes.m@gmail.com>
Fri, 2 Oct 2009 02:52:59 +0000 (22:52 -0400)
commite00da1476fcdf8e5877fc1e62118080f5c4193f0
tree2ffc543f2c8dc702267fabc92ea1d186872f13b2
parent81aa5d717bd0098608e9cc292b316293800c7e11
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).
src/gallium/auxiliary/vl/Makefile
src/gallium/auxiliary/vl/SConscript
src/gallium/auxiliary/vl/vl_compositor.c
src/gallium/auxiliary/vl/vl_compositor.h
src/gallium/auxiliary/vl/vl_csc.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_csc.h [new file with mode: 0644]
src/gallium/drivers/softpipe/sp_video_context.c
src/gallium/include/pipe/p_video_context.h