Fixes to nv30/nv40 textured video.
[nouveau] / src / nv40_video_texture.c
2008-02-03  Stephane MarchesinFixes to nv30/nv40 textured video.
2008-02-03  Stephane MarchesinMisc textured video fixes.
2008-02-03  Stephane Marchesinnv30 video texture. Doesn't work with bicubic yet,...
2008-02-03  Stephane MarchesinRemove (void)ing that's not necessary any more.
2008-02-03  Stephane MarchesinRemove unneeded stuff.
2008-02-03  Stephane MarchesinSeparate the shaders from the rest of the code.
2008-02-03  Stephane MarchesinSmall cleanups.
2008-02-03  Stephane Marchesinnv40 video texture: first pass at bicubic video.
2008-01-23  Maarten MaathuisNV40EXA: Use the same approach as the texture adapter...
2008-01-23  Maarten MaathuisNV40TEX: Switch to a big triangle and clip it to a...
2008-01-22  Maarten MaathuisXv: Remove illegal usage of private exa symbols.
2008-01-22  Maarten MaathuisNV40TEX: Use width, not (x2, y2).
2008-01-20  Maarten MaathuisNV40TEX: Don't sync when compositing, will have bad...
2008-01-20  Maarten MaathuisNV40TEX: Implement sync to vblank.
2008-01-18  Maarten MaathuisSome misc fixes.
2008-01-10  Arthur HuilletXv: cleanup.
2008-01-07  Stephane Marchesinnv40 video texture: sometimes less is more.
2008-01-06  Stephane Marchesinnv40 video texture: bilinear filtering for UV.
2008-01-06  Stephane MarchesinUse clamp to edge to avoid the thin black lines.
2008-01-03  Maarten MaathuisNV40: A better attempt at YUV->RGB conversion constants...
2008-01-03  Stephane MarchesinAdd a vsync attribute to nv40 textured video. It doesn...
2007-12-30  Maarten MaathuisNV40: Some fixes and safeties.
2007-12-30  Maarten MaathuisNV40: Fix some comments and a damage reporting bug.
2007-12-30  Maarten MaathuisNV40: Fix the texturing adapter when not rendering...
2007-12-29  Maarten MaathuisNV40: Preliminary Xv Texture Adaptor.