diff options
author | Icenowy Zheng <[email protected]> | 2019-04-11 15:24:59 +0800 |
---|---|---|
committer | Qiang Yu <[email protected]> | 2019-04-11 13:45:51 +0000 |
commit | 318ccbe7b2616eae9e59c525868d5105be2db179 (patch) | |
tree | bfb9d0aa63a8c219c73f59256b2e72edfde274da /src/gallium/winsys/amdgpu | |
parent | 8d27bc351f6f043d628138891dfa7855d055c007 (diff) |
lima: make lima_context_framebuffer subtype of pipe_framebuffer_state
Currently the lima driver saves the framebuffer state in its
from-scratch struct lima_context_framebuffer. However, util_blitter
requires to save framebuffer with standard struct
pipe_framebuffer_state.
Make the lima_context_framebuffer a subtype of the standard
pipe_framebuffer_state, thus the standard part can be used for
util_blitter framebuffer state saving.
Signed-off-by: Icenowy Zheng <[email protected]>
Reviewed-by: Qiang Yu <[email protected]>
Diffstat (limited to 'src/gallium/winsys/amdgpu')
0 files changed, 0 insertions, 0 deletions