aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-153-4/+5
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-153-3/+4
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-1/+1
* Merge branch 'pipe-video'Christian König2011-07-1342-0/+7029
|\
| * vaapi: cleanup the source and let the st at least compile againChristian König2011-07-1211-611/+517
| * [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-20/+12
| * [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-114-0/+14
| * Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-117-51/+131
| |\
| * | vdpau: make capabilities query more saneChristian König2011-07-103-45/+32
| * | vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-104-18/+51
| * | vdpau: add implementation of VdpDecoderGetParametersChristian König2011-07-082-0/+34
| * | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-0810-56/+34
| * | [g3dvl] move video buffer creation out of video contextChristian König2011-07-082-6/+10
| * | [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-087-34/+34
| * | [g3dvl] remove sampler view handling from video contextChristian König2011-07-082-16/+79
| * | [g3dvl] remove create_surface from video contextChristian König2011-07-081-3/+6
| * | [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-071-1/+3
| * | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-0460-679/+4834
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-094-70/+10
| |\ \ \
| * | | | xvmc: fix some warning about uninitialized varsChristian König2011-06-071-1/+1
| * | | | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-0/+13
| * | | | [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-4/+5
| * | | | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-052-4/+4
| * | | | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-0/+1
| * | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-054-24/+24
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-216-81/+197
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-1516-40/+543
| |\ \ \ \ \ \
| * | | | | | | vdpau: use multiple buffers to speed up renderingChristian König2011-05-072-9/+27
| * | | | | | | vdpau: implement PresentationQueueSetBackgroundColorChristian König2011-05-071-1/+11
| * | | | | | | vdpau: as long as we don't have a background picture we don't want an alpha c...Christian König2011-05-071-0/+4
| * | | | | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-079-279/+634
| |\ \ \ \ \ \ \
| * | | | | | | | vdpau: make state tracker far less noisyChristian König2011-05-049-33/+59
| * | | | | | | | vdpau: remove empty color.c fileChristian König2011-05-041-0/+0
| * | | | | | | | vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-043-200/+0
| * | | | | | | | [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-18/+34
| * | | | | | | | [g3dvl] Name of pkg-config file is libva.Johannes Obermayr2011-04-281-1/+1
| * | | | | | | | vdpau: start to implement MPEG2 decoder partChristian König2011-04-273-181/+98
| * | | | | | | | [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-271-7/+9
| * | | | | | | | xvmc: recreate drawable surface only when dst area changesChristian König2011-04-273-9/+19
| * | | | | | | | [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-271-9/+13
| * | | | | | | | vdpau: implement OutputSurfaceDestroyChristian König2011-04-261-1/+15
| * | | | | | | | vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15
| * | | | | | | | vdpau: implement VideoMixerDestroyChristian König2011-04-261-1/+13
| * | | | | | | | vdpau: add stups for the missing functionsChristian König2011-04-268-28/+193
| * | | | | | | | vdpau: implement and cleanup PresentationQueueTarget destructionChristian König2011-04-254-10/+39
| * | | | | | | | xvmc: futher optimize ycbcr uploadChristian König2011-04-251-7/+15
| * | | | | | | | [g3dvl] rework fence handling and add r600g workaroundChristian König2011-04-242-6/+18
| * | | | | | | | [g3dvl] start supporting different render target formatsChristian König2011-04-242-2/+2
| * | | | | | | | [g3dvl] remove resource_format workaroundChristian König2011-04-242-14/+0