diff options
author | Rob Clark <[email protected]> | 2018-10-07 13:58:30 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2018-10-17 12:44:48 -0400 |
commit | a398d26fd2cb1ef075a07fa91d2c74613982a66f (patch) | |
tree | 3c4802a64be9cafc222342f063272a8b588e2126 /meson.build | |
parent | ec717fc629ca4e34a2b934f2b4d02217a4249080 (diff) |
freedreno/a6xx: add infrastructure for CP_DRAW_STATE
Add helper to add state-groups to emit, and code to emit CP_DRAW_STATE
packet if we have any state-groups.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 002ce35a608..505cc6c79bd 100644 --- a/meson.build +++ b/meson.build @@ -1112,7 +1112,7 @@ _drm_amdgpu_ver = '2.4.93' _drm_radeon_ver = '2.4.71' _drm_nouveau_ver = '2.4.66' _drm_etnaviv_ver = '2.4.89' -_drm_freedreno_ver = '2.4.93' +_drm_freedreno_ver = '2.4.96' _drm_intel_ver = '2.4.75' _drm_ver = '2.4.75' |