aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
Commit message (Expand)AuthorAgeFilesLines
* vl: Don't wrap blocks in pipe_user_buffers.Younes Manton2010-03-121-10/+12
* vl: Use pipe_surface instead of pipe_texture in interfaces.Younes Manton2010-03-121-21/+16
* Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-121-16/+29
|\
| * 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/+8
| * Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-10/+10
| |\
| | * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-10/+10
| * | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+11
| |\ \ | | |/ | |/|
| | * g3dvl: Silence compiler warnings.Vinson Lee2009-12-271-0/+11
| * | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
| * | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-3/+2
| |\ \
| * | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
* | | | Merge branch 'master' into pipe-videoYounes Manton2009-12-061-28/+33
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-3/+2
| |\ \ \ | | |/ / | |/| |
| | * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-2/+2
| | * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
| * | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-40/+34
| |\ \ \
| | * | | vl: Do not emit tgsi_version token.Michal Krol2009-11-271-24/+18
| | * | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-13/+13
| | * | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-3/+3
| | * | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-16/+16
| | | |/ | | |/|
| * | | vl: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-14/+14
| | |/ | |/|
| * | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-11/+11
| |/
| * g3dvl: remove a debug lineCooper Yuan2009-11-051-1/+0
| * g3dvl: add scissor settingCooper Yuan2009-11-051-0/+7
* | g3dvl: Basic subpicture support.Younes Manton2009-11-221-5/+0
* | g3dvl: Use a func instead of large ugly macro to gen per-block verts.Younes Manton2009-11-091-95/+131
* | g3dvl: Use immediates in shaders where possible.Younes Manton2009-11-071-41/+5
* | g3dvl: Use ureg to build shaders.Younes Manton2009-11-071-470/+190
* | g3dvl: Wrap macroblock block buffer in a pipe user buffer.Younes Manton2009-11-021-1/+6
|/
* g3dvl: Copyright blocks.Younes Manton2009-10-011-0/+27
* g3dvl: Fix MSVC build.José Fonseca2009-09-281-44/+81
* g3dvl: Formatting and cleanups.Younes Manton2009-09-271-144/+72
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+1662