i965: Add 64-bit dirty flag handling to brw_upload_pull_constants

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Chris Forbes
2014-12-07 15:32:11 +13:00
committed by Kenneth Graunke
parent a9df772e0e
commit 70650094ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ void gen6_init_vtable_surface_functions(struct brw_context *brw);
/* brw_vs_surface_state.c */
void
brw_upload_pull_constants(struct brw_context *brw,
GLbitfield brw_new_constbuf,
GLbitfield64 brw_new_constbuf,
const struct gl_program *prog,
struct brw_stage_state *stage_state,
const struct brw_stage_prog_data *prog_data,
@@ -50,7 +50,7 @@
*/
void
brw_upload_pull_constants(struct brw_context *brw,
GLbitfield brw_new_constbuf,
GLbitfield64 brw_new_constbuf,
const struct gl_program *prog,
struct brw_stage_state *stage_state,
const struct brw_stage_prog_data *prog_data,