mesa/src/gfxstream/codegen/scripts/cereal/__init__.py
Aaron Ruby 9908be77c7 Revert "Reland "Partial revert of aosp/2858589 to avoid Mesa layer for Android""
In preparation for making the issue less likely to appear.

This reverts commit 696eaaa012e369157dd745d1bf083b4dc064deaf.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Acked-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
2024-09-19 20:06:00 +00:00

20 lines
575 B
Python

from .common import *
from .decoder import *
from .encoder import *
from .extensionstructs import *
from .frontend import *
from .functable import *
from .marshaling import *
from .reservedmarshaling import *
from .counting import *
from .testing import *
from .transform import *
from .deepcopy import *
from .handlemap import *
from .dispatch import *
from .unbox import *
from .decodersnapshot import *
from .subdecode import *
from .api_log_decoder import *
from .vkextensionstructuretype import VulkanGfxstreamStructureType, \
VulkanAndroidNativeBufferStructureType