mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
enable 2.1 extensions
This commit is contained in:
parent
1dd7c00214
commit
1606f2c123
1 changed files with 1 additions and 0 deletions
|
|
@ -1239,6 +1239,7 @@ WMesaContext WMesaCreateContext(HDC hDC,
|
|||
_mesa_enable_1_4_extensions(ctx);
|
||||
_mesa_enable_1_5_extensions(ctx);
|
||||
_mesa_enable_2_0_extensions(ctx);
|
||||
_mesa_enable_2_1_extensions(ctx);
|
||||
|
||||
/* Initialize the software rasterizer and helper modules. */
|
||||
if (!_swrast_CreateContext(ctx) ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue