aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_video_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/video: remove pipe_video_buffer.chroma_formatPierre-Eric Pelloux-Prayer2020-02-271-1/+1
* gallium: Add PIPE_FORMAT_P010 supportThong Thai2020-01-031-0/+1
* gallium/auxiliary: Fix uses of gnu struct = {} extensionDylan Baker2019-11-261-1/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* radeonsi: remove si_vid_join_surfaces and use combined planar allocationsMarek Olšák2019-10-091-0/+40
* vl: use u_format in vl_video_buffer_formatsMarek Olšák2019-10-091-95/+19
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-5/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-2/+2
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-041-2/+4
* vl/video_buffer: add support for P016Christian König2017-03-131-0/+10
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-3/+3
* vl/buffers: extract vl_video_buffer_adjust_size helperChristian König2016-01-121-8/+2
* vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce2015-11-301-1/+1
* vl/buffers: add RGBX and BGRX to the supported formatsJulien Isorce2015-11-061-0/+18
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* vl/buffers: consistent use on VL_MAX_SURFACESEmil Velikov2013-08-191-3/+3
* vl/buffer: add sanity check after CALLOC_STRUCTEmil Velikov2013-08-191-0/+2
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-191-1/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-1/+2
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-4/+4
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-031-9/+14
* vl/buffers: fix typo in function nameChristian König2013-05-031-8/+8
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-11/+12
* vl/video_buffer: fix up surface ordering for the interlaced caseMaarten Lankhorst2013-01-161-6/+6
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* 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