mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
st/mesa: stop calling _mesa_init_shader_object_functions()
This sets the LinkShader function for the driver, but for the st we set it properly with the following call to st_init_program_functions(). Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
c3f9d5c235
commit
f33d9036b9
1 changed files with 0 additions and 1 deletions
|
|
@ -714,7 +714,6 @@ void
|
|||
st_init_driver_functions(struct pipe_screen *screen,
|
||||
struct dd_function_table *functions)
|
||||
{
|
||||
_mesa_init_shader_object_functions(functions);
|
||||
_mesa_init_sampler_object_functions(functions);
|
||||
|
||||
st_init_draw_functions(functions);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue