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:
Erico Nunes
2025-06-25 16:49:43 +02:00
committed by Marge Bot
parent 09eda329a2
commit 4b80ae8c8d
-4
View File
@@ -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 {