s/GLuint/GLbitfield/ for st_invalidate_state() parameter
To match dd_function_table::UpdateState(). Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
@@ -99,7 +99,7 @@ static void st_Enable(struct gl_context * ctx, GLenum cap, GLboolean state)
|
||||
/**
|
||||
* Called via ctx->Driver.UpdateState()
|
||||
*/
|
||||
void st_invalidate_state(struct gl_context * ctx, GLuint new_state)
|
||||
void st_invalidate_state(struct gl_context * ctx, GLbitfield new_state)
|
||||
{
|
||||
struct st_context *st = st_context(ctx);
|
||||
|
||||
|
||||
@@ -252,7 +252,7 @@ struct st_framebuffer
|
||||
extern void st_init_driver_functions(struct pipe_screen *screen,
|
||||
struct dd_function_table *functions);
|
||||
|
||||
void st_invalidate_state(struct gl_context * ctx, GLuint new_state);
|
||||
void st_invalidate_state(struct gl_context * ctx, GLbitfield new_state);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user