diff options
author | Dave Airlie <[email protected]> | 2015-11-30 10:55:43 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-12-07 09:59:00 +1000 |
commit | 25f96c1120f0675cc1b1680f7ba3121c9935b169 (patch) | |
tree | dafd81afcc0e577acc8e083f5d5c1409db959ffc /src/gallium/drivers/r600/r600_pipe.h | |
parent | 9f867418634a3e80488ab030a8b4f75ef5b4fae2 (diff) |
r600: hook up constants/samplers/sampler view for tessellation
This hooks the resources to the correct hw shaders when tess
is enabled.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 83f104ad3b5..3e6eca86752 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -38,7 +38,7 @@ #include "tgsi/tgsi_scan.h" -#define R600_NUM_ATOMS 45 +#define R600_NUM_ATOMS 51 #define R600_MAX_VIEWPORTS 16 |