mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-16 07:20:34 +01:00
glamor: Add check for EXT_bgra which we rely on.
This commit is contained in:
parent
6ce378f11f
commit
745502af96
1 changed files with 4 additions and 0 deletions
|
|
@ -181,6 +181,10 @@ glamor_init(ScreenPtr screen)
|
|||
ErrorF("GL_ARB_pixel_buffer_object required\n");
|
||||
goto fail;
|
||||
}
|
||||
if (!GLEW_EXT_bgra) {
|
||||
ErrorF("GL_EXT_bgra required\n");
|
||||
goto fail;
|
||||
}
|
||||
|
||||
if (!RegisterBlockAndWakeupHandlers(glamor_block_handler,
|
||||
glamor_wakeup_handler,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue