mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
call st_init_driver_functions(), make intelInitDriverFunctions() static
This commit is contained in:
parent
34ff87e46a
commit
647afc3179
2 changed files with 3 additions and 3 deletions
|
|
@ -308,7 +308,7 @@ intelFinish(GLcontext * ctx)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
intelInitDriverFunctions(struct dd_function_table *functions)
|
||||
{
|
||||
_mesa_init_driver_functions(functions);
|
||||
|
|
@ -322,6 +322,8 @@ intelInitDriverFunctions(struct dd_function_table *functions)
|
|||
intelInitTextureFuncs(functions);
|
||||
*/
|
||||
intelInitBufferFuncs(functions);
|
||||
|
||||
st_init_driver_functions(functions);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -193,8 +193,6 @@ extern void intelGetLock(struct intel_context *intel, GLuint flags);
|
|||
extern void intelFinish(GLcontext * ctx);
|
||||
extern void intelFlush(GLcontext * ctx);
|
||||
|
||||
extern void intelInitDriverFunctions(struct dd_function_table *functions);
|
||||
|
||||
|
||||
/* ================================================================
|
||||
* intel_softpipe.c:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue