Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
void st_validate_state( struct st_context *st, enum st_pipeline pipeline );
GLuint st_compare_func_to_pipe(GLenum func);
-enum pipe_format
-st_pipe_vertex_format(const struct gl_vertex_format *glformat);
-
void
st_setup_arrays(struct st_context *st,
const struct st_vertex_program *vp,
/**
* Return a PIPE_FORMAT_x for the given GL datatype and size.
*/
-enum pipe_format
+static enum pipe_format
st_pipe_vertex_format(const struct gl_vertex_format *vformat)
{
const GLubyte size = vformat->Size;