diff options
author | Paul Berry <[email protected]> | 2011-08-23 10:41:31 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2011-09-06 11:04:15 -0700 |
commit | d1435a49e9765ab4e988dd8b65a5599da34f3512 (patch) | |
tree | 307d598ac52d4cc4381aa7aaf28b2e74e7d791d2 /src/mesa/drivers/dri/i965/brw_vec4.h | |
parent | d9eca0b27903acef97f7b69a70dc791b433f1c98 (diff) |
i965: new VS: move clip distance computation (GEN5+) to a separate function.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vec4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index 8c613bd9572..01313ec192d 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -465,6 +465,7 @@ public: void emit_ndc_computation(); void emit_psiz_and_flags(struct brw_reg reg); + void emit_clip_distances(struct brw_reg reg, int offset); int emit_vue_header_gen6(int header_mrf); int emit_vue_header_gen4(int header_mrf); void emit_urb_writes(void); |