diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-18 09:46:25 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-18 10:02:11 -0600 |
commit | 10e4ec448e8011e8d446d83fc8bd61c7ba2d74be (patch) | |
tree | 27003aca721c84be2a45349f6c4abe622c6c7833 /src/gallium/drivers/softpipe/sp_setup.h | |
parent | 6756c07b66164a2f8c769ad5725b95115eb7a6e6 (diff) |
softpipe: fix computation of fragment[FACE] attribute
In TGSI, front facing is +1 and back-facing is -1. We were computing
this attribute as +1 and 0 before. However, the value isn't actually
used anywhere because we machine->Face attribute overrides it in
tgsi_exec.c. That could be changed, removing some special-case code...
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_setup.h')
0 files changed, 0 insertions, 0 deletions