Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | r600/r700: typo, fix mask of DB_ALPHA_TO_MASK | Alex Deucher | |
noticed by glisse. | |||
2009-03-26 | R6xx/R7xx: clean up bool const code | Alex Deucher | |
3 regs: 1 bit per bool, 32 bools per ps/vs/gs | |||
2009-03-02 | R6xx/R7xx EXA: combine composite mask/non-mask VS | Alex Deucher | |
Also fix set_bool_const() the CF bool consts are not contiguous by shader type There are 96 boolean constants (32 each for PS, VS, GS) and they are ordered as follows: ps, vs, gs ... ps, vs, gs | |||
2009-03-02 | R6xx/R7xx Xv: combine packed and planar shaders | Alex Deucher | |
use a bool const to select the tex fetch routine | |||
2009-02-03 | Initial R6xx/R7xx EXA and textured video support | Alex Deucher | |