diff options
author | Chia-I Wu <[email protected]> | 2013-04-29 10:56:36 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-01 11:23:11 +0800 |
commit | ce188bb252c0d8cab8a2763e8365985df1a0902b (patch) | |
tree | 59f2bd52b90c22d5520844196387283b0f37387c /src/gallium/drivers/ilo/ilo_gpe_gen7.h | |
parent | bef98f9c3add317dd1a0cfa6b160792281e2a066 (diff) |
ilo: move device limits to ilo_dev_info or to GPEs
It seems a bit weird to have device limits in a context.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_gpe_gen7.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_gpe_gen7.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/drivers/ilo/ilo_gpe_gen7.h b/src/gallium/drivers/ilo/ilo_gpe_gen7.h index 727542d1fb9..d9626e1c986 100644 --- a/src/gallium/drivers/ilo/ilo_gpe_gen7.h +++ b/src/gallium/drivers/ilo/ilo_gpe_gen7.h @@ -166,7 +166,7 @@ typedef ilo_gpe_gen6_3DSTATE_VS ilo_gpe_gen7_3DSTATE_VS; typedef void (*ilo_gpe_gen7_3DSTATE_GS)(const struct ilo_dev_info *dev, const struct ilo_shader *gs, - int max_threads, int num_samplers, + int num_samplers, struct ilo_cp *cp); typedef ilo_gpe_gen6_3DSTATE_CLIP ilo_gpe_gen7_3DSTATE_CLIP; @@ -239,8 +239,7 @@ typedef void typedef void (*ilo_gpe_gen7_3DSTATE_PS)(const struct ilo_dev_info *dev, const struct ilo_shader *fs, - int max_threads, int num_samplers, - bool dual_blend, + int num_samplers, bool dual_blend, struct ilo_cp *cp); typedef void |