diff options
author | Kenneth Graunke <[email protected]> | 2018-02-11 14:52:27 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2018-02-12 07:00:41 -0800 |
commit | bd87bd178ce59b46a875f4bb0aa2332ea03bb735 (patch) | |
tree | 57980d064f538baa7af435cbaaf4d65d32b03111 /src/intel/Android.vulkan.mk | |
parent | 111d4bf1d0f2dfab274646a6474f05198203f566 (diff) |
anv: Drop I915_EXEC_CONSTANTS_REL_GENERAL from execbuf.
The kernel used to have execbuf parameters to program the INSTPM bit
for whether 3DSTATE_CONSTANT_* should be relative to dynamic state
base address or an absolute address. However, they never worked in
the presence of hardware contexts, so I deleted them a while back.
It doesn't make sense to set this flag, as it doesn't exist anymore.
It also never did anything anyway - the flag is zero, so |'ing it in
did nothing. The default is relative anyway.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/Android.vulkan.mk')
0 files changed, 0 insertions, 0 deletions