mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-15 19:58:31 +02:00
lima: drop unused fields from lima_context_framebuffer
These are duplicated in lima_job_fb_info and not used from lima_context_framebuffer at all, so can just be dropped. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35749>
This commit is contained in:
parent
09eda329a2
commit
4b80ae8c8d
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,6 @@
|
|||
struct lima_context_framebuffer {
|
||||
struct pipe_framebuffer_state base;
|
||||
PIPE_FB_SURFACES; //STOP USING THIS
|
||||
int tiled_w, tiled_h;
|
||||
int shift_w, shift_h;
|
||||
int block_w, block_h;
|
||||
int shift_min;
|
||||
};
|
||||
|
||||
struct lima_depth_stencil_alpha_state {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue