gallium: new, unified pipe_context::set_sampler_views() function
[mesa.git] / src / gallium / auxiliary / vl / vl_compositor.c
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-03 Brian Paulvl: remove old bind_fragment_sampler_states() calls
2013-10-03 Brian Paulvl: use pipe_context::bind_sampler_states() if non...
2013-05-25 Zack Rusingallium: Add support for multiple viewports
2013-05-01 Christian Königvl/buffer: use 2D_ARRAY instead of 3D textures
2013-05-01 Christian Königvl/compositor: cleanup background clearing
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-01-16 Maarten Lankhorstvl/compositor: fix weave shader bugs
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-03-02 Christian Königvl/compositor: fix shader in/out numbering
2012-03-02 Christian Königvl/csc: simplify matrix handling
2012-03-02 Christian Königvl/compositor: add support for per layer dst areas
2012-03-02 Christian Königvl/compositor: add per vertex color suport
2012-03-02 Christian Königvl/compositor: replace pipe_video_rect with u_rect
2012-03-02 Christian Königvl/compositor: split shaders and state
2012-02-25 Christian Königvl/compositor: fix a simple typo
2012-02-21 Christian Königvl: add support for bob deinterlacing
2012-02-06 Christian Königvl: add a simple weave deinterlacer
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-05 Marek Olšákgallium: remove deprecated PIPE_TRANSFER_DISCARD
2011-12-20 Maarten Lankhorstvl: Remove unused declaration
2011-12-20 Maarten Lankhorstvl: Use pipe clear_render_target instead of util_clear_...
2011-12-14 Christian Königg3dvl/compositor: improve dirty area handling
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-14 Emeric Grangeg3dvl: Add get_clear_color capability
2011-09-14 Emeric Grangeg3dvl: Various whitespace cleanups found while reading...
2011-09-01 Christian Königg3dvl: extend the functionality of the compositor
2011-08-29 Kai Wasserbächvl: Fix include style
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-26 Christian Königg3dvl: Rework the decoder interface part 4/5
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Younes Mantong3dvl: Init/clean pipe fully when a shader-based decode...
2011-07-15 Christian Königg3dvl: no need for flushing inside the compositor any...
2011-07-15 Christian Königg3dvl: correctly distinct dst area and clip area in...
2011-07-13 Vinson Leeg3dvl: s/inline/INLINE/
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Christian König[g3dvl] move compositor creation and handling directly...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-07 Christian König[g3dvl] rgba surfaces are clearing if the alpha channel...
2011-05-07 Christian König[g3dvl] using reciprocals for size calc is sometimes...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Christian König[g3dvl] make clear color configureable
2011-04-27 Christian König[g3dvl] make reset_dirty_area a public interface
2011-04-27 Christian König[g3dvl] implement clearing of dirty destination surface...
2011-04-27 Christian König[g3dvl] move compositor src and dst normalisation into...
2011-04-27 Christian König[g3dvl] fix a couple of bugs around paletted subpictures
2011-04-24 Christian König[g3dvl] start supporting different render target formats
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-10 Christian König[g3dvl] cleanup headers and comments
2011-04-08 Christian König[g3dvl] use scissor to handle compositor dst_area
2011-04-07 Christian König[g3dvl] create composite buffer with USAGE_STREAM
2011-04-05 Christian König[g3dvl] and finally split the decoder part out of the...
2011-04-03 Christian König[g3dvl] split compositor out of video context
2011-03-29 Christian König[g3dvl] let mc code work on the different color planes...
2011-03-26 Christian König[g3dvl] fully implement paletted subpictures
2011-03-26 Christian König[g3dvl] add blend state to compositor
2011-03-26 Christian König[g3dvl] correct layer size calculation
2011-03-26 Christian König[g3dvl] use quads instead of triangles for the compositor
2011-03-25 Christian König[g3dvl] the sampler textview map is no longer needed
2011-03-25 Christian König[g3dvl] throw out all unused parts of the interface
2011-03-25 Christian König[g3dvl] rework supicture handling
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Christian König[g3dvl] fix merge conflicts
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-23 Christian KönigFix uninitialized memory problems
2010-10-16 Christian KönigFix problems created by Merge
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-06 Thomas Balling Sør... vl: implemented a few functions and made stubs to get...
2010-10-05 Thomas Balling Sør... Merge branch 'master' of ssh://cgit.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge remote branch 'origin/master' into pipe-video
2010-10-05 Thomas Balling Sør... vl: changed video pipe to use the new gallium API withi...
next