summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_video_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* vl/video_buffer: add YUYV and UYVY supportChristian König2012-03-091-16/+59
* vl/video_buffer: add YUVA and VUYA supportChristian König2012-03-081-0/+20
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-13/+13
* vl: prefix size defines with VL_Christian König2012-02-061-2/+2
* vl/video_buffer: fix interlaced surface orderingChristian König2012-02-061-7/+13
* vl/video_buffer: fix height of interlaced video buffersChristian König2012-02-061-2/+8
* vl: Make array initialization portable.José Fonseca2012-01-161-1/+4
* vl: fix YV12 handlingChristian König2012-01-151-3/+34
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-151-12/+23
* vl/video_buffer: improve constructorChristian König2012-01-151-45/+67
* vl/video_buffer: use template style create paramsChristian König2012-01-151-27/+20
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-0/+29
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-1/+1
* vl: Fix include styleKai Wasserbäch2011-08-291-8/+8
* [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-0/+10
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-111-0/+2
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-11/+49
* [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-081-1/+24
* [g3dvl] rework video buffer format handlingChristian König2011-06-071-0/+27
* [g3dvl] fix setting width, height and chroma format in video bufferChristian König2011-04-271-0/+3
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-20/+53
* [g3dvl] make resource format selection a public interfaceChristian König2011-04-121-6/+8
* [g3dvl] also use video buffer for idct intermediateChristian König2011-04-101-9/+3
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-061-103/+121
* [g3dvl] rename ycbcr buffer to video buffer and add some more functionalityChristian König2011-04-041-0/+190