diff options
author | Samuel Iglesias Gonsálvez <[email protected]> | 2016-06-13 08:29:53 +0200 |
---|---|---|
committer | Samuel Iglesias Gonsálvez <[email protected]> | 2016-06-17 11:33:18 +0200 |
commit | bdab572a86f27b92ba10124f85d278e9c8861fff (patch) | |
tree | 93a3938893bd9ab6d148b1ffda97f8fdb82dbb51 /src/mesa/main/api_validate.c | |
parent | 0177dbb6c2fe876a9761a4a97eec44accfa4c007 (diff) |
i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT
From the Cherryview's PRM, Volume 7, 3D Media GPGPU Engine, Register Region
Restrictions, page 844:
"When source or destination datatype is 64b or operation is integer DWord
multiply, indirect addressing must not be used."
v2:
- Fix it for Broxton too.
v3:
- Simplify code by using subscript() and not creating a new num_components
variable (Kenneth).
Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Cc: "12.0" <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95462
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/api_validate.c')
0 files changed, 0 insertions, 0 deletions