X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fandroid%2Fopengl%2FREADME;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fandroid%2Fopengl%2FREADME;h=3303d4b1c1489c465da9e30a9de322d8c8c3a5f7;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/android/opengl/README b/src/type3_AndroidCloud/anbox-master/android/opengl/README new file mode 100644 index 0000000..3303d4b --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/android/opengl/README @@ -0,0 +1,19 @@ +This directory contains Android-side modules related to hardware OpenGL ES +emulation. The host-side modules and documentation are in +$ANDROID_BUILD_TOP/sdk/emulator/opengl. + +Note that this directory contains encoder sources that are auto-generated +with the 'emugen' host tool (see sdk/emulator/opengl/host/tools/emugen). + +To regenerate them, run external/qemu/distrib/update-emugl-sources.sh, +after building the emulator from sources, this will populate the content +here with the appropriate updated source files. + +You should do this whenever you update one of the *.types, *.in and *.attrib +files located under one of: + + $AOSP/sdk/emulator/opengl/libs/GLESv1_dec/ + $AOSP/sdk/emulator/opengl/libs/GLESv2_dec/ + $AOSP/sdk/emulator/opengl/libs/renderControl_dec/ + +or when the 'emugen' tool itself is modified.