summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_compositor.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-061-0/+1
| * | | vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-051-1/+3
| * | | Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-2/+2
* | | | [g3dvl] fix merge conflictsChristian König2010-12-221-3/+2
| |/ / |/| |
* | | Fix uninitialized memory problemsChristian König2010-10-231-0/+1
* | | Fix problems created by MergeChristian König2010-10-161-1/+2
|/ /
* | vl: Fix RGB subpictures.Younes Manton2010-06-131-9/+60
* | vl: Dec sampler view refs instead of destroying them.Younes Manton2010-05-241-3/+3
* | vl: Get softpipe working again.Younes Manton2010-05-231-2/+49
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-301-24/+31
|\|
| * Squashed commit of the following:Keith Whitwell2010-04-101-536/+0
| * vl: adapt to new vertex element cso interfaceRoland Scheidegger2010-03-011-13/+16
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-2/+0
* | vl: Use pipe_surface instead of pipe_texture in interfaces.Younes Manton2010-03-121-32/+25
* | Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-121-8/+9
|\|
| * gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
| * gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-0/+2
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-10/+10
* | vl: Subpicture/compositing fixes.Younes Manton2010-03-051-23/+50
* | Merge branch 'master' into pipe-videoYounes Manton2009-12-061-11/+11
|\|
| * Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-9/+7
| |\
| | * vl: Do not emit tgsi_version token.Michal Krol2009-11-271-8/+6
| | * tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-1/+1
| | * tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-1/+1
| * | vl: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-6/+6
| |/
| * g3dvl: add scissor settingCooper Yuan2009-11-051-0/+4
* | g3dvl: Basic subpicture support.Younes Manton2009-11-221-147/+202
* | g3dvl: Use ureg to build shaders.Younes Manton2009-11-071-132/+55
|/
* g3dvl: Copyright blocks.Younes Manton2009-10-011-0/+27
* g3dvl: Color space conv interface & vl impl.Younes Manton2009-10-011-112/+27
* g3dvl: Fix MSVC build.José Fonseca2009-09-281-5/+11
* g3dvl: Formatting and cleanups.Younes Manton2009-09-271-34/+28
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+590