mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
i915simple: Fix extentions being loaded
This commit is contained in:
parent
a57fbe53dc
commit
c6dc1bf6e0
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ static const __DRIconfig **intelInitScreen(__DRIscreenPrivate *psp)
|
|||
*
|
||||
* Hello chicken. Hello egg. How are you two today?
|
||||
*/
|
||||
driInitExtensions( NULL, card_extensions, GL_FALSE );
|
||||
//intelInitExtensions(NULL, GL_TRUE);
|
||||
|
||||
if (!intelInitDriver(psp))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue