mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-16 23:50:37 +01:00
egl: Comment out unused tables in_eglFillInConfigs
This silences a compiler warning. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
parent
506bacb8e4
commit
a744a496d5
1 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ _eglFillInConfigs(_EGLConfig * configs,
|
|||
{0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000}, /* 8_8_8_8_REV */
|
||||
};
|
||||
|
||||
#if 0
|
||||
static const uint32_t masks_table_bgr[8][4] = {
|
||||
{0x00000000, 0x00000000, 0x00000000, 0x00000000},
|
||||
{0x00000000, 0x00000000, 0x00000000, 0x00000000},
|
||||
|
|
@ -177,6 +178,7 @@ _eglFillInConfigs(_EGLConfig * configs,
|
|||
{0x00000000, 0x00000000, 0x00000000, 0x00000000},
|
||||
{0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000}, /* 8_8_8_8_REV */
|
||||
};
|
||||
#endif
|
||||
|
||||
static const uint8_t bytes_per_pixel[8] = {
|
||||
0, 0, 0, 2, 2, 4, 0, 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue