summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/SConscript
AgeCommit message (Collapse)Author
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree,
2009-10-01g3dvl: Color space conv interface & vl impl.Younes Manton
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).
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton