Descriptiongpu: Change the hex code of conflicted _CHROMIUM macro
Following macros are conflicted with khronos header.
GL_COMMANDS_ISSUED_CHROMIUM
GL_GET_ERROR_QUERY_CHROMIUM
GL_LATENCY_QUERY_CHROMIUM
GL_ASYNC_PIXEL_UNPACK_COMPLETED_CHROMIUM
GL_ASYNC_PIXEL_PACK_COMPLETED_CHROMIUM
The hex code of them is changed to 0x600_ which is unused range.
In addition, make build_gles2_cmd_buffer.py detect the collision.
Committed: https://crrev.com/7ce131d4ed774c4863eabf81fe40691db235b7db
Cr-Commit-Position: refs/heads/master@{#304933}
Patch Set 1 #Patch Set 2 : run build_gles2_cmd_buffer.py #
Total comments: 2
Patch Set 3 : make build_gles2_cmd_buffer.py check this confliction. #
Total comments: 3
Patch Set 4 : don't use regex, and fit the style #
Messages
Total messages: 13 (2 generated)
|