diff options
author | Matt Turner <[email protected]> | 2015-11-22 15:30:59 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-11-24 10:05:33 -0800 |
commit | ecac1aab538d65f0867fd93e23d0d020c1a5d0f1 (patch) | |
tree | 0f23f6d8919a242bb00ab3d1427a784d9907e681 /src/mesa/drivers/dri/i965/brw_program.h | |
parent | 64cc7572c12fcbfb8346bdd994940a2af314342d (diff) |
i965: Push down inclusion of brw_program.h.
We were including it in headers, which then caused it to be included in
tons of places it wasn't needed.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.h b/src/mesa/drivers/dri/i965/brw_program.h index f8cf2b062c8..339b8e19ec5 100644 --- a/src/mesa/drivers/dri/i965/brw_program.h +++ b/src/mesa/drivers/dri/i965/brw_program.h @@ -30,6 +30,8 @@ extern "C" { #endif +struct brw_context; + void brw_setup_tex_for_precompile(struct brw_context *brw, struct brw_sampler_prog_key_data *tex, struct gl_program *prog); |