Module: Mesa
Branch: master
Commit: f33d9036b9145e3ff015e14537398d79c40fcf3f
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f33d9036b9145e3ff015e14537398d79c40fcf3f

Author: Timothy Arceri <tarc...@itsqueeze.com>
Date:   Wed Apr  4 16:29:59 2018 +1000

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.ol...@amd.com>

---

 src/mesa/state_tracker/st_context.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/state_tracker/st_context.c 
b/src/mesa/state_tracker/st_context.c
index a3da0f8f1f..b0266bef8b 100644
--- a/src/mesa/state_tracker/st_context.c
+++ b/src/mesa/state_tracker/st_context.c
@@ -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);

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to