summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* vl: use a separate context for shader based decode v2Christian König2013-11-081-61/+123
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-1/+3
* vl: remove old bind_fragment_sampler_states() callsBrian Paul2013-10-031-7/+3
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-1/+7
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-301-1/+1
* vl/idct: cleanup all idct buffersEmil Velikov2013-08-191-1/+1
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-191-2/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-8/+8
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-2/+2
* vl: use a template for create_video_decoderChristian König2013-08-191-17/+7
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-031-3/+3
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+3
* gallium: unify transfer functionsMarek Olšák2012-10-111-8/+5
* vl: add VL_MAX_SURFACES defineChristian König2012-02-061-1/+2
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-10/+10
* vl: prefix size defines with VL_Christian König2012-02-061-9/+9
* vl: fix YV12 handlingChristian König2012-01-151-5/+8
* vl: move away from state like parametersChristian König2012-01-151-105/+61
* vl/video_buffer: use template style create paramsChristian König2012-01-151-7/+20
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-48/+52
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-1/+1
* vl/mpeg2: simple fix to get xine running againChristian König2012-01-041-4/+5
* vl: seperate shader buffers from componentsChristian König2012-01-021-7/+8
* vl: call decode_bitstream only onceChristian König2011-12-261-2/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* g3dvl: remove some stale variable incrementChristian König2011-11-031-1/+1
* g3dvl: Don't use SCALED types for iDCTChristian König2011-09-251-4/+4
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-1/+2
* vl: Fix include styleKai Wasserbäch2011-08-291-4/+4
* g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-08-261-3/+3
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-261-5/+3
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-261-77/+69
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+11
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-47/+224
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-261-218/+247
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-3/+5
* [g3dvl] don't upload all quant buffer layers at onceChristian König2011-07-131-2/+4
* [g3dvl] keep a pointer in idct buffer to idct objectChristian König2011-07-131-6/+7
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-111-0/+1
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-50/+56
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-19/+26
* [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-15/+3
* [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-7/+14
* [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-4/+4
* [g3dvl] use a vertex element instead of the instance idChristian König2011-06-041-9/+12
* [g3dvl] respect maximum instruction for idct render targetsChristian König2011-06-011-3/+8
* [g3dvl] dynamical adjust blocks per lineChristian König2011-06-011-5/+4
* [g3dvl] move quantification into shadersChristian König2011-05-291-2/+21
* [g3dvl] implement mismatch control inside idct shadersChristian König2011-05-291-7/+1
* [g3dvl] rework resource format handlingChristian König2011-05-221-131/+88