Home | History | Annotate | only in /external/skqp/infra/bots/assets/chromebook_x86_64_gles
Up to higher level directory
NameDateSize
common.py22-Oct-2020589
create.py22-Oct-20201.6K
create_and_upload.py22-Oct-20201.2K
download.py22-Oct-2020278
README.md22-Oct-2020519
upload.py22-Oct-2020268
VERSION22-Oct-20201

README.md

      1 This asset is the necessary includes and libs to compile/link the gpu code
      2 for x86_64 Chromebooks with gpu supports EGL and GLES.
      3 
      4 Zip up the /usr/lib64 folder on any x86_64 Chromebook (e.g. Pixelbook). Extract it somewhere
      5 on the dev machine and use that folder as the input to create_and_upload:
      6 
      7     ./infra/bots/assets/chromebook_x86_64_gles/create_and_upload.py --lib_path [dir]
      8 
      9 This script installs the following GL packages and then bundles them with the
     10 unzipped libs:
     11 
     12     libgles2-mesa-dev libegl1-mesa-dev
     13 
     14