gallium: fix typo in comment

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
Eric Engestrom 2019-03-08 11:03:48 +00:00
parent 86628ed79f
commit 8b3baa2744
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ enum pipe_cap
* return a bitmask of the supported priorities. If the driver does not * return a bitmask of the supported priorities. If the driver does not
* support prioritized contexts, it can return 0. * support prioritized contexts, it can return 0.
* *
* Note that these match __DRI2_RENDER_HAS_CONTEXT_PRIORITY_* * Note that these match __DRI2_RENDERER_HAS_CONTEXT_PRIORITY_*
*/ */
#define PIPE_CONTEXT_PRIORITY_LOW (1 << 0) #define PIPE_CONTEXT_PRIORITY_LOW (1 << 0)
#define PIPE_CONTEXT_PRIORITY_MEDIUM (1 << 1) #define PIPE_CONTEXT_PRIORITY_MEDIUM (1 << 1)