diff options
author | Roy Spliet <[email protected]> | 2012-05-22 15:14:26 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-05-25 22:42:54 +0200 |
commit | 6404095fbab74a6194081374bd56786d07c5d561 (patch) | |
tree | fca4186064e6fff5f27fb7ac2aa1d3c48a621264 /src/gallium/drivers/nv30/nv30_state.h | |
parent | 384ef28cb376eb53c43167f0e8f0f7c3fec7d288 (diff) |
nv30: Fix generic passing to fragment program in NV34.
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h index a219bf20951..964676a90e1 100644 --- a/src/gallium/drivers/nv30/nv30_state.h +++ b/src/gallium/drivers/nv30/nv30_state.h @@ -123,7 +123,7 @@ struct nv30_fragprog { uint32_t fp_control; uint32_t point_sprite_control; uint32_t coord_conventions; - uint32_t samplers; + uint32_t texcoords; uint32_t rt_enable; }; |