aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-09-28 14:39:00 -0700
committerJason Ekstrand <[email protected]>2017-10-12 22:39:29 -0700
commitd6406271595f9a3cb765cf2be76ff5c2bf0cf8d7 (patch)
treefb5720abdee011d084233d505430a971878cbb32 /src/mesa/drivers/dri/i965/brw_state.h
parent3442c9fc3ebd5de2c9d6c0b9ce541f182809fe82 (diff)
i965: Move brw_upload_pull_constants to gen6_constant_state.c
Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index d72f32fbd79..ab91d96df8a 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -233,7 +233,7 @@ void brw_emit_sampler_state(struct brw_context *brw,
bool non_normalized_coordinates,
uint32_t border_color_offset);
-/* brw_vs_surface_state.c */
+/* gen6_constant_state.c */
void
brw_upload_pull_constants(struct brw_context *brw,
GLbitfield64 brw_new_constbuf,