sp_surface.c File Reference

Include dependency graph for sp_surface.c:

Go to the source code of this file.

Functions

void sp_init_surface_functions (struct softpipe_context *sp)


Function Documentation

void sp_init_surface_functions ( struct softpipe_context sp  ) 

Definition at line 34 of file sp_surface.c.

References softpipe_context::pipe, pipe_context::surface_copy, pipe_context::surface_fill, util_surface_copy(), and util_surface_fill().

00035 {
00036    sp->pipe.surface_copy = util_surface_copy;
00037    sp->pipe.surface_fill = util_surface_fill;
00038 }


Generated on Tue Sep 29 06:25:41 2009 for Gallium3D by  doxygen 1.5.4