summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Collapse)AuthorAgeFilesLines
* g3dvl: Copyright blocks.Younes Manton2009-10-0110-0/+270
|
* g3dvl: Color space conv interface & vl impl.Younes Manton2009-10-016-112/+236
| | | | | | | | 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).
* g3dvl: Fix MSVC build.José Fonseca2009-09-285-52/+95
| | | | pipe/p_compiler for integer types. No declarations out of scope.
* g3dvl: Missing semicolon.Younes Manton2009-09-271-1/+1
|
* g3dvl: Formatting and cleanups.Younes Manton2009-09-274-195/+113
|
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-2710-0/+2872