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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user