summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_compositor.c
Commit message (Expand)AuthorAgeFilesLines
* vl/compositor: fix shader in/out numberingChristian König2012-03-021-5/+5
* vl/csc: simplify matrix handlingChristian König2012-03-021-7/+5
* vl/compositor: add support for per layer dst areasChristian König2012-03-021-31/+34
* vl/compositor: add per vertex color suportChristian König2012-03-021-30/+81
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-021-23/+23
* vl/compositor: split shaders and stateChristian König2012-03-021-142/+186
* vl/compositor: fix a simple typoChristian König2012-02-251-1/+1
* vl: add support for bob deinterlacingChristian König2012-02-211-8/+33
* vl: add a simple weave deinterlacerChristian König2012-02-061-33/+171
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-051-3/+3
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-141-39/+65
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-13/+7
* g3dvl: Add get_clear_color capabilityEmeric Grange2011-09-141-0/+12
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-141-7/+9
* g3dvl: extend the functionality of the compositorChristian König2011-09-011-25/+59
* vl: Fix include styleKai Wasserbäch2011-08-291-6/+6
* 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/+25
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-151-4/+1
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-151-10/+18
* g3dvl: s/inline/INLINE/Vinson Lee2011-07-131-4/+5
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-081-69/+43
* [g3dvl] rgba surfaces are clearing if the alpha channel is oneChristian König2011-05-071-1/+1
* [g3dvl] using reciprocals for size calc is sometimes not precise enoughChristian König2011-05-071-9/+9
* [g3dvl] make clear color configureableChristian König2011-04-271-2/+17
* [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-271-0/+1
* [g3dvl] implement clearing of dirty destination surface areasChristian König2011-04-271-13/+70
* [g3dvl] move compositor src and dst normalisation into layer settingChristian König2011-04-271-39/+59
* [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-271-15/+31
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-1/+1
* [g3dvl] cleanup headers and commentsChristian König2011-04-101-5/+5
* [g3dvl] use scissor to handle compositor dst_areaChristian König2011-04-081-11/+34
* [g3dvl] create composite buffer with USAGE_STREAMChristian König2011-04-071-3/+2
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-061-1/+8
* [g3dvl] split compositor out of video contextChristian König2011-04-031-285/+271
* [g3dvl] let mc code work on the different color planes seperatelyChristian König2011-03-291-18/+26
* [g3dvl] fully implement paletted subpicturesChristian König2011-03-261-10/+67
* [g3dvl] add blend state to compositorChristian König2011-03-261-1/+20
* [g3dvl] correct layer size calculationChristian König2011-03-261-9/+6
* [g3dvl] use quads instead of triangles for the compositorChristian König2011-03-261-49/+24
* [g3dvl] the sampler textview map is no longer neededChristian König2011-03-261-48/+4
* [g3dvl] throw out all unused parts of the interfaceChristian König2011-03-261-13/+1
* [g3dvl] rework supicture handlingChristian König2011-03-251-19/+15
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-191-1/+1
|\
* \ Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-241-1/+2
|\ \ | |/
* | Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-101-2/+4
|\ \
| * \ Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-...Thomas Balling Sørensen2010-10-261-2/+3
| |\ \