pan/decode: Remove dependency of decoder on the encoder
Obstacle to decouple panwrap from the rest of mesa. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8829>
This commit is contained in:
committed by
Marge Bot
parent
776a6a8435
commit
71c43211c1
@@ -37,8 +37,6 @@
|
||||
#include "midgard/disassemble.h"
|
||||
#include "bifrost/disassemble.h"
|
||||
|
||||
#include "pan_encoder.h"
|
||||
|
||||
#define MEMORY_PROP(obj, p) {\
|
||||
if (obj->p) { \
|
||||
char *a = pointer_as_memory_reference(obj->p); \
|
||||
|
||||
Reference in New Issue
Block a user