diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-26 05:30:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-08-26 05:30:39 +0000 |
commit | 27c93456b58343162f7c4ad20ca6bea0c9a91646 (patch) | |
tree | 945c20b63e0b9975ee40f114c5312f8d8f1a2d0b /lib/mesa/src/glx/glxconfig.h | |
parent | 875b83a3ee95e248388fbf72271acc80f6f97987 (diff) |
Import Mesa 20.1.6
Diffstat (limited to 'lib/mesa/src/glx/glxconfig.h')
-rw-r--r-- | lib/mesa/src/glx/glxconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mesa/src/glx/glxconfig.h b/lib/mesa/src/glx/glxconfig.h index b8e9271da..75704737e 100644 --- a/lib/mesa/src/glx/glxconfig.h +++ b/lib/mesa/src/glx/glxconfig.h @@ -38,6 +38,7 @@ struct glx_config { GLint redBits, greenBits, blueBits, alphaBits; /* bits per comp */ GLuint redMask, greenMask, blueMask, alphaMask; + GLuint redShift, greenShift, blueShift, alphaShift; GLint rgbBits; /* total bits for rgb */ GLint indexBits; /* total bits for colorindex */ |