summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_compositor.h
Commit message (Expand)AuthorAgeFilesLines
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-1/+1
* vl/compositor: cleanup background clearingChristian König2013-05-011-1/+2
* vl/csc: simplify matrix handlingChristian König2012-03-021-1/+2
* vl/compositor: add support for per layer dst areasChristian König2012-03-021-8/+11
* vl/compositor: add per vertex color suportChristian König2012-03-021-1/+3
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-021-8/+8
* vl/compositor: split shaders and stateChristian König2012-03-021-21/+54
* vl: add support for bob deinterlacingChristian König2012-02-211-2/+11
* vl: add a simple weave deinterlacerChristian König2012-02-061-0/+2
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-141-3/+5
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-3/+3
* g3dvl: Add get_clear_color capabilityEmeric Grange2011-09-141-0/+6
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-6/+6
* g3dvl: extend the functionality of the compositorChristian König2011-09-011-4/+18
* vl: Fix include styleKai Wasserbäch2011-08-291-3/+3
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-261-1/+0
* g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.Younes Manton2011-07-201-0/+1
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-151-2/+1
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-151-0/+1
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-1/+1
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-081-3/+87
* [g3dvl] make clear color configureableChristian König2011-04-271-0/+1
* [g3dvl] implement clearing of dirty destination surface areasChristian König2011-04-271-0/+5
* [g3dvl] move compositor src and dst normalisation into layer settingChristian König2011-04-271-2/+5
* [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-271-1/+3
* [g3dvl] use scissor to handle compositor dst_areaChristian König2011-04-081-0/+1
* [g3dvl] split compositor out of video contextChristian König2011-04-031-40/+23
* [g3dvl] let mc code work on the different color planes seperatelyChristian König2011-03-291-2/+2
* [g3dvl] fully implement paletted subpicturesChristian König2011-03-261-0/+3
* [g3dvl] add blend state to compositorChristian König2011-03-261-0/+1
* [g3dvl] the sampler textview map is no longer neededChristian König2011-03-261-2/+0
* [g3dvl] throw out all unused parts of the interfaceChristian König2011-03-261-8/+0
* [g3dvl] rework supicture handlingChristian König2011-03-251-8/+6
* vl: Fix RGB subpictures.Younes Manton2010-06-131-1/+5
* vl: Get softpipe working again.Younes Manton2010-05-231-0/+3
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-301-2/+3
|\
| * Squashed commit of the following:Keith Whitwell2010-04-101-77/+0
| * vl: adapt to new vertex element cso interfaceRoland Scheidegger2010-03-011-1/+1
* | vl: Use pipe_surface instead of pipe_texture in interfaces.Younes Manton2010-03-121-9/+8
* | Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-121-1/+1
|\ \ | |/
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-1/+1
| * g3dvl: add scissor settingCooper Yuan2009-11-051-0/+1
* | g3dvl: Basic subpicture support.Younes Manton2009-11-221-13/+28
|/
* g3dvl: Copyright blocks.Younes Manton2009-10-011-0/+27
* g3dvl: Color space conv interface & vl impl.Younes Manton2009-10-011-0/+2
* g3dvl: Fix MSVC build.José Fonseca2009-09-281-1/+1
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+47