mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
init glsl functions in st_init_driver_functions()
This commit is contained in:
parent
6c4447e6a8
commit
601a9ea9a7
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include "main/context.h"
|
||||
#include "main/extensions.h"
|
||||
#include "vbo/vbo.h"
|
||||
#include "drivers/common/driverfuncs.h"
|
||||
#include "st_public.h"
|
||||
#include "st_context.h"
|
||||
#include "st_cb_accum.h"
|
||||
|
|
@ -180,6 +181,8 @@ void st_copy_context_state(struct st_context *dst,
|
|||
|
||||
void st_init_driver_functions(struct dd_function_table *functions)
|
||||
{
|
||||
_mesa_init_glsl_driver_functions(functions);
|
||||
|
||||
st_init_accum_functions(functions);
|
||||
st_init_bufferobject_functions(functions);
|
||||
st_init_clear_functions(functions);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue