summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vl_compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12vl: remove old bind_fragment_sampler_states() callsBrian Paul1-6/+2
2013-09-12vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul1-1/+6
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-2/+2
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König1-6/+6
2013-05-01vl/compositor: cleanup background clearingChristian König1-3/+4
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+2
2013-01-16vl/compositor: fix weave shader bugsMaarten Lankhorst1-5/+7
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-1/+1
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+1
2012-03-02vl/compositor: fix shader in/out numberingChristian König1-5/+5
2012-03-02vl/csc: simplify matrix handlingChristian König1-7/+5
2012-03-02vl/compositor: add support for per layer dst areasChristian König1-31/+34
2012-03-02vl/compositor: add per vertex color suportChristian König1-30/+81
2012-03-02vl/compositor: replace pipe_video_rect with u_rectChristian König1-23/+23
2012-03-02vl/compositor: split shaders and stateChristian König1-142/+186
2012-02-25vl/compositor: fix a simple typoChristian König1-1/+1
2012-02-21vl: add support for bob deinterlacingChristian König1-8/+33
2012-02-06vl: add a simple weave deinterlacerChristian König1-33/+171
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-0/+1
2012-01-05gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák1-3/+3
2011-12-20vl: Remove unused declarationMaarten Lankhorst1-1/+1
2011-12-20vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst1-2/+2
2011-12-14g3dvl/compositor: improve dirty area handlingChristian König1-39/+65
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-13/+7
2011-09-14g3dvl: Add get_clear_color capabilityEmeric Grange1-0/+12
2011-09-14g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange1-7/+9
2011-09-01g3dvl: extend the functionality of the compositorChristian König1-25/+59
2011-08-29vl: Fix include styleKai Wasserbäch1-6/+6
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König1-1/+0
2011-07-20g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.Younes Manton1-0/+25
2011-07-15g3dvl: no need for flushing inside the compositor any moreChristian König1-4/+1
2011-07-15g3dvl: correctly distinct dst area and clip area in the compositorChristian König1-10/+18
2011-07-13g3dvl: s/inline/INLINE/Vinson Lee1-4/+5
2011-07-08[g3dvl] move compositor creation and handling directly into the state trackersChristian König1-69/+43
2011-05-07[g3dvl] rgba surfaces are clearing if the alpha channel is oneChristian König1-1/+1
2011-05-07[g3dvl] using reciprocals for size calc is sometimes not precise enoughChristian König1-9/+9
2011-04-27[g3dvl] make clear color configureableChristian König1-2/+17
2011-04-27[g3dvl] make reset_dirty_area a public interfaceChristian König1-0/+1
2011-04-27[g3dvl] implement clearing of dirty destination surface areasChristian König1-13/+70
2011-04-27[g3dvl] move compositor src and dst normalisation into layer settingChristian König1-39/+59
2011-04-27[g3dvl] fix a couple of bugs around paletted subpicturesChristian König1-15/+31
2011-04-24[g3dvl] start supporting different render target formatsChristian König1-1/+1
2011-04-10[g3dvl] cleanup headers and commentsChristian König1-5/+5
2011-04-08[g3dvl] use scissor to handle compositor dst_areaChristian König1-11/+34
2011-04-07[g3dvl] create composite buffer with USAGE_STREAMChristian König1-3/+2
2011-04-06[g3dvl] and finally split the decoder part out of the contextChristian König1-1/+8
2011-04-03[g3dvl] split compositor out of video contextChristian König1-285/+271
2011-03-29[g3dvl] let mc code work on the different color planes seperatelyChristian König1-18/+26
2011-03-26[g3dvl] fully implement paletted subpicturesChristian König1-10/+67
2011-03-26[g3dvl] add blend state to compositorChristian König1-1/+20