android-rpi / device_arpi_rpi4

Device build-config for Raspberry Pi 4
216 stars 87 forks source link

Graphics HAL of this build... What is this mean? #18

Closed jaeminkang2 closed 4 years ago

jaeminkang2 commented 4 years ago

on the screen of local_manifests's README

Graphics HAL of this build : https://gitlab.freedesktop.org/mesa/mesa

Graphics HAL of this build... What is this mean?

I thought I should compare this mesa source and android source (/external/mesa).

If anyone knows about this, please explain it to me more specifically.

peyo-hd commented 4 years ago

It just means mesa is used for OpenGL implementation of this build. Mesa source (/external/mesa3d) is slightly modified version from gitlab mesa source.

jaeminkang2 commented 4 years ago

Okay.. I understand it .. Thank you