diff options
author | Christoph Bumiller <[email protected]> | 2010-01-16 15:39:32 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-01-16 18:07:31 +0100 |
commit | 0ae3db173455a77355b4e0ee6deeb862803e3d1c (patch) | |
tree | 46c00d0c0c681fec03d82a5e2036076fea32d5d4 /src/gallium/drivers/nv50/nv50_program.h | |
parent | 4c223aaa3b1209006454d600cabc7547fa259a13 (diff) |
nv50: handle all and more system values
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_program.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.h b/src/gallium/drivers/nv50/nv50_program.h index e35900aa8d0..1e3ad6bff05 100644 --- a/src/gallium/drivers/nv50/nv50_program.h +++ b/src/gallium/drivers/nv50/nv50_program.h @@ -66,6 +66,9 @@ struct nv50_program { uint8_t clpd, clpd_nr; uint8_t psiz; uint8_t edgeflag_in; + + /* FP & GP only */ + uint8_t prim_id; } cfg; }; |