diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 8f8dc0c8a79..32b71eda4ee 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -51,6 +51,8 @@ enum colormask_swizzle { COLORMASK_AAAA, COLORMASK_GRRG, COLORMASK_ARRA, + COLORMASK_BGRX, + COLORMASK_RGBX, COLORMASK_NUM_SWIZZLES }; |