diff options
author | Eric Anholt <[email protected]> | 2015-09-18 15:02:07 -0400 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-12-01 10:24:16 -0800 |
commit | 5a7e5d8bb67a4aaad2d6dd42e336ff17f8882a16 (patch) | |
tree | f103345b40fff8724d61453259ada74ab10ae597 /src/mapi/glapi | |
parent | bfc64b968827aff39477d7dab0203446d03eb459 (diff) |
mesa: Fix a typo in AMD_performance_monitor enum.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/AMD_performance_monitor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/AMD_performance_monitor.xml b/src/mapi/glapi/gen/AMD_performance_monitor.xml index 41b52083883..b29dc5d9036 100644 --- a/src/mapi/glapi/gen/AMD_performance_monitor.xml +++ b/src/mapi/glapi/gen/AMD_performance_monitor.xml @@ -78,7 +78,7 @@ <enum name="COUNTER_TYPE_AMD" value="0x8BC0"/> <enum name="COUNTER_RANGE_AMD" value="0x8BC1"/> <enum name="UNSIGNED_INT64_AMD" value="0x8BC2"/> - <enum name="PECENTAGE_AMD" value="0x8BC3"/> + <enum name="PERCENTAGE_AMD" value="0x8BC3"/> <enum name="PERFMON_RESULT_AVAILABLE_AMD" value="0x8BC4"/> <enum name="PERFMON_RESULT_SIZE_AMD" value="0x8BC5"/> <enum name="PERFMON_RESULT_AMD" value="0x8BC6"/> |