mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 00:20:11 +01:00
swrast-dri: Remove call to driInitExtensions
The only purpose this call served in the DRI swrast driver was to initialize the remap table. Core Mesa already does the dispatch offset remapping for every function that could possibly ever be supported. There's no need to continue using that cruft in the driver.
This commit is contained in:
parent
6fb32b4a5f
commit
67d9063492
1 changed files with 0 additions and 2 deletions
|
|
@ -695,8 +695,6 @@ dri_create_context(gl_api api,
|
|||
_mesa_enable_1_5_extensions(mesaCtx);
|
||||
_mesa_enable_2_0_extensions(mesaCtx);
|
||||
_mesa_enable_2_1_extensions(mesaCtx);
|
||||
|
||||
driInitExtensions( mesaCtx, NULL, GL_FALSE );
|
||||
break;
|
||||
case API_OPENGLES:
|
||||
_mesa_enable_1_3_extensions(mesaCtx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue