diff options
author | Luca Barbieri <[email protected]> | 2010-09-04 02:57:14 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-09-04 02:57:14 +0200 |
commit | 71a8544f89d736d481b15da421110ac275d7c24f (patch) | |
tree | 11550c78dcc2cf61c36bf1b8c859150b3a02e47a /src/gallium/drivers/nvfx/nvfx_state.h | |
parent | 5dd296bcb106bccf6b7fb070d4bc877d9612642d (diff) |
nvfx: support all coord conventions in hardware
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_state.h')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_state.h b/src/gallium/drivers/nvfx/nvfx_state.h index e9c1f2c26d2..9200f78a545 100644 --- a/src/gallium/drivers/nvfx/nvfx_state.h +++ b/src/gallium/drivers/nvfx/nvfx_state.h @@ -62,6 +62,7 @@ struct nvfx_fragment_program { unsigned samplers; unsigned point_sprite_control; unsigned or; + unsigned coord_conventions; uint32_t *insn; int insn_len; |