freedreno: Centralize UUID generation into new files freedreno_uuid.c/h
authorEduardo Lima Mitev <elima@igalia.com>
Thu, 9 Apr 2020 10:56:08 +0000 (12:56 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 14 May 2020 19:05:02 +0000 (19:05 +0000)
commit9623debf48ae7dbea120389eae40d784d22eee24
tree60610c0cd1fb319bbeb3d3869cec7e8be529b069
parentcdfede7336b6ef99aa60d955f7a173ea945602d4
freedreno: Centralize UUID generation into new files freedreno_uuid.c/h

The new files are created under a 'common' folder under 'src/freedreno',
where shared functionality between GL and Vulkan drivers (that is not
registers, layout or compiler) will be placed.

Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4847>
src/freedreno/common/README.rst [new file with mode: 0644]
src/freedreno/common/freedreno_uuid.c [new file with mode: 0644]
src/freedreno/common/freedreno_uuid.h [new file with mode: 0644]
src/freedreno/common/meson.build [new file with mode: 0644]
src/freedreno/meson.build
src/freedreno/vulkan/meson.build
src/freedreno/vulkan/tu_device.c