summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/presentation.c
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: flush the context before calling flush_frontbufferNayan Deshmukh2016-09-201-2/+5
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-2/+2
* st/vdpau: use the vl_screen dispatchEmil Velikov2015-11-201-9/+9
* gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák2015-07-051-1/+1
* st/vdpau: add device reference countingChristian König2014-08-141-1/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* st/vdpau: really block until surface is idleGrigori Goronzy2013-10-091-1/+2
* vl/vdpau: fix PresentationQueueQuerySurfaceStatusChristian König2013-05-141-3/+5
* vl/compositor: cleanup background clearingChristian König2013-05-011-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* st/vdpau: fix deadlock in PresentationQueueQuerySurfaceStatusChristian König2012-04-031-1/+2
* st/vdpau: improve frame dumping functionality a bitChristian König2012-03-221-3/+6
* st/vdpau: make the interface thread saveChristian König2012-03-051-5/+23
* st/vdpau: implement support for high-precision output timingChristian König2012-03-051-10/+3
* st/vdpau: avoid an unnessasary copyChristian König2012-03-021-9/+24
* vl/compositor: add per vertex color suportChristian König2012-03-021-1/+1
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-021-10/+9
* vl/compositor: split shaders and stateChristian König2012-03-021-7/+11
* vl: move dirty area handling into winsys abstractionChristian König2012-03-011-3/+4
* vl: rework winsys interfaceChristian König2012-02-251-18/+23
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-211-11/+1
* st/vdpau: use dst surface size if clip width/height is zeroChristian König2012-02-061-2/+2
* st/vdpau: fix unwanted output scalingChristian König2011-12-141-7/+12
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-141-1/+3
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+14
* st/vdpau: Preliminary support for timestamped output surface into the present...Emeric Grange2011-09-141-6/+76
* st/vdpau: Output surfaces that are too large to fit into the display target w...Emeric Grange2011-09-141-1/+7
* st/vdpau: Add get_clear_color capabilityEmeric Grange2011-09-141-1/+9
* st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange2011-09-141-1/+29
* st/vdpau: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-3/+4
* g3dvl: extend the functionality of the compositorChristian König2011-09-011-1/+1
* vdpau: Fix include styleKai Wasserbäch2011-08-291-2/+2
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-261-2/+1
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-151-1/+1
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-151-1/+1
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-111-0/+2
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-5/+2
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-081-8/+8
* vdpau: implement PresentationQueueSetBackgroundColorChristian König2011-05-071-1/+11
* vdpau: make state tracker far less noisyChristian König2011-05-041-3/+3
* vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15
* vdpau: implement and cleanup PresentationQueueTarget destructionChristian König2011-04-251-6/+2
* vdpau: implement VDPAU_DUMP optionChristian König2011-04-161-0/+17
* vdpau: Implement basic output functionalityChristian König2011-04-091-1/+31
* vdpau: add compositor to presentation queueChristian König2011-04-081-3/+16
* vdpau: make indention and formating more saneChristian König2011-03-191-68/+64
* vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-061-3/+31
* Added stubs for the rest of the vdpau interfaceThomas Balling Sørensen2010-07-221-0/+121