Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-11 | kms: 6xx/7xx big endian accel support | Cédric Cano | |
agd5f: minor cleanups Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-11-29 | 6xx/7xx: clean up gpr/const handling in shaders | Alex Deucher | |
2010-07-30 | r6xx/r7xx: unify composite mask and non-mask pixel shader | Alex Deucher | |
2009-03-26 | R6xx/R7xx EXA: rework composite pixel shader | Alex Deucher | |
- move to vram storage - move swizzle logic to tex setup | |||
2009-03-12 | R6xx/R7xx shader: Fix OFFSET_[XYZ] macro for TEX_DWORD2 to accept floats | Yang Zhao | |
Values for OFFSET_[XYZ] are 5-bits two's-complement fixed-point with one-bit after decimal point. Values in [-8.0, 7.5] are valid. Inputs that do not exactly land on 0.5 increments are rounded towards 0 to the nearest increment. | |||
2009-03-02 | R6xx/R7xx Xv: combine packed and planar shaders | Alex Deucher | |
use a bool const to select the tex fetch routine | |||
2009-03-01 | R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PS | Christian Koenig | |
patches from Christian Koenig with some adjustments from me | |||
2009-02-03 | Initial R6xx/R7xx EXA and textured video support | Alex Deucher | |