mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 12:18:09 +02:00
panfrost: Get rid of unused panfrost_context fields
Some fields in panfrost_context are unused (probably leftovers from previous refactor). Let's get rid of them. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
76274bcb5e
commit
2c90045cf2
1 changed files with 0 additions and 4 deletions
|
|
@ -129,8 +129,6 @@ struct panfrost_context {
|
|||
struct panfrost_bo *scratchpad;
|
||||
struct panfrost_bo *tiler_heap;
|
||||
struct panfrost_bo *tiler_dummy;
|
||||
struct panfrost_memory cmdstream_persistent;
|
||||
struct panfrost_memory depth_stencil_buffer;
|
||||
|
||||
bool active_queries;
|
||||
uint64_t prims_generated;
|
||||
|
|
@ -157,8 +155,6 @@ struct panfrost_context {
|
|||
* it is disabled, just equal to plain vertex count */
|
||||
unsigned padded_count;
|
||||
|
||||
union mali_attr attributes[PIPE_MAX_ATTRIBS];
|
||||
|
||||
/* TODO: Multiple uniform buffers (index =/= 0), finer updates? */
|
||||
|
||||
struct panfrost_constant_buffer constant_buffer[PIPE_SHADER_TYPES];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue