diff options
author | Rob Clark <[email protected]> | 2019-05-02 09:25:36 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-05-02 11:19:22 -0700 |
commit | f697f61590fcdbba624749ce535f5a8f7b0267a5 (patch) | |
tree | 073c6b679e9d7de1be1a7e3c0181a370b9130058 /bin | |
parent | 32925f407248dfdd6994523d7a895112da8a82ae (diff) |
freedreno/ir3: fix lowered ubo region alignment
Since we emit UBO regions INDIRECTly (ie. not copied into cmdstream but
emit by EXT_SRC_ADDR) we need to keep them 4*vec4 aligned. Which the
code already mostly did, except for aligning the first UBO region itself
(ie. the one after block==0 which is the "real" uniforms).
Fixes: 893425a607a freedreno/ir3: Push UBOs to constant file
Fixes: 3c8779af325 freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions