diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-06-07 10:32:17 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-06-10 06:45:25 -0700 |
commit | a35069a7b55bd2ca5cd16d7a7e67b46e92d7c7b1 (patch) | |
tree | 5a7862deec192f4f57ad92fb50aa39dd58d88892 /src/gallium/drivers/panfrost/meson.build | |
parent | d878753efa0f568f6f14a2eaf51e3ed98e3c0101 (diff) |
panfrost: Refactor blitting code
We refactor the wallpaper rendering code to separate the
wallpaper-specific bits from the general blitting capabilities. In the
(hopefully near) future, we'll turn this on to implement real Gallium
blits, e.g. for automatic mipmap generation.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/meson.build')
-rw-r--r-- | src/gallium/drivers/panfrost/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build index eda7abb7d22..d01c132eb70 100644 --- a/src/gallium/drivers/panfrost/meson.build +++ b/src/gallium/drivers/panfrost/meson.build @@ -44,6 +44,7 @@ files_panfrost = files( 'pan_context.c', 'pan_afbc.c', + 'pan_blit.c', 'pan_job.c', 'pan_trace.c', 'pan_drm.c', |