aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_compositor.c
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+2
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-1/+6
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-2/+2
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-6/+6
* vl/compositor: cleanup background clearingChristian König2013-05-011-3/+4
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* vl/compositor: fix weave shader bugsMaarten Lankhorst2013-01-161-5/+7
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+1
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* 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