aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_video_buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* vl/buffers: extract vl_video_buffer_adjust_size helperChristian König2016-01-121-0/+18
| | | | | | | Useful for the state trackers as well. Signed-off-by: Christian König <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the old copyright name is creating unnecessary confusion, hence this change. This was the sed script I used: $ cat tg2vmw.sed # Run as: # # git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed # # Rename copyrights s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g /Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./ s/TUNGSTEN GRAPHICS/VMWARE/g # Rename emails s/[email protected]/[email protected]/ s/[email protected]/[email protected]/g s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/ s/jrfonseca\[email protected]/[email protected]/g s/keithw\[email protected]/[email protected]/g s/[email protected]/[email protected]/g s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/ s/[email protected]/[email protected]/ # Remove dead links s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g # C string src/gallium/state_trackers/vega/api_misc.c s/"Tungsten Graphics, Inc"/"VMware, Inc"/ Reviewed-by: Brian Paul <[email protected]>
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-1/+2
| | | | Signed-off-by: Christian König <[email protected]>
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-3/+3
| | | | Signed-off-by: Christian König <[email protected]>
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-031-4/+4
| | | | | | | | We still need the option for handling 3D textures as well. Should fix: https://bugs.freedesktop.org/show_bug.cgi?id=64143 Signed-off-by: Christian König <[email protected]>
* vl/buffers: fix typo in function nameChristian König2013-05-031-5/+5
| | | | Signed-off-by: Christian König <[email protected]>
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-3/+4
| | | | Signed-off-by: Christian König <[email protected]>
* vl: add VL_MAX_SURFACES defineChristian König2012-02-061-1/+1
| | | | Signed-off-by: Christian König <[email protected]>
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-6/+6
| | | | Signed-off-by: Christian König <[email protected]>
* vl: fix YV12 handlingChristian König2012-01-151-0/+6
| | | | | | We actually implemented YV21 instead of YV12, so fix the plane ordering. Signed-off-by: Christian König <[email protected]>
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-151-1/+1
| | | | | | Add the infrastructure, but not the decode implementation. Signed-off-by: Christian König <[email protected]>
* vl/video_buffer: improve constructorChristian König2012-01-151-0/+17
| | | | | | | | Add a second extened constructor that takes plane textures for the video buffer. Also provide a function for texture templates. Signed-off-by: Christian König <[email protected]>
* vl/video_buffer: use template style create paramsChristian König2012-01-151-6/+3
| | | | | | | Just like in the rest of gallium, this reduces the number of parameters significantly. Signed-off-by: Christian König <[email protected]>
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-0/+16
| | | | | | | Based on patches from Maarten Lankhorst <[email protected]> Signed-off-by: Christian König <[email protected]> Acked-by: Maarten Lankhorst <[email protected]>
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-4/+4
| | | | Signed-off-by: Emeric Grange <[email protected]>
* vl: Fix include styleKai Wasserbäch2011-08-291-2/+2
| | | | | | | | | | | As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-0/+6
|
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-1/+1
|
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-8/+16
|
* [g3dvl] rename is_format_supported to is_video_format_supported and move it ↵Christian König2011-07-081-1/+10
| | | | into screen object
* [g3dvl] rework video buffer format handlingChristian König2011-06-071-0/+6
|
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-1/+2
| | | | Let's start with NV12, but anything else shouldn't be much of a problem any more.
* [g3dvl] give mv their own vertex buffer backChristian König2011-04-171-1/+1
|
* [g3dvl] make resource format selection a public interfaceChristian König2011-04-121-1/+0
|
* [g3dvl] cleanup headers and commentsChristian König2011-04-101-1/+1
|
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-061-38/+16
| | | | This should give a good basis to implement vdpau ontop of it.
* [g3dvl] rename ycbcr buffer to video buffer and add some more functionalityChristian König2011-04-041-0/+84